Trace number 4308890

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 - Parallel with EPS 2018-08-14? (TO) 20048.2 2520.27

General information on the benchmark

NameNurseRostering/
NurseRostering-17_c18.xml
MD5SUMe10494f4d2f2bb4c080233ff8f9dca75
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 variables3248
Number of constraints8691
Number of domains15
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":80},{"size":2,"count":736},{"size":5,"count":1792},{"size":11,"count":24},{"size":33,"count":504},{"size":57,"count":112}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":1200},{"degree":3,"count":256},{"degree":15,"count":24},{"degree":16,"count":37},{"degree":17,"count":3},{"degree":18,"count":22},{"degree":19,"count":34},{"degree":20,"count":44},{"degree":21,"count":67},{"degree":22,"count":108},{"degree":23,"count":674},{"degree":24,"count":625},{"degree":25,"count":154}]
Minimum constraint arity2
Maximum constraint arity160
Distribution of constraint arities[{"arity":2,"count":3096},{"arity":3,"count":3456},{"arity":5,"count":136},{"arity":6,"count":1530},{"arity":8,"count":32},{"arity":33,"count":280},{"arity":57,"count":160},{"arity":160,"count":1}]
Number of extensional constraints2040
Number of intensional constraints1056
Distribution of constraint types[{"type":"extension","count":2040},{"type":"intension","count":1056},{"type":"regular","count":3456},{"type":"sum","count":64},{"type":"count","count":2074},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 700538162
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
5.36/1.90	c Parsing done, starting search...
20047.40/2520.11	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 (14571 MiB free)
  memory of node 1: 16384 MiB (13771 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308890-1534355412/watcher-4308890-1534355412 -o /tmp/evaluation-result-4308890-1534355412/solver-4308890-1534355412 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1534352873-32632 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 700538162 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308890-1534355412.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
solver pid=452, runsolver pid=449
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 6.65 8.28 8.10 4/200 472
/proc/meminfo: memFree=29006096/32770624 swapFree=67030680/67108860
[pid=452] ppid=449 vsize=26103420 memory=29696 CPUtime=0.1 cores=0-7
/proc/452/stat : 452 (java) S 449 452 32605 0 -1 1077944320 6888 0 0 0 9 1 0 0 20 0 20 0 253104405 26729902080 7424 33554432000 4194304 4196468 140723103757536 140723103740080 140153766395639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
/proc/452/statm: 6525855 7424 3139 1 0 6487932 0
[pid=452/tid=454] ppid=449 vsize=26103420 memory=8316850467074736180 CPUtime=0.09 cores=0-7
/proc/452/task/454/stat : 454 (java) R 449 452 32605 0 -1 4202560 5368 0 0 0 8 1 0 0 20 0 20 0 253104405 26729902080 7820 33554432000 4194304 4196468 140723103757536 140153770598768 140153746661424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=455] ppid=449 vsize=26103420 memory=9271 CPUtime=0 cores=0-7
/proc/452/task/455/stat : 455 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 7820 33554432000 4194304 4196468 140723103757536 140153719016080 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=456] ppid=449 vsize=26103420 memory=3905665431104337568 CPUtime=0 cores=0-7
/proc/452/task/456/stat : 456 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 7886 33554432000 4194304 4196468 140723103757536 140153717963280 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=457] ppid=449 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/452/task/457/stat : 457 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 7886 33554432000 4194304 4196468 140723103757536 140153716910480 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=458] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/458/stat : 458 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 7886 33554432000 4194304 4196468 140723103757536 140153715857680 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=459] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/459/stat : 459 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 7886 33554432000 4194304 4196468 140723103757536 140153714805904 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=460] ppid=449 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/452/task/460/stat : 460 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 7886 33554432000 4194304 4196468 140723103757536 140153713753104 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=461] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/461/stat : 461 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 7886 33554432000 4194304 4196468 140723103757536 140153712700304 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=462] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/462/stat : 462 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 7886 33554432000 4194304 4196468 140723103757536 140153711647504 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=463] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/463/stat : 463 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104407 26729902080 7886 33554432000 4194304 4196468 140723103757536 140152827505008 140153766406786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=464] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/464/stat : 464 (java) S 449 452 32605 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253104408 26729902080 7886 33554432000 4194304 4196468 140723103757536 140152826450976 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=465] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/465/stat : 465 (java) S 449 452 32605 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253104408 26729902080 7886 33554432000 4194304 4196468 140723103757536 140152825398128 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=466] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/466/stat : 466 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104410 26729902080 7886 33554432000 4194304 4196468 140723103757536 140152824346448 140153766414235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=467] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/467/stat : 467 (java) S 449 452 32605 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 7952 33554432000 4194304 4196468 140723103757536 140152823294832 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=468] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/468/stat : 468 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 7952 33554432000 4194304 4196468 140723103757536 140152822242032 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=469] ppid=449 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/452/task/469/stat : 469 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 7952 33554432000 4194304 4196468 140723103757536 140152821189232 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=470] ppid=449 vsize=26103420 memory=-1 CPUtime=0.01 cores=0-7
/proc/452/task/470/stat : 470 (java) S 449 452 32605 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 20 0 253104411 26729902080 7952 33554432000 4194304 4196468 140723103757536 140152820136432 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=471] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/471/stat : 471 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 7952 33554432000 4194304 4196468 140723103757536 140152819083872 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=472] ppid=449 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/452/task/472/stat : 472 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 7952 33554432000 4194304 4196468 140723103757536 140152818031152 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29696 KiB

