Trace number 4275742

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? (TO) 19876.6 2520.1399

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-17.xml
MD5SUM4b4738a8e40cdda4c63a077f136d1653
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Number of domains98
Minimum domain size1322
Maximum domain size1420
Distribution of domain sizes[{"size":1322,"count":14},{"size":1323,"count":8},{"size":1324,"count":16},{"size":1325,"count":6},{"size":1326,"count":6},{"size":1327,"count":4},{"size":1328,"count":12},{"size":1329,"count":4},{"size":1330,"count":18},{"size":1331,"count":10},{"size":1332,"count":4},{"size":1333,"count":20},{"size":1334,"count":8},{"size":1335,"count":2},{"size":1336,"count":16},{"size":1337,"count":12},{"size":1338,"count":8},{"size":1339,"count":4},{"size":1340,"count":12},{"size":1341,"count":2},{"size":1342,"count":10},{"size":1343,"count":12},{"size":1344,"count":12},{"size":1345,"count":12},{"size":1346,"count":10},"...",{"size":1396,"count":10}, {"size":1397,"count":14}, {"size":1398,"count":8}, {"size":1399,"count":12}, {"size":1400,"count":4}, {"size":1401,"count":6}, {"size":1402,"count":12}, {"size":1403,"count":10}, {"size":1404,"count":6}, {"size":1405,"count":6}, {"size":1406,"count":6}, {"size":1407,"count":6}, {"size":1408,"count":4}, {"size":1409,"count":8}, {"size":1410,"count":6}, {"size":1411,"count":6}, {"size":1412,"count":8}, {"size":1413,"count":8}, {"size":1414,"count":8}, {"size":1415,"count":4}, {"size":1416,"count":10}, {"size":1417,"count":6}, {"size":1418,"count":10}, {"size":1419,"count":8}, {"size":1420,"count":6}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.26	c seed: 901986078
0.30/0.26	c timeout: 20160
0.30/0.26	c memlimit: 11000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
6.33/1.81	c Parsing done, starting search...
19875.73/2520.10	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13513 MiB free)
  memory of node 1: 16384 MiB (14543 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275742-1502817412/watcher-4275742-1502817412 -o /tmp/evaluation-result-4275742-1502817412/solver-4275742-1502817412 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502815465-3810 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 901986078 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275742-1502817412.xml 

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

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

solver pid=3956, runsolver pid=3953

[startup+0.100167 s]*
/proc/loadavg: 6.78 6.60 4.88 2/201 3976
/proc/meminfo: memFree=28712720/32770624 swapFree=67108860/67108860
[pid=3956] ppid=3953 vsize=14325320 memory=32396 CPUtime=0.12 cores=0-7
/proc/3956/stat : 3956 (java) S 3953 3956 3783 0 -1 1077944320 8464 0 0 0 10 2 0 0 20 0 20 0 114822084 14669127680 8099 33554432000 4194304 4196468 140735978620240 140735978602784 139864232378103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
/proc/3956/statm: 3581330 8099 3408 1 0 3569050 0
[pid=3956/tid=3958] ppid=3953 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/3956/task/3958/stat : 3958 (java) R 3953 3956 3783 0 -1 4202560 6383 0 0 0 8 1 0 0 20 0 20 0 114822084 14669127680 8099 33554432000 4194304 4196468 140735978620240 139864236594800 139864232400029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3959] ppid=3953 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/3956/task/3959/stat : 3959 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 8099 33554432000 4194304 4196468 140735978620240 139864202091152 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3960] ppid=3953 vsize=14325320 memory=140565762991744 CPUtime=0 cores=0-7
/proc/3956/task/3960/stat : 3960 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863827290640 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3961] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3961/stat : 3961 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863826237840 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3962] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3962/stat : 3962 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863825185040 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3963] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3963/stat : 3963 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863824133264 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3964] ppid=3953 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3956/task/3964/stat : 3964 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863823080464 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3965] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3965/stat : 3965 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863822027664 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3966] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3966/stat : 3966 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863820974864 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3967] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3967/stat : 3967 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822087 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863422081392 139864232389250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3968] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3968/stat : 3968 (java) S 3953 3956 3783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114822087 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863421027360 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3969] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3969/stat : 3969 (java) S 3953 3956 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114822087 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863419974512 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3970] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3970/stat : 3970 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863418922832 139864232396699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3971] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3971/stat : 3971 (java) S 3953 3956 3783 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863417871216 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3972] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3972/stat : 3972 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863416818416 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3973] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3973/stat : 3973 (java) S 3953 3956 3783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863415765616 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3974] ppid=3953 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/3956/task/3974/stat : 3974 (java) S 3953 3956 3783 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 20 0 114822090 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863414712816 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3975] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3975/stat : 3975 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863413660256 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3976] ppid=3953 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3956/task/3976/stat : 3976 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 8099 33554432000 4194304 4196468 140735978620240 139863412607536 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 32396 KiB

