Trace number 4272962

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26? 2519.2 2515.4299

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization 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 variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.29/0.38	c version: 2017-07-26
0.29/0.38	c seed: 1366325860
0.29/0.38	c timeout: 2520
0.29/0.38	c memlimit: 11000
0.29/0.38	c nbcore: 4
0.29/0.40	c Parsing instance...
2.62/1.26	c Parsing done, starting search...
2519.16/2515.41	d NO_SOL_FOUND
2519.16/2515.41	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 (15043 MiB free)
  memory of node 1: 16384 MiB (15266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272962-1502880122/watcher-4272962-1502880122 -o /tmp/evaluation-result-4272962-1502880122/solver-4272962-1502880122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502874281-11066 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1366325860 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4272962-1502880122.xml 

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

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


[startup+0.100113 s]*
/proc/loadavg: 1.35 1.42 1.46 5/205 11752
/proc/meminfo: memFree=31019292/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13358552 memory=14668 CPUtime=0.01 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 3527 0 0 0 1 0 0 0 20 0 6 0 135827408 13679157248 3667 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3339638 3667 1913 1 0 3329135 0
[pid=11746/tid=11748] ppid=11743 vsize=13358552 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 2231 0 0 0 1 0 0 0 20 0 6 0 135827417 13679157248 3733 18446744073709551615 4194304 4196468 140721816404528 139794797040208 139794776884574 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13358552 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 135827417 13679157248 3733 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13358552 memory=140148680464000 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 135827417 13679157248 3733 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 135827417 13679157248 3733 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13358552 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 135827417 13679157248 3733 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 14668 KiB

[startup+0.215605 s]*
/proc/loadavg: 1.35 1.42 1.46 6/214 11761
/proc/meminfo: memFree=30999628/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13976944 memory=34664 CPUtime=0.12 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 8892 0 0 0 10 2 0 0 20 0 15 0 135827408 14312390656 8666 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3494236 8666 3384 1 0 3483015 0
[pid=11746/tid=11748] ppid=11743 vsize=13976944 memory=7077796292425249400 CPUtime=0.08 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 7009 0 0 0 7 1 0 0 20 0 15 0 135827417 14312390656 8586 18446744073709551615 4194304 4196468 140721816404528 139794796993536 139794785483805 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13976944 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14312390656 8586 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13976944 memory=140148680464000 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135827417 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11753] ppid=11743 vsize=13976944 memory=140148680464000 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11753/stat : 11753 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827419 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794271160432 139794792815234 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11754] ppid=11743 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11754/stat : 11754 (java) S 11743 11746 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135827419 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794270106400 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11755] ppid=11743 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11755/stat : 11755 (java) S 11743 11746 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135827419 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794269054064 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11756] ppid=11743 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11756/stat : 11756 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794268002384 139794792822683 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11757] ppid=11743 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11757/stat : 11757 (java) S 11743 11746 8289 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 135827422 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794266950256 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11758] ppid=11743 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11758/stat : 11758 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794265897456 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11759] ppid=11743 vsize=13976944 memory=140148680464000 CPUtime=0.01 cores=0,2,4,6
/proc/11746/task/11759/stat : 11759 (java) S 11743 11746 8289 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 135827422 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794264845168 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11760] ppid=11743 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13976944 memory=140148680464000 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135827426 14312390656 8652 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 34664 KiB

[startup+0.316302 s]*
/proc/loadavg: 1.35 1.42 1.46 6/214 11761
/proc/meminfo: memFree=30982196/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13975920 memory=40628 CPUtime=0.29 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 10902 0 0 0 26 3 0 0 20 0 15 0 135827408 14311342080 10157 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3493980 10157 3586 1 0 3482759 0
[pid=11746/tid=11748] ppid=11743 vsize=13975920 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 8483 0 0 0 17 2 0 0 20 0 15 0 135827417 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794797022288 139794792826013 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13975920 memory=140148680470993 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135827417 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11753] ppid=11743 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11753/stat : 11753 (java) S 11743 11746 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 135827419 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794271160432 139794792815234 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11754] ppid=11743 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11754/stat : 11754 (java) S 11743 11746 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135827419 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794270106400 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11755] ppid=11743 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11755/stat : 11755 (java) S 11743 11746 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135827419 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794269054064 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11756] ppid=11743 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11756/stat : 11756 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794268002384 139794792822683 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11757] ppid=11743 vsize=13975920 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11746/task/11757/stat : 11757 (java) S 11743 11746 8289 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 15 0 135827422 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794266950256 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11758] ppid=11743 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11746/task/11758/stat : 11758 (java) S 11743 11746 8289 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 135827422 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794265897456 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11759] ppid=11743 vsize=13975920 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11746/task/11759/stat : 11759 (java) R 11743 11746 8289 0 -1 4202560 444 0 0 0 5 0 0 0 20 0 15 0 135827422 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794264840896 139794792816022 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11760] ppid=11743 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135827426 14311342080 10669 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40628 KiB