[startup+0.210264 s]*
/proc/loadavg: 6.65 8.28 8.10 3/200 472
/proc/meminfo: memFree=28992268/32770624 swapFree=67030680/67108860
[pid=452] ppid=449 vsize=26103420 memory=43028 CPUtime=0.29 cores=0-7
/proc/452/stat : 452 (java) S 449 452 32605 0 -1 1077944320 10468 0 0 0 26 3 0 0 20 0 20 0 253104405 26729902080 10757 33554432000 4194304 4196468 140723103757536 140723103740080 140153766395639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
/proc/452/statm: 6525855 10757 3279 1 0 6487932 0
[pid=452/tid=454] ppid=449 vsize=26103420 memory=4026532046 CPUtime=0.19 cores=0-7
/proc/452/task/454/stat : 454 (java) R 449 452 32605 0 -1 4202560 8268 0 0 0 18 1 0 0 20 0 20 0 253104405 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153770614016 140153390836944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=455] ppid=449 vsize=26103420 memory=9255 CPUtime=0 cores=0-7
/proc/452/task/455/stat : 455 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153719016080 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=456] ppid=449 vsize=26103420 memory=3979130395730851488 CPUtime=0 cores=0-7
/proc/452/task/456/stat : 456 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153717963280 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=457] ppid=449 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/452/task/457/stat : 457 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153716910480 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=458] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/458/stat : 458 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153715857680 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=459] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/459/stat : 459 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153714805904 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=460] ppid=449 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/452/task/460/stat : 460 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153713753104 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=461] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/461/stat : 461 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153712700304 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=462] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/462/stat : 462 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 10757 33554432000 4194304 4196468 140723103757536 140153711647504 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=463] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/463/stat : 463 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104407 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152827505008 140153766406786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=464] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/464/stat : 464 (java) S 449 452 32605 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253104408 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152826450976 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=465] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/465/stat : 465 (java) S 449 452 32605 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253104408 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152825398128 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=466] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/466/stat : 466 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104410 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152824346448 140153766414235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=467] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/467/stat : 467 (java) S 449 452 32605 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152823294832 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=468] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/468/stat : 468 (java) S 449 452 32605 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152822242032 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=469] ppid=449 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/452/task/469/stat : 469 (java) S 449 452 32605 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 253104411 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152821189232 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=470] ppid=449 vsize=26103420 memory=-1 CPUtime=0.06 cores=0-7
/proc/452/task/470/stat : 470 (java) R 449 452 32605 0 -1 4202560 296 0 0 0 6 0 0 0 20 0 20 0 253104411 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152820133368 140153758632766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=471] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/471/stat : 471 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152819083872 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=472] ppid=449 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/452/task/472/stat : 472 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 10757 33554432000 4194304 4196468 140723103757536 140152818031152 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43028 KiB