[startup+0.210375 s]*
/proc/loadavg: 6.78 6.60 4.88 3/201 3976
/proc/meminfo: memFree=28704344/32770624 swapFree=67108860/67108860
[pid=3956] ppid=3953 vsize=14325320 memory=41812 CPUtime=0.3 cores=0-7
/proc/3956/stat : 3956 (java) S 3953 3956 3783 0 -1 1077944320 9536 0 0 0 27 3 0 0 20 0 20 0 114822084 14669127680 10453 33554432000 4194304 4196468 140735978620240 140735978602784 139864232378103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
/proc/3956/statm: 3581330 10453 3656 1 0 3569050 0
[pid=3956/tid=3958] ppid=3953 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/3956/task/3958/stat : 3958 (java) R 3953 3956 3783 0 -1 4202560 7006 0 0 0 18 1 0 0 20 0 20 0 114822084 14669127680 10453 33554432000 4194304 4196468 140735978620240 139864236596336 139864120482244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3959] ppid=3953 vsize=14325320 memory=3221 CPUtime=0 cores=0-7
/proc/3956/task/3959/stat : 3959 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 10453 33554432000 4194304 4196468 140735978620240 139864202091152 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3960] ppid=3953 vsize=14325320 memory=140565762995888 CPUtime=0 cores=0-7
/proc/3956/task/3960/stat : 3960 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863827290640 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3961] ppid=3953 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3956/task/3961/stat : 3961 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863826237840 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3962] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3962/stat : 3962 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863825185040 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3963] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3963/stat : 3963 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863824133264 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3964] ppid=3953 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3956/task/3964/stat : 3964 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863823080464 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3965] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3965/stat : 3965 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863822027664 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3966] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3966/stat : 3966 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863820974864 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3967] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3967/stat : 3967 (java) S 3953 3956 3783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114822087 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863422081392 139864232389250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3968] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3968/stat : 3968 (java) S 3953 3956 3783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114822087 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863421027360 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3969] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3969/stat : 3969 (java) S 3953 3956 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114822087 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863419974512 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3970] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3970/stat : 3970 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863418922832 139864232396699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3971] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3971/stat : 3971 (java) S 3953 3956 3783 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863417871216 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3972] ppid=3953 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/3956/task/3972/stat : 3972 (java) S 3953 3956 3783 0 -1 1077944384 205 0 0 0 1 0 0 0 20 0 20 0 114822090 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863416818416 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3973] ppid=3953 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/3956/task/3973/stat : 3973 (java) S 3953 3956 3783 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 20 0 114822090 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863415765616 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3974] ppid=3953 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/3956/task/3974/stat : 3974 (java) S 3953 3956 3783 0 -1 1077944384 488 0 0 0 5 0 0 0 20 0 20 0 114822090 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863414712816 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3975] ppid=3953 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3975/stat : 3975 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863413660256 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3976] ppid=3953 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3956/task/3976/stat : 3976 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822090 14669127680 10453 33554432000 4194304 4196468 140735978620240 139863412607536 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 41812 KiB