[startup+0.70111 s]
/proc/loadavg: 1.35 1.42 1.46 7/214 11761
/proc/meminfo: memFree=30927936/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13977988 memory=73812 CPUtime=1.12 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 14117 0 0 0 108 4 0 0 20 0 15 0 135827408 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3494497 18453 3733 1 0 3483271 0
[pid=11746/tid=11748] ppid=11743 vsize=13977988 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 10315 0 0 0 53 3 0 0 20 0 15 0 135827417 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794797036336 139794427164716 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13977988 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13977988 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135827417 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13977988 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11753] ppid=11743 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11753/stat : 11753 (java) S 11743 11746 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 135827419 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794271160432 139794792815234 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11754] ppid=11743 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11754/stat : 11754 (java) S 11743 11746 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135827419 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794270106400 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11755] ppid=11743 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11755/stat : 11755 (java) S 11743 11746 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135827419 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794269054064 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11756] ppid=11743 vsize=13977988 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11756/stat : 11756 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794268002384 139794792822683 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11757] ppid=11743 vsize=13977988 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/11746/task/11757/stat : 11757 (java) R 11743 11746 8289 0 -1 4202560 936 0 0 0 15 0 0 0 20 0 15 0 135827422 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794266940640 139794792825434 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11758] ppid=11743 vsize=13977988 memory=7524861440091345625 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11758/stat : 11758 (java) R 11743 11746 8289 0 -1 4202560 530 0 0 0 16 0 0 0 20 0 15 0 135827422 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794265896640 139794792825434 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11759] ppid=11743 vsize=13977988 memory=6944656592387989600 CPUtime=0.23 cores=0,2,4,6
/proc/11746/task/11759/stat : 11759 (java) S 11743 11746 8289 0 -1 1077944384 953 0 0 0 23 0 0 0 20 0 15 0 135827422 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794264845168 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11760] ppid=11743 vsize=13977988 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135827426 14313459712 18453 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 73812 KiB

[startup+1.50849 s]
/proc/loadavg: 1.35 1.42 1.46 5/214 11761
/proc/meminfo: memFree=30769536/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13980036 memory=170456 CPUtime=3.59 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 27354 0 0 0 350 9 0 0 20 0 15 0 135827408 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3495009 42614 3764 1 0 3483783 0
[pid=11746/tid=11748] ppid=11743 vsize=13980036 memory=7594310785948926052 CPUtime=1.36 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 14645 0 0 0 130 6 0 0 20 0 15 0 135827417 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794797039816 139794430690864 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13980036 memory=7594310785948926052 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13980036 memory=280297082181632 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13980036 memory=7523071224200128865 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135827417 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13980036 memory=4639924115538006630 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135827417 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11753] ppid=11743 vsize=13980036 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11753/stat : 11753 (java) S 11743 11746 8289 0 -1 1077944384 333 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794271160432 139794792815234 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11754] ppid=11743 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11754/stat : 11754 (java) S 11743 11746 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794270106400 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11755] ppid=11743 vsize=13980036 memory=140148541201472 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11755/stat : 11755 (java) S 11743 11746 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794269054064 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11756] ppid=11743 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11756/stat : 11756 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794268002384 139794792822683 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11757] ppid=11743 vsize=13980036 memory=-8774313645642428999 CPUtime=0.81 cores=0,2,4,6
/proc/11746/task/11757/stat : 11757 (java) R 11743 11746 8289 0 -1 4202560 3777 0 0 0 80 1 0 0 20 0 15 0 135827422 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794266941088 139794774367662 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11758] ppid=11743 vsize=13980036 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/11746/task/11758/stat : 11758 (java) S 11743 11746 8289 0 -1 1077944384 3053 0 0 0 85 0 0 0 20 0 15 0 135827422 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794265897456 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11759] ppid=11743 vsize=13980036 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/11746/task/11759/stat : 11759 (java) S 11743 11746 8289 0 -1 1077944384 4166 0 0 0 52 1 0 0 20 0 15 0 135827422 14315556864 42614 18446744073709551615 4194304 4196468 140721816404528 139794264845168 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11760] ppid=11743 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 43126 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827426 14315556864 43126 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 3.59 s
Current children cumulated vsize: 13980036 KiB

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