[startup+0.309496 s]*
/proc/loadavg: 6.65 8.28 8.10 3/200 472
/proc/meminfo: memFree=28989352/32770624 swapFree=67030680/67108860
[pid=452] ppid=449 vsize=26103420 memory=46580 CPUtime=0.43 cores=0-7
/proc/452/stat : 452 (java) S 449 452 32605 0 -1 1077944320 10900 0 0 0 40 3 0 0 20 0 20 0 253104405 26729902080 11645 33554432000 4194304 4196468 140723103757536 140723103740080 140153766395639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
/proc/452/statm: 6525855 11645 3327 1 0 6487932 0
[pid=452/tid=454] ppid=449 vsize=26103420 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/452/task/454/stat : 454 (java) R 449 452 32605 0 -1 4202560 8594 0 0 0 28 2 0 0 20 0 20 0 253104405 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153770557376 140153747959155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=455] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/455/stat : 455 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153719016080 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=456] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/456/stat : 456 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153717963280 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=457] ppid=449 vsize=26103420 memory=2240 CPUtime=0 cores=0-7
/proc/452/task/457/stat : 457 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153716910480 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=458] ppid=449 vsize=26103420 memory=2241 CPUtime=0 cores=0-7
/proc/452/task/458/stat : 458 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153715857680 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=459] ppid=449 vsize=26103420 memory=2241 CPUtime=0 cores=0-7
/proc/452/task/459/stat : 459 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153714805904 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=460] ppid=449 vsize=26103420 memory=140531330022671 CPUtime=0 cores=0-7
/proc/452/task/460/stat : 460 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153713753104 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=461] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/461/stat : 461 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153712700304 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=462] ppid=449 vsize=26103420 memory=281062660054560 CPUtime=0 cores=0-7
/proc/452/task/462/stat : 462 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104406 26729902080 11645 33554432000 4194304 4196468 140723103757536 140153711647504 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=463] ppid=449 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/452/task/463/stat : 463 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104407 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152827505008 140153766406786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=464] ppid=449 vsize=26103420 memory=1 CPUtime=0 cores=0-7
/proc/452/task/464/stat : 464 (java) S 449 452 32605 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253104408 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152826450976 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=465] ppid=449 vsize=26103420 memory=413 CPUtime=0 cores=0-7
/proc/452/task/465/stat : 465 (java) S 449 452 32605 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253104408 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152825398128 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=466] ppid=449 vsize=26103420 memory=179 CPUtime=0 cores=0-7
/proc/452/task/466/stat : 466 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104410 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152824346448 140153766414235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=467] ppid=449 vsize=26103420 memory=43313 CPUtime=0 cores=0-7
/proc/452/task/467/stat : 467 (java) S 449 452 32605 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152823294832 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=468] ppid=449 vsize=26103420 memory=1 CPUtime=0.01 cores=0-7
/proc/452/task/468/stat : 468 (java) S 449 452 32605 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 20 0 253104411 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152822242032 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=469] ppid=449 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/452/task/469/stat : 469 (java) S 449 452 32605 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 253104411 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152821189232 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=470] ppid=449 vsize=26103420 memory=0 CPUtime=0.07 cores=0-7
/proc/452/task/470/stat : 470 (java) S 449 452 32605 0 -1 1077944384 303 0 0 0 7 0 0 0 20 0 20 0 253104411 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152820136432 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=471] ppid=449 vsize=26103420 memory=3467825727391412274 CPUtime=0 cores=0-7
/proc/452/task/471/stat : 471 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152819083872 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=472] ppid=449 vsize=26103420 memory=2319684899342136623 CPUtime=0 cores=0-7
/proc/452/task/472/stat : 472 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104411 26729902080 11645 33554432000 4194304 4196468 140723103757536 140152818031152 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46580 KiB

[startup+0.70085 s]
/proc/loadavg: 6.65 8.28 8.10 3/200 472
/proc/meminfo: memFree=28964968/32770624 swapFree=67030680/67108860
[pid=452] ppid=449 vsize=26105488 memory=85828 CPUtime=0.99 cores=0-7
/proc/452/stat : 452 (java) S 449 452 32605 0 -1 1077944320 17864 0 0 0 93 6 0 0 20 0 20 0 253104405 26732019712 21457 33554432000 4194304 4196468 140723103757536 140723103740080 140153766395639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
/proc/452/statm: 6526372 21457 3501 1 0 6488444 0
[pid=452/tid=454] ppid=449 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/452/task/454/stat : 454 (java) R 449 452 32605 0 -1 4202560 15058 0 0 0 63 4 0 0 20 0 20 0 253104405 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153770621136 140153750476126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=455] ppid=449 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/452/task/455/stat : 455 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104406 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153719016080 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=456] ppid=449 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/452/task/456/stat : 456 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153717963280 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=457] ppid=449 vsize=26105488 memory=281062660449168 CPUtime=0 cores=0-7
/proc/452/task/457/stat : 457 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153716910480 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=458] ppid=449 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/452/task/458/stat : 458 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153715857680 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=459] ppid=449 vsize=26105488 memory=11068 CPUtime=0 cores=0-7
/proc/452/task/459/stat : 459 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153714805904 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=460] ppid=449 vsize=26105488 memory=1192 CPUtime=0 cores=0-7
/proc/452/task/460/stat : 460 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104406 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153713753104 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=461] ppid=449 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/452/task/461/stat : 461 (java) S 449 452 32605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253104406 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153712700304 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=462] ppid=449 vsize=26105488 memory=2680 CPUtime=0 cores=0-7
/proc/452/task/462/stat : 462 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253104406 26732019712 21457 33554432000 4194304 4196468 140723103757536 140153711647504 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=463] ppid=449 vsize=26105488 memory=3160 CPUtime=0 cores=0-7
/proc/452/task/463/stat : 463 (java) S 449 452 32605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253104407 26732019712 21457 33554432000 4194304 4196468 140723103757536 140152827505008 140153766406786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0

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