[startup+0.309784 s]*
/proc/loadavg: 6.78 6.60 4.88 2/201 3976
/proc/meminfo: memFree=28696156/32770624 swapFree=67108860/67108860
[pid=3956] ppid=3953 vsize=14325340 memory=50036 CPUtime=0.48 cores=0-7
/proc/3956/stat : 3956 (java) S 3953 3956 3783 0 -1 1077944320 10767 0 0 0 45 3 0 0 20 0 20 0 114822084 14669148160 12509 33554432000 4194304 4196468 140735978620240 140735978602784 139864232378103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
/proc/3956/statm: 3581335 12509 3720 1 0 3569050 0
[pid=3956/tid=3958] ppid=3953 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/3956/task/3958/stat : 3958 (java) R 3953 3956 3783 0 -1 4202560 7675 0 0 0 27 2 0 0 20 0 20 0 114822084 14669148160 12509 33554432000 4194304 4196468 140735978620240 139864236602512 139864232401693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3959] ppid=3953 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3959/stat : 3959 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669148160 12509 33554432000 4194304 4196468 140735978620240 139864202091152 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3960] ppid=3953 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3960/stat : 3960 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863827290640 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3961] ppid=3953 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3961/stat : 3961 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863826237840 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3962] ppid=3953 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3962/stat : 3962 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863825185040 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3963] ppid=3953 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/3956/task/3963/stat : 3963 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863824133264 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3964] ppid=3953 vsize=14325340 memory=140565622649775 CPUtime=0 cores=0-7
/proc/3956/task/3964/stat : 3964 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863823080464 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3965] ppid=3953 vsize=14325340 memory=140565622652080 CPUtime=0 cores=0-7
/proc/3956/task/3965/stat : 3965 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114822085 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863822027664 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3966] ppid=3953 vsize=14325340 memory=140565622654384 CPUtime=0 cores=0-7
/proc/3956/task/3966/stat : 3966 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863820974864 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3967] ppid=3953 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3967/stat : 3967 (java) S 3953 3956 3783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114822087 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863422081392 139864232389250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3968] ppid=3953 vsize=14325340 memory=281131245315728 CPUtime=0 cores=0-7
/proc/3956/task/3968/stat : 3968 (java) S 3953 3956 3783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114822087 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863421027360 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3969] ppid=3953 vsize=14325340 memory=281131245322640 CPUtime=0 cores=0-7
/proc/3956/task/3969/stat : 3969 (java) S 3953 3956 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114822087 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863419974512 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3970] ppid=3953 vsize=14325340 memory=281131245263920 CPUtime=0 cores=0-7
/proc/3956/task/3970/stat : 3970 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822090 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863418922832 139864232396699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3971] ppid=3953 vsize=14325340 memory=281131245336464 CPUtime=0.02 cores=0-7
/proc/3956/task/3971/stat : 3971 (java) S 3953 3956 3783 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 20 0 114822090 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863417871216 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3972] ppid=3953 vsize=14325340 memory=281131245343376 CPUtime=0.03 cores=0-7
/proc/3956/task/3972/stat : 3972 (java) S 3953 3956 3783 0 -1 1077944384 369 0 0 0 3 0 0 0 20 0 20 0 114822090 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863416818416 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3973] ppid=3953 vsize=14325340 memory=281131245341072 CPUtime=0.03 cores=0-7
/proc/3956/task/3973/stat : 3973 (java) S 3953 3956 3783 0 -1 1077944384 238 0 0 0 3 0 0 0 20 0 20 0 114822090 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863415765616 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3974] ppid=3953 vsize=14325340 memory=281131245357680 CPUtime=0.08 cores=0-7
/proc/3956/task/3974/stat : 3974 (java) S 3953 3956 3783 0 -1 1077944384 632 0 0 0 8 0 0 0 20 0 20 0 114822090 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863414712816 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3975] ppid=3953 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3975/stat : 3975 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114822090 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863413660256 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3976] ppid=3953 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/3956/task/3976/stat : 3976 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822090 14669148160 12509 33554432000 4194304 4196468 140735978620240 139863412607536 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50036 KiB

[startup+0.700872 s]
/proc/loadavg: 6.78 6.60 4.88 5/201 3976
/proc/meminfo: memFree=28676056/32770624 swapFree=67108860/67108860
[pid=3956] ppid=3953 vsize=14327388 memory=107108 CPUtime=1.69 cores=0-7
/proc/3956/stat : 3956 (java) S 3953 3956 3783 0 -1 1077944320 14876 0 0 0 163 6 0 0 20 0 20 0 114822084 14671245312 26777 33554432000 4194304 4196468 140735978620240 140735978602784 139864232378103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
/proc/3956/statm: 3581847 26777 3773 1 0 3569562 0
[pid=3956/tid=3958] ppid=3953 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/3956/task/3958/stat : 3958 (java) R 3953 3956 3783 0 -1 4202560 8381 0 0 0 64 3 0 0 20 0 20 0 114822084 14671245312 26777 33554432000 4194304 4196468 140735978620240 139864236609984 139863868814017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3959] ppid=3953 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3959/stat : 3959 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14671245312 26777 33554432000 4194304 4196468 140735978620240 139864202091152 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3960] ppid=3953 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3960/stat : 3960 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14671245312 26777 33554432000 4194304 4196468 140735978620240 139863827290640 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3961] ppid=3953 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/3956/task/3961/stat : 3961 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114822085 14671245312 26777 33554432000 4194304 4196468 140735978620240 139863826237840 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3962] ppid=3953 vsize=14327388 memory=1944 CPUtime=0 cores=0-7
/proc/3956/task/3962/stat : 3962 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14671245312 26777 33554432000 4194304 4196468 140735978620240 139863825185040 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3963] ppid=3953 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/3956/task/3963/stat : 3963 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14671245312 26777 33554432000 4194304 4196468 140735978620240 139863824133264 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3964] ppid=3953 vsize=14327388 memory=1424 CPUtime=0 cores=0-7
/proc/3956/task/3964/stat : 3964 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14671245312 26777 33554432000 4194304 4196468 140735978620240 139863823080464 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3965] ppid=3953 vsize=14327388 memory=8564 CPUtime=0 cores=0-7
/proc/3956/task/3965/stat : 3965 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114822085 14671245312 26777 33554432000 4194304 4196468 140735978620240 139863822027664 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3966] ppid=3953 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/3956/task/3966/stat : 3966 (java) S 3953 3956 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114822085 14671245312 26777 33554432000 4194304 4196468 140735978620240 139863820974864 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3967] ppid=3953 vsize=14327388 memory=4052 CPUtime=0 cores=0-7
/proc/3956/task/3967/stat : 3967 (java) S 3953 3956 3783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114822087 14671245312 26777 33554432000 4194304 4196468 140735978620240 139863422081392 139864232389250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0

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