[pid=11746/tid=11760] ppid=11743 vsize=13980036 memory=598988 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13980036 memory=-8774313645642428999 CPUtime=0.77 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 933 0 0 0 36 41 0 0 20 0 15 0 135827426 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 2515.62 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 169548 KiB

[startup+2513.6 s]
/proc/loadavg: 1.94 1.76 1.66 3/214 12038
/proc/meminfo: memFree=30342372/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13980036 memory=169548 CPUtime=2517.21 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 63759 0 0 0 251662 59 0 0 20 0 15 0 135827408 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3495009 42387 3788 1 0 3483783 0
[pid=11746/tid=11748] ppid=11743 vsize=13980036 memory=844 CPUtime=2513.14 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 24303 0 0 0 251307 7 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794797042480 139794430556476 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13980036 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 3345 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13980036 memory=66584 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 5003 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13980036 memory=1296 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 4994 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13980036 memory=2440 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 3591 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11753] ppid=11743 vsize=13980036 memory=169548 CPUtime=0.1 cores=0,2,4,6
/proc/11746/task/11753/stat : 11753 (java) S 11743 11746 8289 0 -1 1077944384 5627 0 0 0 7 3 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794271160432 139794792815234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11754] ppid=11743 vsize=13980036 memory=169548 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11754/stat : 11754 (java) S 11743 11746 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794270106464 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11755] ppid=11743 vsize=13980036 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11755/stat : 11755 (java) S 11743 11746 8289 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794269054080 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11756] ppid=11743 vsize=13980036 memory=66584 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11756/stat : 11756 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794268002384 139794792822683 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11757] ppid=11743 vsize=13980036 memory=66584 CPUtime=0.92 cores=0,2,4,6
/proc/11746/task/11757/stat : 11757 (java) S 11743 11746 8289 0 -1 1077944384 4815 0 0 0 91 1 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794266950256 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11758] ppid=11743 vsize=13980036 memory=1296 CPUtime=0.97 cores=0,2,4,6
/proc/11746/task/11758/stat : 11758 (java) S 11743 11746 8289 0 -1 1077944384 4302 0 0 0 97 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794265897456 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11759] ppid=11743 vsize=13980036 memory=2440 CPUtime=0.56 cores=0,2,4,6
/proc/11746/task/11759/stat : 11759 (java) S 11743 11746 8289 0 -1 1077944384 5419 0 0 0 54 2 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794264845168 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11760] ppid=11743 vsize=13980036 memory=1840 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13980036 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 933 0 0 0 36 41 0 0 20 0 15 0 135827426 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 2517.21 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 169548 KiB

[startup+2514.4 s]
/proc/loadavg: 1.94 1.77 1.66 3/214 12038
/proc/meminfo: memFree=30342372/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13980036 memory=169548 CPUtime=2518.02 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 63762 0 0 0 251743 59 0 0 20 0 15 0 135827408 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3495009 42387 3788 1 0 3483783 0
[pid=11746/tid=11748] ppid=11743 vsize=13980036 memory=7444849729439621480 CPUtime=2513.94 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 24304 0 0 0 251387 7 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794797042592 139794430574197 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13980036 memory=7444849729439621480 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 3345 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13980036 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 5003 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13980036 memory=18484 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 4994 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13980036 memory=3912 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 3591 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11753] ppid=11743 vsize=13980036 memory=2752 CPUtime=0.1 cores=0,2,4,6
/proc/11746/task/11753/stat : 11753 (java) S 11743 11746 8289 0 -1 1077944384 5629 0 0 0 7 3 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794271160432 139794792815234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11754] ppid=11743 vsize=13980036 memory=2852 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11754/stat : 11754 (java) S 11743 11746 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794270106464 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11755] ppid=11743 vsize=13980036 memory=169548 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11755/stat : 11755 (java) S 11743 11746 8289 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794269054080 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11756] ppid=11743 vsize=13980036 memory=169548 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11756/stat : 11756 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794268002384 139794792822683 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11757] ppid=11743 vsize=13980036 memory=169548 CPUtime=0.92 cores=0,2,4,6
/proc/11746/task/11757/stat : 11757 (java) S 11743 11746 8289 0 -1 1077944384 4815 0 0 0 91 1 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794266950256 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11758] ppid=11743 vsize=13980036 memory=956 CPUtime=0.97 cores=0,2,4,6
/proc/11746/task/11758/stat : 11758 (java) S 11743 11746 8289 0 -1 1077944384 4302 0 0 0 97 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794265897456 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11759] ppid=11743 vsize=13980036 memory=2248 CPUtime=0.56 cores=0,2,4,6
/proc/11746/task/11759/stat : 11759 (java) S 11743 11746 8289 0 -1 1077944384 5419 0 0 0 54 2 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794264845168 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11760] ppid=11743 vsize=13980036 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13980036 memory=169548 CPUtime=0.77 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 933 0 0 0 36 41 0 0 20 0 15 0 135827426 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 2518.02 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 169548 KiB