[pid=452/tid=455] ppid=449 vsize=27519752 memory=6944656592455097440 CPUtime=12.7 cores=0-7
/proc/452/task/455/stat : 455 (java) S 449 452 32605 0 -1 1077944384 114921 0 0 0 1133 137 0 0 20 0 41 0 253104406 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140153719016080 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=456] ppid=449 vsize=27519752 memory=-4695052241013923951 CPUtime=12.69 cores=0-7
/proc/452/task/456/stat : 456 (java) S 449 452 32605 0 -1 1077944384 109913 0 0 0 1136 133 0 0 20 0 41 0 253104406 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140153717963280 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=457] ppid=449 vsize=27519752 memory=5787214926557761634 CPUtime=12.68 cores=0-7
/proc/452/task/457/stat : 457 (java) S 449 452 32605 0 -1 1077944384 106631 0 0 0 1134 134 0 0 20 0 41 0 253104406 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140153716910480 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=458] ppid=449 vsize=27519752 memory=4298280 CPUtime=12.65 cores=0-7
/proc/452/task/458/stat : 458 (java) S 449 452 32605 0 -1 1077944384 117137 0 0 0 1135 130 0 0 20 0 41 0 253104406 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140153715857680 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=459] ppid=449 vsize=27519752 memory=932 CPUtime=12.71 cores=0-7
/proc/452/task/459/stat : 459 (java) S 449 452 32605 0 -1 1077944384 104288 0 0 0 1138 133 0 0 20 0 41 0 253104406 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140153714805904 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=460] ppid=449 vsize=27519752 memory=1156 CPUtime=12.65 cores=0-7
/proc/452/task/460/stat : 460 (java) S 449 452 32605 0 -1 1077944384 123250 0 0 0 1131 134 0 0 20 0 41 0 253104406 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140153713753104 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=461] ppid=449 vsize=27519752 memory=1572 CPUtime=12.76 cores=0-7
/proc/452/task/461/stat : 461 (java) S 449 452 32605 0 -1 1077944384 116031 0 0 0 1143 133 0 0 20 0 41 0 253104406 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140153712700304 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=462] ppid=449 vsize=27519752 memory=1996 CPUtime=12.64 cores=0-7
/proc/452/task/462/stat : 462 (java) S 449 452 32605 0 -1 1077944384 108123 0 0 0 1132 132 0 0 20 0 41 0 253104406 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140153711647504 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=463] ppid=449 vsize=27519752 memory=2428 CPUtime=1.25 cores=0-7
/proc/452/task/463/stat : 463 (java) R 449 452 32605 0 -1 4202560 47115 0 0 0 106 19 0 0 20 0 41 0 253104407 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152827504928 140153747802025 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=464] ppid=449 vsize=27519752 memory=832 CPUtime=0 cores=0-7
/proc/452/task/464/stat : 464 (java) S 449 452 32605 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 41 0 253104408 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152826451040 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=465] ppid=449 vsize=27519752 memory=1440 CPUtime=0 cores=0-7
/proc/452/task/465/stat : 465 (java) S 449 452 32605 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 41 0 253104408 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152825398144 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=466] ppid=449 vsize=27519752 memory=1836 CPUtime=0 cores=0-7
/proc/452/task/466/stat : 466 (java) S 449 452 32605 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 41 0 253104410 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152824346448 140153766414235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=467] ppid=449 vsize=27519752 memory=7532 CPUtime=5.09 cores=0-7
/proc/452/task/467/stat : 467 (java) S 449 452 32605 0 -1 1077944384 22676 0 0 0 504 5 0 0 20 0 41 0 253104411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152823294832 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=468] ppid=449 vsize=27519752 memory=792 CPUtime=4.93 cores=0-7
/proc/452/task/468/stat : 468 (java) S 449 452 32605 0 -1 1077944384 20726 0 0 0 490 3 0 0 20 0 41 0 253104411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152822242032 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=469] ppid=449 vsize=27519752 memory=4108 CPUtime=4.83 cores=0-7
/proc/452/task/469/stat : 469 (java) S 449 452 32605 0 -1 1077944384 18628 0 0 0 479 4 0 0 20 0 41 0 253104411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152821189232 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=470] ppid=449 vsize=27519752 memory=1796 CPUtime=1.75 cores=0-7
/proc/452/task/470/stat : 470 (java) S 449 452 32605 0 -1 1077944384 25925 0 0 0 171 4 0 0 20 0 41 0 253104411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152820136432 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=471] ppid=449 vsize=27519752 memory=916 CPUtime=0 cores=0-7
/proc/452/task/471/stat : 471 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 41 0 253104411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152819083872 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=472] ppid=449 vsize=27519752 memory=4420 CPUtime=0.76 cores=0-7
/proc/452/task/472/stat : 472 (java) S 449 452 32605 0 -1 1077944384 3095 0 0 0 25 51 0 0 20 0 41 0 253104411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152818031152 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=473] ppid=449 vsize=27519752 memory=1192 CPUtime=0 cores=0-7
/proc/452/task/473/stat : 473 (java) S 449 452 32605 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 41 0 253105020 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152804590208 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=474] ppid=449 vsize=27519752 memory=1520 CPUtime=2.57 cores=0-7
/proc/452/task/474/stat : 474 (java) S 449 452 32605 0 -1 1077944384 8225 0 0 0 136 121 0 0 20 0 41 0 253105037 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152801440240 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=475] ppid=449 vsize=27519752 memory=4126316290023845779 CPUtime=2491.83 cores=0-7
/proc/452/task/475/stat : 475 (java) S 449 452 32605 0 -1 1077944384 120754 0 0 0 249104 79 0 0 20 0 41 0 253105051 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152798284176 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=476] ppid=449 vsize=27519752 memory=792 CPUtime=2495.55 cores=0-7
/proc/452/task/476/stat : 476 (java) S 449 452 32605 0 -1 1077944384 112876 0 0 0 249472 83 0 0 20 0 41 0 253105052 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152797231152 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=477] ppid=449 vsize=27519752 memory=4108 CPUtime=2496.11 cores=0-7
/proc/452/task/477/stat : 477 (java) S 449 452 32605 0 -1 1077944384 128053 0 0 0 249538 73 0 0 20 0 41 0 253105052 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152796178576 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=478] ppid=449 vsize=27519752 memory=1796 CPUtime=2489.15 cores=0-7
/proc/452/task/478/stat : 478 (java) S 449 452 32605 0 -1 1077944384 117779 0 0 0 248838 77 0 0 20 0 41 0 253105059 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152793028624 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=479] ppid=449 vsize=27519752 memory=916 CPUtime=0.55 cores=0-7
/proc/452/task/479/stat : 479 (java) S 449 452 32605 0 -1 1077944384 1324 0 0 0 53 2 0 0 20 0 41 0 253105059 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152791983152 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=480] ppid=449 vsize=27519752 memory=4420 CPUtime=0.55 cores=0-7
/proc/452/task/480/stat : 480 (java) S 449 452 32605 0 -1 1077944384 798 0 0 0 54 1 0 0 20 0 41 0 253105059 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152790930352 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=481] ppid=449 vsize=27519752 memory=6935054825532540783 CPUtime=2483.31 cores=0-7
/proc/452/task/481/stat : 481 (java) S 449 452 32605 0 -1 1077944384 116215 0 0 0 248255 76 0 0 20 0 41 0 253105059 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152789870224 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=482] ppid=449 vsize=27519752 memory=4126316290023845779 CPUtime=0.56 cores=0-7
/proc/452/task/482/stat : 482 (java) S 449 452 32605 0 -1 1077944384 1311 0 0 0 54 2 0 0 20 0 41 0 253105059 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152788824752 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=483] ppid=449 vsize=27519752 memory=4298280 CPUtime=2495.4 cores=0-7
/proc/452/task/483/stat : 483 (java) S 449 452 32605 0 -1 1077944384 118865 0 0 0 249465 75 0 0 20 0 41 0 253105060 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152787765648 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=484] ppid=449 vsize=27519752 memory=1392 CPUtime=2484 cores=0-7
/proc/452/task/484/stat : 484 (java) S 449 452 32605 0 -1 1077944384 117035 0 0 0 248323 77 0 0 20 0 41 0 253105061 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152786712848 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=486] ppid=449 vsize=27519752 memory=1684 CPUtime=2481.41 cores=0-7
/proc/452/task/486/stat : 486 (java) S 449 452 32605 0 -1 1077944384 112986 0 0 0 248067 74 0 0 20 0 41 0 253105409 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152785660176 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=487] ppid=449 vsize=27519752 memory=768 CPUtime=0 cores=0-7
/proc/452/task/487/stat : 487 (java) S 449 452 32605 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 41 0 253105410 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152784614576 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=488] ppid=449 vsize=27519752 memory=5300 CPUtime=0 cores=0-7
/proc/452/task/488/stat : 488 (java) S 449 452 32605 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 41 0 253105411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152781427760 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=489] ppid=449 vsize=27519752 memory=11068 CPUtime=0 cores=0-7
/proc/452/task/489/stat : 489 (java) S 449 452 32605 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 41 0 253105411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152780374960 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=490] ppid=449 vsize=27519752 memory=-5921431000321636112 CPUtime=0 cores=0-7
/proc/452/task/490/stat : 490 (java) S 449 452 32605 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 41 0 253105411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152779322160 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=491] ppid=449 vsize=27519752 memory=4629771062077588875 CPUtime=0 cores=0-7
/proc/452/task/491/stat : 491 (java) S 449 452 32605 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 41 0 253105411 28180226048 1074491 33554432000 4194304 4196468 140723103757536 140152778269360 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
Current children cumulated CPU time: 20047.4 s
Current children cumulated vsize: 27519752 KiB
Current children cumulated memory: 4297964 KiB