[pid=3956/tid=3962] ppid=3953 vsize=15269560 memory=3881252 CPUtime=7.26 cores=0-7
/proc/3956/task/3962/stat : 3962 (java) S 3953 3956 3783 0 -1 1077944384 78981 0 0 0 685 41 0 0 20 0 34 0 114822085 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863825185040 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3963] ppid=3953 vsize=15269560 memory=6655300315589009456 CPUtime=7.19 cores=0-7
/proc/3956/task/3963/stat : 3963 (java) S 3953 3956 3783 0 -1 1077944384 75740 0 0 0 680 39 0 0 20 0 34 0 114822085 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863824133264 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3964] ppid=3953 vsize=15269560 memory=7589239726282258736 CPUtime=7.22 cores=0-7
/proc/3956/task/3964/stat : 3964 (java) S 3953 3956 3783 0 -1 1077944384 75329 0 0 0 681 41 0 0 20 0 34 0 114822085 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863823080464 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3965] ppid=3953 vsize=15269560 memory=0 CPUtime=7.24 cores=0-7
/proc/3956/task/3965/stat : 3965 (java) S 3953 3956 3783 0 -1 1077944384 88727 0 0 0 683 41 0 0 20 0 34 0 114822085 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863822027664 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3966] ppid=3953 vsize=15269560 memory=100 CPUtime=7.18 cores=0-7
/proc/3956/task/3966/stat : 3966 (java) S 3953 3956 3783 0 -1 1077944384 78495 0 0 0 678 40 0 0 20 0 34 0 114822085 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863820974864 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3967] ppid=3953 vsize=15269560 memory=4465 CPUtime=2.38 cores=0-7
/proc/3956/task/3967/stat : 3967 (java) S 3953 3956 3783 0 -1 1077944384 79274 0 0 0 192 46 0 0 20 0 34 0 114822087 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863422081392 139864232389250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3968] ppid=3953 vsize=15269560 memory=4420 CPUtime=0 cores=0-7
/proc/3956/task/3968/stat : 3968 (java) S 3953 3956 3783 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 34 0 114822087 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863421027424 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3969] ppid=3953 vsize=15269560 memory=281131247648864 CPUtime=0 cores=0-7
/proc/3956/task/3969/stat : 3969 (java) S 3953 3956 3783 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 34 0 114822087 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863419974528 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3970] ppid=3953 vsize=15269560 memory=7954262090795002472 CPUtime=0 cores=0-7
/proc/3956/task/3970/stat : 3970 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 114822090 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863418922832 139864232396699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3971] ppid=3953 vsize=15269560 memory=3884336 CPUtime=3.08 cores=0-7
/proc/3956/task/3971/stat : 3971 (java) S 3953 3956 3783 0 -1 1077944384 11809 0 0 0 306 2 0 0 20 0 34 0 114822090 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863417871216 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3972] ppid=3953 vsize=15269560 memory=4112 CPUtime=3.35 cores=0-7
/proc/3956/task/3972/stat : 3972 (java) S 3953 3956 3783 0 -1 1077944384 9676 0 0 0 333 2 0 0 20 0 34 0 114822090 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863416818416 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3973] ppid=3953 vsize=15269560 memory=3886388 CPUtime=2.98 cores=0-7
/proc/3956/task/3973/stat : 3973 (java) S 3953 3956 3783 0 -1 1077944384 11703 0 0 0 294 4 0 0 20 0 34 0 114822090 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863415765616 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3974] ppid=3953 vsize=15269560 memory=3882280 CPUtime=1.05 cores=0-7
/proc/3956/task/3974/stat : 3974 (java) S 3953 3956 3783 0 -1 1077944384 12469 0 0 0 102 3 0 0 20 0 34 0 114822090 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863414712816 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3975] ppid=3953 vsize=15269560 memory=3882284 CPUtime=0 cores=0-7
/proc/3956/task/3975/stat : 3975 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 114822090 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863413660256 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3976] ppid=3953 vsize=15269560 memory=3897676 CPUtime=1.01 cores=0-7
/proc/3956/task/3976/stat : 3976 (java) S 3953 3956 3783 0 -1 1077944384 5228 0 0 0 37 64 0 0 20 0 34 0 114822090 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863412607536 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3977] ppid=3953 vsize=15269560 memory=916 CPUtime=0 cores=0-7
/proc/3956/task/3977/stat : 3977 (java) S 3953 3956 3783 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 34 0 114824823 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863402320512 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3978] ppid=3953 vsize=15269560 memory=4112 CPUtime=5.13 cores=0-7
/proc/3956/task/3978/stat : 3978 (java) R 3953 3956 3783 0 -1 1077944384 14265 0 0 0 261 252 0 0 20 0 34 0 114824834 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863399170848 139864232389250 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3979] ppid=3953 vsize=15269560 memory=4144 CPUtime=2457.82 cores=0-7
/proc/3956/task/3979/stat : 3979 (java) R 3953 3956 3783 0 -1 4202560 86202 0 0 0 245677 105 0 0 20 0 34 0 114824844 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863398113224 139863879277663 0 4 0 16800975 0 0 0 -1 6 0 0 37 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3980] ppid=3953 vsize=15269560 memory=8112282956445269571 CPUtime=2452.73 cores=0-7
/proc/3956/task/3980/stat : 3980 (java) R 3953 3956 3783 0 -1 4202560 68141 0 0 0 245174 99 0 0 20 0 34 0 114824845 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863397059800 139863879277297 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3981] ppid=3953 vsize=15269560 memory=8112282956445269571 CPUtime=2450.8 cores=0-7
/proc/3956/task/3981/stat : 3981 (java) R 3953 3956 3783 0 -1 4202560 120586 0 0 0 244973 107 0 0 20 0 34 0 114824846 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863326182488 139863874083279 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3982] ppid=3953 vsize=15269560 memory=4872558044660077418 CPUtime=2454.62 cores=0-7
/proc/3956/task/3982/stat : 3982 (java) R 3953 3956 3783 0 -1 4202560 223162 0 0 0 245359 103 0 0 20 0 34 0 114824848 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863325129496 139863878192407 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3983] ppid=3953 vsize=15269560 memory=1728 CPUtime=2455.38 cores=0-7
/proc/3956/task/3983/stat : 3983 (java) R 3953 3956 3783 0 -1 4202560 95661 0 0 0 245441 97 0 0 20 0 34 0 114824848 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863324076888 139863874050286 0 4 0 16800975 0 0 0 -1 3 0 0 39 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3984] ppid=3953 vsize=15269560 memory=792 CPUtime=2451.62 cores=0-7
/proc/3956/task/3984/stat : 3984 (java) R 3953 3956 3783 0 -1 4202560 145795 0 0 0 245062 100 0 0 20 0 34 0 114824848 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863323024088 139863879307694 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3985] ppid=3953 vsize=15269560 memory=3882284 CPUtime=0.17 cores=0-7
/proc/3956/task/3985/stat : 3985 (java) S 3953 3956 3783 0 -1 1077944384 64 0 0 0 17 0 0 0 20 0 34 0 114824848 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863321977648 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3986] ppid=3953 vsize=15269560 memory=1224 CPUtime=2454.54 cores=0-7
/proc/3956/task/3986/stat : 3986 (java) R 3953 3956 3783 0 -1 4202560 68684 0 0 0 245361 93 0 0 20 0 34 0 114824848 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863320918672 139863874050127 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3987] ppid=3953 vsize=15269560 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/3956/task/3987/stat : 3987 (java) S 3953 3956 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 114824848 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863319873072 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3988] ppid=3953 vsize=15269560 memory=8112282956445269571 CPUtime=0.17 cores=0-7
/proc/3956/task/3988/stat : 3988 (java) S 3953 3956 3783 0 -1 1077944384 66 0 0 0 17 0 0 0 20 0 34 0 114824848 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863318820272 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3989] ppid=3953 vsize=15269560 memory=3881256 CPUtime=2453.13 cores=0-7
/proc/3956/task/3989/stat : 3989 (java) R 3953 3956 3783 0 -1 4202560 96055 0 0 0 245223 90 0 0 20 0 34 0 114824874 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863317763616 139863873080258 0 4 0 16800975 0 0 0 -1 7 0 0 43 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3990] ppid=3953 vsize=15269560 memory=-1664385933527490352 CPUtime=0 cores=0-7
/proc/3956/task/3990/stat : 3990 (java) S 3953 3956 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 114824874 15636029440 970056 33554432000 4194304 4196468 140735978620240 139863316714672 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
Current children cumulated CPU time: 19735.2 s
Current children cumulated vsize: 15269560 KiB
Current children cumulated memory: 3880224 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.56 8.73 8.50 9/213 4022
/proc/meminfo: memFree=24853600/32770624 swapFree=67108860/67108860
[pid=3956] ppid=3953 vsize=15269560 memory=3879188 CPUtime=19875.7 cores=0-7
/proc/3956/stat : 3956 (java) S 3953 3956 3783 0 -1 1077944320 1709519 0 0 0 1986325 1248 0 0 20 0 34 0 114822084 15636029440 969797 33554432000 4194304 4196468 140735978620240 140735978602784 139864232378103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
/proc/3956/statm: 3817390 969797 3863 1 0 3804584 0
[pid=3956/tid=3958] ppid=3953 vsize=15269560 memory=8112282956445269571 CPUtime=27.22 cores=0-7
/proc/3956/task/3958/stat : 3958 (java) S 3953 3956 3783 0 -1 1077944384 20278 0 0 0 2662 60 0 0 20 0 34 0 114822084 15636029440 969797 33554432000 4194304 4196468 140735978620240 139864236615808 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3959] ppid=3953 vsize=15269560 memory=4872558044660077418 CPUtime=7.33 cores=0-7
/proc/3956/task/3959/stat : 3959 (java) S 3953 3956 3783 0 -1 1077944384 80676 0 0 0 691 42 0 0 20 0 34 0 114822085 15636029440 969797 33554432000 4194304 4196468 140735978620240 139864202091152 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3960] ppid=3953 vsize=15269560 memory=0 CPUtime=7.32 cores=0-7
/proc/3956/task/3960/stat : 3960 (java) S 3953 3956 3783 0 -1 1077944384 79516 0 0 0 688 44 0 0 20 0 34 0 114822085 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863827290640 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3961] ppid=3953 vsize=15269560 memory=0 CPUtime=7.3 cores=0-7
/proc/3956/task/3961/stat : 3961 (java) S 3953 3956 3783 0 -1 1077944384 80567 0 0 0 689 41 0 0 20 0 34 0 114822085 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863826237840 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3962] ppid=3953 vsize=15269560 memory=0 CPUtime=7.35 cores=0-7
/proc/3956/task/3962/stat : 3962 (java) S 3953 3956 3783 0 -1 1077944384 78995 0 0 0 694 41 0 0 20 0 34 0 114822085 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863825185040 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3963] ppid=3953 vsize=15269560 memory=0 CPUtime=7.29 cores=0-7
/proc/3956/task/3963/stat : 3963 (java) S 3953 3956 3783 0 -1 1077944384 75787 0 0 0 689 40 0 0 20 0 34 0 114822085 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863824133264 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3964] ppid=3953 vsize=15269560 memory=0 CPUtime=7.32 cores=0-7
/proc/3956/task/3964/stat : 3964 (java) S 3953 3956 3783 0 -1 1077944384 75384 0 0 0 691 41 0 0 20 0 34 0 114822085 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863823080464 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3965] ppid=3953 vsize=15269560 memory=3880212 CPUtime=7.32 cores=0-7
/proc/3956/task/3965/stat : 3965 (java) S 3953 3956 3783 0 -1 1077944384 88770 0 0 0 691 41 0 0 20 0 34 0 114822085 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863822027664 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3966] ppid=3953 vsize=15269560 memory=288230596050944315 CPUtime=7.27 cores=0-7
/proc/3956/task/3966/stat : 3966 (java) S 3953 3956 3783 0 -1 1077944384 78533 0 0 0 687 40 0 0 20 0 34 0 114822085 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863820974864 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3967] ppid=3953 vsize=15269560 memory=14695188492716576 CPUtime=2.41 cores=0-7
/proc/3956/task/3967/stat : 3967 (java) S 3953 3956 3783 0 -1 1077944384 79282 0 0 0 195 46 0 0 20 0 34 0 114822087 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863422081392 139864232389250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3968] ppid=3953 vsize=15269560 memory=2244 CPUtime=0 cores=0-7
/proc/3956/task/3968/stat : 3968 (java) S 3953 3956 3783 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 34 0 114822087 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863421027424 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3969] ppid=3953 vsize=15269560 memory=4132 CPUtime=0 cores=0-7
/proc/3956/task/3969/stat : 3969 (java) S 3953 3956 3783 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 34 0 114822087 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863419974528 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3970] ppid=3953 vsize=15269560 memory=2204 CPUtime=0 cores=0-7
/proc/3956/task/3970/stat : 3970 (java) S 3953 3956 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 114822090 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863418922832 139864232396699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3971] ppid=3953 vsize=15269560 memory=4872558044660077418 CPUtime=3.08 cores=0-7
/proc/3956/task/3971/stat : 3971 (java) S 3953 3956 3783 0 -1 1077944384 11809 0 0 0 306 2 0 0 20 0 34 0 114822090 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863417871216 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3972] ppid=3953 vsize=15269560 memory=932 CPUtime=3.35 cores=0-7
/proc/3956/task/3972/stat : 3972 (java) S 3953 3956 3783 0 -1 1077944384 9677 0 0 0 333 2 0 0 20 0 34 0 114822090 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863416818416 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3973] ppid=3953 vsize=15269560 memory=1580 CPUtime=2.98 cores=0-7
/proc/3956/task/3973/stat : 3973 (java) S 3953 3956 3783 0 -1 1077944384 11703 0 0 0 294 4 0 0 20 0 34 0 114822090 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863415765616 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3974] ppid=3953 vsize=15269560 memory=4144 CPUtime=1.05 cores=0-7
/proc/3956/task/3974/stat : 3974 (java) S 3953 3956 3783 0 -1 1077944384 12469 0 0 0 102 3 0 0 20 0 34 0 114822090 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863414712816 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3975] ppid=3953 vsize=15269560 memory=32596 CPUtime=0 cores=0-7
/proc/3956/task/3975/stat : 3975 (java) S 3953 3956 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 114822090 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863413660256 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3976] ppid=3953 vsize=15269560 memory=8112282956445269571 CPUtime=1.01 cores=0-7
/proc/3956/task/3976/stat : 3976 (java) S 3953 3956 3783 0 -1 1077944384 5230 0 0 0 37 64 0 0 20 0 34 0 114822090 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863412607536 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3977] ppid=3953 vsize=15269560 memory=7280 CPUtime=0 cores=0-7
/proc/3956/task/3977/stat : 3977 (java) S 3953 3956 3783 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 34 0 114824823 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863402320512 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3978] ppid=3953 vsize=15269560 memory=844 CPUtime=5.2 cores=0-7
/proc/3956/task/3978/stat : 3978 (java) S 3953 3956 3783 0 -1 1077944384 14287 0 0 0 261 259 0 0 20 0 34 0 114824834 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863399170848 139864232389250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3979] ppid=3953 vsize=15269560 memory=4104 CPUtime=2475.35 cores=0-7
/proc/3956/task/3979/stat : 3979 (java) R 3953 3956 3783 0 -1 4202560 86288 0 0 0 247430 105 0 0 20 0 34 0 114824844 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863398112208 139863875161786 0 4 0 16800975 0 0 0 -1 3 0 0 37 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3980] ppid=3953 vsize=15269560 memory=1696 CPUtime=2470.26 cores=0-7
/proc/3956/task/3980/stat : 3980 (java) R 3953 3956 3783 0 -1 4202560 68184 0 0 0 246927 99 0 0 20 0 34 0 114824845 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863397059472 139863874050127 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3981] ppid=3953 vsize=15269560 memory=916 CPUtime=2468.35 cores=0-7
/proc/3956/task/3981/stat : 3981 (java) R 3953 3956 3783 0 -1 4202560 120660 0 0 0 246728 107 0 0 20 0 34 0 114824846 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863326182792 139863874050230 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3982] ppid=3953 vsize=15269560 memory=4112 CPUtime=2472.09 cores=0-7
/proc/3956/task/3982/stat : 3982 (java) R 3953 3956 3783 0 -1 4202560 223244 0 0 0 247105 104 0 0 20 0 34 0 114824848 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863325129312 139863879385431 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3983] ppid=3953 vsize=15269560 memory=1152 CPUtime=2472.76 cores=0-7
/proc/3956/task/3983/stat : 3983 (java) R 3953 3956 3783 0 -1 4202560 95734 0 0 0 247179 97 0 0 20 0 34 0 114824848 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863324076400 139863873714423 0 4 0 16800975 0 0 0 -1 6 0 0 39 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3984] ppid=3953 vsize=15269560 memory=3920 CPUtime=2469.08 cores=0-7
/proc/3956/task/3984/stat : 3984 (java) R 3953 3956 3783 0 -1 4202560 145863 0 0 0 246808 100 0 0 20 0 34 0 114824848 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863323023712 139863878192732 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3985] ppid=3953 vsize=15269560 memory=3880212 CPUtime=0.17 cores=0-7
/proc/3956/task/3985/stat : 3985 (java) S 3953 3956 3783 0 -1 1077944384 64 0 0 0 17 0 0 0 20 0 34 0 114824848 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863321977648 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3986] ppid=3953 vsize=15269560 memory=17 CPUtime=2472.07 cores=0-7
/proc/3956/task/3986/stat : 3986 (java) R 3953 3956 3783 0 -1 4202560 68867 0 0 0 247114 93 0 0 20 0 34 0 114824848 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863320920992 139863879307594 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3987] ppid=3953 vsize=15269560 memory=301741373374332954 CPUtime=0 cores=0-7
/proc/3956/task/3987/stat : 3987 (java) S 3953 3956 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 114824848 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863319873072 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3988] ppid=3953 vsize=15269560 memory=288230596050944315 CPUtime=0.17 cores=0-7
/proc/3956/task/3988/stat : 3988 (java) S 3953 3956 3783 0 -1 1077944384 66 0 0 0 17 0 0 0 20 0 34 0 114824848 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863318820272 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3989] ppid=3953 vsize=15269560 memory=14695188492716576 CPUtime=2470.5 cores=0-7
/proc/3956/task/3989/stat : 3989 (java) R 3953 3956 3783 0 -1 4202560 96106 0 0 0 246959 91 0 0 20 0 34 0 114824874 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863317760920 139863874050217 0 4 0 16800975 0 0 0 -1 7 0 0 43 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
[pid=3956/tid=3990] ppid=3953 vsize=15269560 memory=1944 CPUtime=0 cores=0-7
/proc/3956/task/3990/stat : 3990 (java) S 3953 3956 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 114824874 15636029440 969797 33554432000 4194304 4196468 140735978620240 139863316714672 139864232388309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33943552 140735978624098 140735978624283 140735978624283 140735978627023 0
Current children cumulated CPU time: 19875.7 s
Current children cumulated vsize: 15269560 KiB
Current children cumulated memory: 3879188 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.14 s]
# the end of solver process 3956 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19864.1 s, system=12.5127 s

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