[startup+2515.2 s]
/proc/loadavg: 1.94 1.77 1.66 3/214 12038
/proc/meminfo: memFree=30342380/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13980036 memory=169548 CPUtime=2518.82 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 63762 0 0 0 251823 59 0 0 20 0 15 0 135827408 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3495009 42387 3788 1 0 3483783 0
[pid=11746/tid=11748] ppid=11743 vsize=13980036 memory=928 CPUtime=2514.74 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 24304 0 0 0 251467 7 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794797042480 139794430379940 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13980036 memory=169548 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 3345 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13980036 memory=7444849729439621480 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 5003 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13980036 memory=7595709347574934370 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 4994 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13980036 memory=169548 CPUtime=0.16 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 3591 0 0 0 13 3 0 0 20 0 15 0 135827417 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11753] ppid=11743 vsize=13980036 memory=169548 CPUtime=0.1 cores=0,2,4,6
/proc/11746/task/11753/stat : 11753 (java) S 11743 11746 8289 0 -1 1077944384 5629 0 0 0 7 3 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794271160432 139794792815234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11754] ppid=11743 vsize=13980036 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11754/stat : 11754 (java) S 11743 11746 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794270106464 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11755] ppid=11743 vsize=13980036 memory=169548 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11755/stat : 11755 (java) S 11743 11746 8289 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 135827419 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794269054080 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11756] ppid=11743 vsize=13980036 memory=1840 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11756/stat : 11756 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794268002384 139794792822683 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11757] ppid=11743 vsize=13980036 memory=792 CPUtime=0.92 cores=0,2,4,6
/proc/11746/task/11757/stat : 11757 (java) S 11743 11746 8289 0 -1 1077944384 4815 0 0 0 91 1 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794266950256 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11758] ppid=11743 vsize=13980036 memory=4168 CPUtime=0.97 cores=0,2,4,6
/proc/11746/task/11758/stat : 11758 (java) S 11743 11746 8289 0 -1 1077944384 4302 0 0 0 97 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794265897456 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11759] ppid=11743 vsize=13980036 memory=66584 CPUtime=0.56 cores=0,2,4,6
/proc/11746/task/11759/stat : 11759 (java) S 11743 11746 8289 0 -1 1077944384 5419 0 0 0 54 2 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794264845168 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11760] ppid=11743 vsize=13980036 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13980036 memory=169548 CPUtime=0.77 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 933 0 0 0 36 41 0 0 20 0 15 0 135827426 14315556864 42387 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 2518.82 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 169548 KiB