[startup+2520.2 s]
/proc/loadavg: 8.60 8.75 8.73 9/218 558
/proc/meminfo: memFree=24731004/32770624 swapFree=67030680/67108860
[pid=452] ppid=449 vsize=27719444 memory=4299584 CPUtime=20047.9 cores=0-7
/proc/452/stat : 452 (java) S 449 452 32605 0 -1 1077944320 2026867 0 0 0 2003043 1752 0 0 20 0 44 0 253104405 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140723103740080 140153766395639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
/proc/452/statm: 6929861 1074896 3638 1 0 6891412 0
[pid=452/tid=454] ppid=449 vsize=27719444 memory=4297768 CPUtime=6.05 cores=0-7
/proc/452/task/454/stat : 454 (java) S 449 452 32605 0 -1 1077944384 23642 0 0 0 590 15 0 0 20 0 44 0 253104405 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153770633104 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=455] ppid=449 vsize=27719444 memory=4297768 CPUtime=12.7 cores=0-7
/proc/452/task/455/stat : 455 (java) S 449 452 32605 0 -1 1077944384 114921 0 0 0 1133 137 0 0 20 0 44 0 253104406 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153719016080 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=456] ppid=449 vsize=27719444 memory=4297768 CPUtime=12.69 cores=0-7
/proc/452/task/456/stat : 456 (java) S 449 452 32605 0 -1 1077944384 109913 0 0 0 1136 133 0 0 20 0 44 0 253104406 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153717963280 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=457] ppid=449 vsize=27719444 memory=4297768 CPUtime=12.68 cores=0-7
/proc/452/task/457/stat : 457 (java) S 449 452 32605 0 -1 1077944384 106631 0 0 0 1134 134 0 0 20 0 44 0 253104406 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153716910480 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=458] ppid=449 vsize=27719444 memory=4305976 CPUtime=12.65 cores=0-7
/proc/452/task/458/stat : 458 (java) S 449 452 32605 0 -1 1077944384 117137 0 0 0 1135 130 0 0 20 0 44 0 253104406 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153715857680 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=459] ppid=449 vsize=27719444 memory=288230574492221466 CPUtime=12.71 cores=0-7
/proc/452/task/459/stat : 459 (java) S 449 452 32605 0 -1 1077944384 104288 0 0 0 1138 133 0 0 20 0 44 0 253104406 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153714805904 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=460] ppid=449 vsize=27719444 memory=288230583166042426 CPUtime=12.65 cores=0-7
/proc/452/task/460/stat : 460 (java) S 449 452 32605 0 -1 1077944384 123250 0 0 0 1131 134 0 0 20 0 44 0 253104406 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153713753104 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=461] ppid=449 vsize=27719444 memory=67284 CPUtime=12.76 cores=0-7
/proc/452/task/461/stat : 461 (java) S 449 452 32605 0 -1 1077944384 116031 0 0 0 1143 133 0 0 20 0 44 0 253104406 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153712700304 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=462] ppid=449 vsize=27719444 memory=776 CPUtime=12.64 cores=0-7
/proc/452/task/462/stat : 462 (java) S 449 452 32605 0 -1 1077944384 108123 0 0 0 1132 132 0 0 20 0 44 0 253104406 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140153711647504 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=463] ppid=449 vsize=27719444 memory=6947385649911455296 CPUtime=1.26 cores=0-7
/proc/452/task/463/stat : 463 (java) S 449 452 32605 0 -1 1077944384 47905 0 0 0 107 19 0 0 20 0 44 0 253104407 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152827505008 140153766406786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=464] ppid=449 vsize=27719444 memory=4420 CPUtime=0 cores=0-7
/proc/452/task/464/stat : 464 (java) S 449 452 32605 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 44 0 253104408 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152826451040 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=465] ppid=449 vsize=27719444 memory=6935054825532540783 CPUtime=0 cores=0-7
/proc/452/task/465/stat : 465 (java) S 449 452 32605 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 44 0 253104408 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152825398144 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=466] ppid=449 vsize=27719444 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/452/task/466/stat : 466 (java) S 449 452 32605 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 44 0 253104410 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152824346448 140153766414235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=467] ppid=449 vsize=27719444 memory=6655300316396806240 CPUtime=5.1 cores=0-7
/proc/452/task/467/stat : 467 (java) S 449 452 32605 0 -1 1077944384 23260 0 0 0 505 5 0 0 20 0 44 0 253104411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152823294832 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=468] ppid=449 vsize=27719444 memory=6655300316396806240 CPUtime=4.93 cores=0-7
/proc/452/task/468/stat : 468 (java) S 449 452 32605 0 -1 1077944384 20764 0 0 0 490 3 0 0 20 0 44 0 253104411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152822242032 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=469] ppid=449 vsize=27719444 memory=6947385649911455296 CPUtime=4.83 cores=0-7
/proc/452/task/469/stat : 469 (java) S 449 452 32605 0 -1 1077944384 18628 0 0 0 479 4 0 0 20 0 44 0 253104411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152821189232 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=470] ppid=449 vsize=27719444 memory=1684 CPUtime=1.76 cores=0-7
/proc/452/task/470/stat : 470 (java) S 449 452 32605 0 -1 1077944384 27940 0 0 0 172 4 0 0 20 0 44 0 253104411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152820136432 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=471] ppid=449 vsize=27719444 memory=768 CPUtime=0 cores=0-7
/proc/452/task/471/stat : 471 (java) S 449 452 32605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 253104411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152819083872 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=472] ppid=449 vsize=27719444 memory=1965432 CPUtime=0.76 cores=0-7
/proc/452/task/472/stat : 472 (java) S 449 452 32605 0 -1 1077944384 3095 0 0 0 25 51 0 0 20 0 44 0 253104411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152818031152 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=473] ppid=449 vsize=27719444 memory=605 CPUtime=0 cores=0-7
/proc/452/task/473/stat : 473 (java) S 449 452 32605 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 44 0 253105020 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152804590208 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=474] ppid=449 vsize=27719444 memory=1246 CPUtime=2.57 cores=0-7
/proc/452/task/474/stat : 474 (java) S 449 452 32605 0 -1 1077944384 8250 0 0 0 136 121 0 0 20 0 44 0 253105037 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152801440432 140153766406786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=475] ppid=449 vsize=27719444 memory=6947385649911455296 CPUtime=2491.9 cores=0-7
/proc/452/task/475/stat : 475 (java) R 449 452 32605 0 -1 4202560 120773 0 0 0 249111 79 0 0 20 0 44 0 253105051 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152798283976 140153406593373 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=476] ppid=449 vsize=27719444 memory=4301872 CPUtime=2495.62 cores=0-7
/proc/452/task/476/stat : 476 (java) R 449 452 32605 0 -1 4202560 112896 0 0 0 249479 83 0 0 20 0 44 0 253105052 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152797231032 140153404399408 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=477] ppid=449 vsize=27719444 memory=6935054825532540783 CPUtime=2496.17 cores=0-7
/proc/452/task/477/stat : 477 (java) R 449 452 32605 0 -1 4202560 128073 0 0 0 249544 73 0 0 20 0 44 0 253105052 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152796178664 140153392648081 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=478] ppid=449 vsize=27719444 memory=6947385649911455296 CPUtime=2489.23 cores=0-7
/proc/452/task/478/stat : 478 (java) R 449 452 32605 0 -1 4202560 117798 0 0 0 248846 77 0 0 20 0 44 0 253105059 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152793027944 140153392648163 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=479] ppid=449 vsize=27719444 memory=11068 CPUtime=0.55 cores=0-7
/proc/452/task/479/stat : 479 (java) S 449 452 32605 0 -1 1077944384 1393 0 0 0 53 2 0 0 20 0 44 0 253105059 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152791983152 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=480] ppid=449 vsize=27719444 memory=4297768 CPUtime=0.56 cores=0-7
/proc/452/task/480/stat : 480 (java) S 449 452 32605 0 -1 1077944384 882 0 0 0 55 1 0 0 20 0 44 0 253105059 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152790930352 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=481] ppid=449 vsize=27719444 memory=4297768 CPUtime=2483.35 cores=0-7
/proc/452/task/481/stat : 481 (java) R 449 452 32605 0 -1 4202560 116233 0 0 0 248259 76 0 0 20 0 44 0 253105059 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152789870224 140153404119808 0 4 0 16800975 0 0 0 -1 1 0 0 30 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=482] ppid=449 vsize=27719444 memory=4297768 CPUtime=0.56 cores=0-7
/proc/452/task/482/stat : 482 (java) S 449 452 32605 0 -1 1077944384 1354 0 0 0 54 2 0 0 20 0 44 0 253105059 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152788824752 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=483] ppid=449 vsize=27719444 memory=4297768 CPUtime=2495.45 cores=0-7
/proc/452/task/483/stat : 483 (java) R 449 452 32605 0 -1 4202560 118885 0 0 0 249470 75 0 0 20 0 44 0 253105060 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152787765648 140153403925141 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=484] ppid=449 vsize=27719444 memory=4298280 CPUtime=2484.05 cores=0-7
/proc/452/task/484/stat : 484 (java) R 449 452 32605 0 -1 4202560 117056 0 0 0 248328 77 0 0 20 0 44 0 253105061 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152786714048 140153392648120 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=486] ppid=449 vsize=27719444 memory=4300332 CPUtime=2481.46 cores=0-7
/proc/452/task/486/stat : 486 (java) R 449 452 32605 0 -1 4202560 112987 0 0 0 248072 74 0 0 20 0 44 0 253105409 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152785661248 140153390709163 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=487] ppid=449 vsize=27719444 memory=1440 CPUtime=0 cores=0-7
/proc/452/task/487/stat : 487 (java) S 449 452 32605 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 44 0 253105410 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152784614576 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=488] ppid=449 vsize=27719444 memory=1836 CPUtime=0 cores=0-7
/proc/452/task/488/stat : 488 (java) S 449 452 32605 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 44 0 253105411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152781427760 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=489] ppid=449 vsize=27719444 memory=7532 CPUtime=0 cores=0-7
/proc/452/task/489/stat : 489 (java) S 449 452 32605 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 44 0 253105411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152780374960 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=490] ppid=449 vsize=27719444 memory=792 CPUtime=0 cores=0-7
/proc/452/task/490/stat : 490 (java) S 449 452 32605 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 44 0 253105411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152779322160 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
[pid=452/tid=491] ppid=449 vsize=27719444 memory=4108 CPUtime=0.01 cores=0-7
/proc/452/task/491/stat : 491 (java) S 449 452 32605 0 -1 1077944384 853 0 0 0 1 0 0 0 20 0 44 0 253105411 28384710656 1074896 33554432000 4194304 4196468 140723103757536 140152778269360 140153766405845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140723103761486 140723103761669 140723103761669 140723103764431 0
Current children cumulated CPU time: 20047.9 s
Current children cumulated vsize: 27719444 KiB
Current children cumulated memory: 4299584 KiB