[startup+2520.13 s]*
/proc/loadavg: 8.56 8.73 8.50 2/181 4024
/proc/meminfo: memFree=27310464/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 19876.6
CPU user time (s): 19864.1
CPU system time (s): 12.5127
CPU usage (%): 788.711
Max. virtual memory (cumulated for all children) (KiB): 15269560
Max. memory (cumulated for all children) (KiB): 4513260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19864.1
system time used= 12.5127
maximum resident set size= 4513356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1710352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 422569
involuntary context switches= 419712


# summary of solver processes directly reported to runsolver:
#   pid: 3956
#   total CPU time (s): 19876.6
#   total CPU user time (s): 19864.1
#   total CPU system time (s): 12.5127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.569 second user time and 31.5918 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-15 19:02:33
IDJOB=4275742
IDBENCH=138698
IDSOLVER=2668
FILE ID=node151/4275742-1502817412
RUNJOBID= node151-1502815465-3810
PBS_JOBID= 20629825
Free space on /tmp= 61836 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-17.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275742-1502817412/watcher-4275742-1502817412 -o /tmp/evaluation-result-4275742-1502817412/solver-4275742-1502817412 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502815465-3810 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 901986078 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275742-1502817412.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=901986078

node151.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.95
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.95
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.95
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.95
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:        28731168 kB
MemAvailable:   31988592 kB
Buffers:          299808 kB
Cached:          3247676 kB
SwapCached:            0 kB
Active:          1010096 kB
Inactive:        2590108 kB
Active(anon):      55580 kB
Inactive(anon):    25048 kB
Active(file):     954516 kB
Inactive(file):  2565060 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43420 kB
Writeback:             0 kB
AnonPages:        187792 kB
Mapped:            46408 kB
Shmem:             25224 kB
Slab:             133636 kB
SReclaimable:     107364 kB
SUnreclaim:        26272 kB
KernelStack:        3472 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 61796 MiB
End job on node151 at 2017-08-15 19:44:34