[startup+2515.4 s]
/proc/loadavg: 1.94 1.77 1.66 3/214 12038
/proc/meminfo: memFree=30342380/32770624 swapFree=67108860/67108860
[pid=11746] ppid=11743 vsize=13982084 memory=182364 CPUtime=2519.16 cores=0,2,4,6
/proc/11746/stat : 11746 (java) S 11743 11746 8289 0 -1 1077944320 64827 0 0 0 251855 61 0 0 20 0 15 0 135827408 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 140721816387072 139794792804087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
/proc/11746/statm: 3495521 45591 3789 1 0 3484295 0
[pid=11746/tid=11748] ppid=11743 vsize=13982084 memory=792 CPUtime=2514.92 cores=0,2,4,6
/proc/11746/task/11748/stat : 11748 (java) R 11743 11746 8289 0 -1 4202560 24759 0 0 0 251485 7 0 0 20 0 15 0 135827417 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794797040240 139794424299588 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11749] ppid=11743 vsize=13982084 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/11746/task/11749/stat : 11749 (java) S 11743 11746 8289 0 -1 1077944384 3352 0 0 0 14 3 0 0 20 0 15 0 135827417 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794749770640 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11750] ppid=11743 vsize=13982084 memory=1200 CPUtime=0.17 cores=0,2,4,6
/proc/11746/task/11750/stat : 11750 (java) S 11743 11746 8289 0 -1 1077944384 5024 0 0 0 14 3 0 0 20 0 15 0 135827417 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794748717840 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11751] ppid=11743 vsize=13982084 memory=15880 CPUtime=0.17 cores=0,2,4,6
/proc/11746/task/11751/stat : 11751 (java) S 11743 11746 8289 0 -1 1077944384 5002 0 0 0 14 3 0 0 20 0 15 0 135827417 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794747665552 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11752] ppid=11743 vsize=13982084 memory=4040 CPUtime=0.17 cores=0,2,4,6
/proc/11746/task/11752/stat : 11752 (java) S 11743 11746 8289 0 -1 1077944384 3599 0 0 0 13 4 0 0 20 0 15 0 135827417 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794746612752 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11753] ppid=11743 vsize=13982084 memory=-8774313645642428999 CPUtime=0.1 cores=0,2,4,6
/proc/11746/task/11753/stat : 11753 (java) S 11743 11746 8289 0 -1 1077944384 5630 0 0 0 7 3 0 0 20 0 15 0 135827419 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794271160432 139794792815234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11754] ppid=11743 vsize=13982084 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11754/stat : 11754 (java) S 11743 11746 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 135827419 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794270106464 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11755] ppid=11743 vsize=13982084 memory=640 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11755/stat : 11755 (java) S 11743 11746 8289 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 135827419 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794269054080 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11756] ppid=11743 vsize=13982084 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11756/stat : 11756 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794268002384 139794792822683 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11757] ppid=11743 vsize=13982084 memory=-8774313645642428999 CPUtime=0.97 cores=0,2,4,6
/proc/11746/task/11757/stat : 11757 (java) S 11743 11746 8289 0 -1 1077944384 5011 0 0 0 96 1 0 0 20 0 15 0 135827422 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794266950256 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11758] ppid=11743 vsize=13982084 memory=169548 CPUtime=1.01 cores=0,2,4,6
/proc/11746/task/11758/stat : 11758 (java) S 11743 11746 8289 0 -1 1077944384 4419 0 0 0 101 0 0 0 20 0 15 0 135827422 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794265897456 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11759] ppid=11743 vsize=13982084 memory=1296 CPUtime=0.59 cores=0,2,4,6
/proc/11746/task/11759/stat : 11759 (java) S 11743 11746 8289 0 -1 1077944384 5642 0 0 0 57 2 0 0 20 0 15 0 135827422 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794264845168 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11760] ppid=11743 vsize=13982084 memory=2440 CPUtime=0 cores=0,2,4,6
/proc/11746/task/11760/stat : 11760 (java) S 11743 11746 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135827422 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794263792608 139794792814293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
[pid=11746/tid=11761] ppid=11743 vsize=13982084 memory=-8774313645642428999 CPUtime=0.77 cores=0,2,4,6
/proc/11746/task/11761/stat : 11761 (java) S 11743 11746 8289 0 -1 1077944384 933 0 0 0 36 41 0 0 20 0 15 0 135827426 14317654016 45591 18446744073709551615 4194304 4196468 140721816404528 139794262739376 139794792815234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14352384 140721816412532 140721816412713 140721816412713 140721816416207 0
Current children cumulated CPU time: 2519.16 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 182364 KiB

Child status: 0
Real time (s): 2515.43
CPU time (s): 2519.2
CPU user time (s): 2518.58
CPU system time (s): 0.619067
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 283960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.58
system time used= 0.619067
maximum resident set size= 283960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58499
involuntary context switches= 2217


# summary of solver processes directly reported to runsolver:
#   pid: 11746
#   total CPU time (s): 2519.2
#   total CPU user time (s): 2518.58
#   total CPU system time (s): 0.619067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7564 second user time and 20.2675 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-16 12:27:54
IDJOB=4272962
IDBENCH=133712
IDSOLVER=2665
FILE ID=node133/4272962-1502880122
RUNJOBID= node133-1502874281-11066
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272962-1502880122/watcher-4272962-1502880122 -o /tmp/evaluation-result-4272962-1502880122/solver-4272962-1502880122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502874281-11066 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1366325860 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4272962-1502880122.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=1366325860

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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:        31038012 kB
MemAvailable:   31904236 kB
Buffers:          285136 kB
Cached:           882548 kB
SwapCached:            0 kB
Active:           985624 kB
Inactive:         295056 kB
Active(anon):      54388 kB
Inactive(anon):   108944 kB
Active(file):     931236 kB
Inactive(file):   186112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84336 kB
Writeback:             4 kB
AnonPages:        103448 kB
Mapped:            77004 kB
Shmem:             49852 kB
Slab:             156620 kB
SReclaimable:     129424 kB
SUnreclaim:        27196 kB
KernelStack:        3488 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1284776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-16 13:09:50