Child status: 143
Real time (s): 2520.27
CPU time (s): 20048.2
CPU user time (s): 20030.7
CPU system time (s): 17.5667
CPU usage (%): 795.48
Max. virtual memory (cumulated for all children) (KiB): 27719444
Max. memory (cumulated for all children) (KiB): 4472496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20030.7
system time used= 17.5667
maximum resident set size= 4474884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2027307
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 365558
involuntary context switches= 419867


# summary of solver processes directly reported to runsolver:
#   pid: 452
#   total CPU time (s): 20048.2
#   total CPU user time (s): 20030.7
#   total CPU system time (s): 17.5667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8567 second user time and 35.7626 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 19:50:12
IDJOB=4308890
IDBENCH=141056
IDSOLVER=2793
FILE ID=node102/4308890-1534355412
RUNJOBID= node102-1534352873-32632
PBS_JOBID= 21038256
Free space on /tmp= 43904 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-17_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308890-1534355412/watcher-4308890-1534355412 -o /tmp/evaluation-result-4308890-1534355412/solver-4308890-1534355412 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1534352873-32632 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 700538162 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308890-1534355412.xml

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

MD5SUM BENCH= e10494f4d2f2bb4c080233ff8f9dca75
RANDOM SEED=700538162

node102.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.51
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.51
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.51
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.51
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:        29023776 kB
MemAvailable:   31874036 kB
Buffers:          175904 kB
Cached:          2945004 kB
SwapCached:        51224 kB
Active:          1618732 kB
Inactive:        1581956 kB
Active(anon):       4612 kB
Inactive(anon):   135192 kB
Active(file):    1614120 kB
Inactive(file):  1446764 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             36368 kB
Writeback:             0 kB
AnonPages:         35608 kB
Mapped:            53536 kB
Shmem:             57196 kB
Slab:             239552 kB
SReclaimable:     210420 kB
SUnreclaim:        29132 kB
KernelStack:        3792 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 43868 MiB
End job on node102 at 2018-08-15 20:32:13