Trace number 4390595

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23UNSAT 4.26369 2.5895

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-17-ext02.xml
MD5SUMe012389e7b96b23a2cd1273ccb482cfe
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.030643
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of constraints291
Number of domains1
Minimum domain size289
Maximum domain size289
Distribution of domain sizes[{"size":289,"count":289}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":287},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity289
Distribution of constraint arities[{"arity":2,"count":290},{"arity":289,"count":1}]
Number of extensional constraints289
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":289},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.43/1.87	
2.43/1.87	AbsCon 2 
2.43/1.89	
2.96/2.06	  Instance
2.96/2.06	    name=instance-4390595-1568384012, framework=CSP
2.96/2.06	
2.96/2.06	  Loading variables...
3.26/2.11	  Loading constraints...
3.51/2.23	
3.51/2.23	  Domains
3.51/2.23	    nTypes=1, nValues=83521, sizes=[289#289]
3.51/2.23	  Variables
3.51/2.23	    count=289, degrees=[3#287,4#2]
3.51/2.23	  Constraints
3.51/2.23	    count=292, nSpecific=1, arities=[1#2,2#289,289#1]
3.51/2.23	    distribution=[AllDifferent#1,CtrExtensionV-Bits#289,CtrIntension#2]
3.51/2.23	    nExtStructures=(1,shared:288), nIntStructures=(2,shared:0), nCftStructures=(1,shared:288,unbuilt:3)
3.51/2.23	    wck=0.388, cpu=2.198, mem=39M725
3.51/2.24	  Solver SolverBacktrack being built...
3.51/2.24	
3.51/2.27	
3.51/2.27	  Solver
3.51/2.27	    guaranteedGAC=true
3.51/2.27	    wck=0.426, cpu=2.234, mem=53M11
4.13/2.57	
4.13/2.57	  Preprocessing
4.13/2.57	    filters=294, revisions=(582,useless=290), ccks=291, nACremovedValues=43998, nTotalRemovedValues=43998, inconcistency=true
4.13/2.57	    wck=0.297, cpu=2.532, mem=53M11
4.13/2.57	
4.13/2.57	  Global
4.13/2.57	    filters=294, revisions=(582,useless=290), ccks=291
4.13/2.57	    Stop=FULL_EXPLORATION, wrong=0, wck=0.725, cpu=2.532, mem=53M11
4.13/2.57	
4.13/2.57	s UNSATISFIABLE
4.13/2.57	
4.13/2.57	d WRONG_DECISIONS 0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390595-1568384012/watcher-4390595-1568384012 -o /tmp/evaluation-result-4390595-1568384012/solver-4390595-1568384012 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568380476-6543 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390595-1568384012.xml -cm 

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

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


[startup+0.101932 s]*
/proc/loadavg: 1.58 1.81 1.88 4/233 7890
/proc/meminfo: memFree=31291992/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10659884 memory=30300 CPUtime=0.14 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 5579 0 0 0 12 2 0 0 20 0 15 0 414640851 10915721216 7575 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2664971 7575 2910 1 0 2627468 0
[pid=7875/tid=7877] ppid=7872 vsize=10659884 memory=-8970431009352676544 CPUtime=0.09 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) R 7872 7875 6511 0 -1 4202560 2991 0 0 0 8 1 0 0 20 0 15 0 414640852 10915721216 7575 33554432000 4194304 4196468 140725949231856 140349619616800 140349596780461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10659884 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 7575 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 7575 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 7575 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 7575 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 7575 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7883] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7883/stat : 7883 (java) S 7872 7875 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 7641 33554432000 4194304 4196468 140725949231856 140349106226080 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7884] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7884/stat : 7884 (java) S 7872 7875 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 7641 33554432000 4194304 4196468 140725949231856 140349105173488 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7885] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7885/stat : 7885 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 7641 33554432000 4194304 4196468 140725949231856 140349104122064 140349615404955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7886] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7886/stat : 7886 (java) R 7872 7875 6511 0 -1 4202560 532 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 7641 33554432000 4194304 4196468 140725949231856 140349103069680 140349596086656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7887] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7887/stat : 7887 (java) R 7872 7875 6511 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 7641 33554432000 4194304 4196468 140725949231856 140349102017136 140349615397506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7888] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0.02 cores=1,3,5,7
/proc/7875/task/7888/stat : 7888 (java) R 7872 7875 6511 0 -1 4202560 566 0 0 0 2 0 0 0 20 0 15 0 414640857 10915721216 7641 33554432000 4194304 4196468 140725949231856 140349100961496 140349607623486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7889] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7889/stat : 7889 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 7641 33554432000 4194304 4196468 140725949231856 140349099912288 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7890] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7890/stat : 7890 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 7641 33554432000 4194304 4196468 140725949231856 140349098858800 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 30300 KiB

[startup+0.210957 s]*
/proc/loadavg: 1.58 1.81 1.88 3/233 7890
/proc/meminfo: memFree=31285116/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10659884 memory=35196 CPUtime=0.32 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 6412 0 0 0 30 2 0 0 20 0 15 0 414640851 10915721216 8799 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2664971 8799 2989 1 0 2627468 0
[pid=7875/tid=7877] ppid=7872 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) R 7872 7875 6511 0 -1 4202560 3493 0 0 0 19 1 0 0 20 0 15 0 414640852 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349619617968 140349571988953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10659884 memory=345 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10659884 memory=139966685234752 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7883] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7883/stat : 7883 (java) S 7872 7875 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349106226080 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7884] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7884/stat : 7884 (java) S 7872 7875 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349105173488 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7885] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7885/stat : 7885 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349104122064 140349615404955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7886] ppid=7872 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7875/task/7886/stat : 7886 (java) S 7872 7875 6511 0 -1 1077944384 744 0 0 0 4 0 0 0 20 0 15 0 414640857 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349103069680 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7887] ppid=7872 vsize=10659884 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7887/stat : 7887 (java) S 7872 7875 6511 0 -1 1077944384 227 0 0 0 1 0 0 0 20 0 15 0 414640857 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349102017136 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7888] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0.05 cores=1,3,5,7
/proc/7875/task/7888/stat : 7888 (java) S 7872 7875 6511 0 -1 1077944384 588 0 0 0 5 0 0 0 20 0 15 0 414640857 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349100964592 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7889] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7889/stat : 7889 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349099912288 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7890] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7890/stat : 7890 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 8799 33554432000 4194304 4196468 140725949231856 140349098858800 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35196 KiB

[startup+0.310366 s]*
/proc/loadavg: 1.58 1.81 1.88 3/233 7890
/proc/meminfo: memFree=31278040/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10659884 memory=40436 CPUtime=0.47 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 9019 0 0 0 44 3 0 0 20 0 15 0 414640851 10915721216 10109 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2664971 10109 3002 1 0 2627468 0
[pid=7875/tid=7877] ppid=7872 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) R 7872 7875 6511 0 -1 4202560 6031 0 0 0 28 2 0 0 20 0 15 0 414640852 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349619609040 140349615408285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10659884 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10659884 memory=14835176736663192 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7883] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7883/stat : 7883 (java) S 7872 7875 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349106226080 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7884] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7884/stat : 7884 (java) S 7872 7875 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414640854 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349105173488 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7885] ppid=7872 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7885/stat : 7885 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349104122064 140349615404955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7886] ppid=7872 vsize=10659884 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/7875/task/7886/stat : 7886 (java) R 7872 7875 6511 0 -1 1077944384 782 0 0 0 5 0 0 0 20 0 15 0 414640857 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349103069776 140349615396565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7887] ppid=7872 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7875/task/7887/stat : 7887 (java) S 7872 7875 6511 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 15 0 414640857 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349102017136 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7888] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0.07 cores=1,3,5,7
/proc/7875/task/7888/stat : 7888 (java) R 7872 7875 6511 0 -1 4202560 613 0 0 0 7 0 0 0 20 0 15 0 414640857 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349100960320 140349594324575 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7889] ppid=7872 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7889/stat : 7889 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349099912288 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7890] ppid=7872 vsize=10659884 memory=139966685226624 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7890/stat : 7890 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640857 10915721216 10109 33554432000 4194304 4196468 140725949231856 140349098858800 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40436 KiB

[startup+0.701716 s]
/proc/loadavg: 1.58 1.81 1.88 3/233 7890
/proc/meminfo: memFree=31270348/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10661932 memory=62936 CPUtime=1.11 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 12312 0 0 0 106 5 0 0 20 0 15 0 414640851 10917818368 15734 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2665483 15734 3069 1 0 2627980 0
[pid=7875/tid=7877] ppid=7872 vsize=10661932 memory=1220 CPUtime=0.68 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) R 7872 7875 6511 0 -1 4202560 8476 0 0 0 64 4 0 0 20 0 15 0 414640852 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349619612336 140349596949934 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10661932 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10661932 memory=784 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10661932 memory=8252 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10661932 memory=5920 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10661932 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640854 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7883] ppid=7872 vsize=10661932 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7883/stat : 7883 (java) S 7872 7875 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414640854 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349106226080 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7884] ppid=7872 vsize=10661932 memory=728 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7884/stat : 7884 (java) S 7872 7875 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414640854 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349105173488 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7885] ppid=7872 vsize=10661932 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7885/stat : 7885 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349104122064 140349615404955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7886] ppid=7872 vsize=10661932 memory=7236533984234661184 CPUtime=0.14 cores=1,3,5,7
/proc/7875/task/7886/stat : 7886 (java) R 7872 7875 6511 0 -1 4202560 1020 0 0 0 14 0 0 0 20 0 15 0 414640857 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349103069680 140349596907541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7887] ppid=7872 vsize=10661932 memory=7380106142448642414 CPUtime=0.08 cores=1,3,5,7
/proc/7875/task/7887/stat : 7887 (java) S 7872 7875 6511 0 -1 1077944384 503 0 0 0 8 0 0 0 20 0 15 0 414640857 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349102017136 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7888] ppid=7872 vsize=10661932 memory=5859271421084325224 CPUtime=0.18 cores=1,3,5,7
/proc/7875/task/7888/stat : 7888 (java) S 7872 7875 6511 0 -1 1077944384 953 0 0 0 18 0 0 0 20 0 15 0 414640857 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349100964592 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7889] ppid=7872 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7889/stat : 7889 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349099912288 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7890] ppid=7872 vsize=10661932 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7890/stat : 7890 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640857 10917818368 15734 33554432000 4194304 4196468 140725949231856 140349098858800 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62936 KiB

[startup+1.5007 s]
/proc/loadavg: 1.61 1.82 1.88 3/233 7890
/proc/meminfo: memFree=31254160/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10663980 memory=74920 CPUtime=2 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 17584 0 0 0 194 6 0 0 20 0 15 0 414640851 10919915520 18730 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2665995 18730 3094 1 0 2628492 0
[pid=7875/tid=7877] ppid=7872 vsize=10663980 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) R 7872 7875 6511 0 -1 4202560 12492 0 0 0 143 4 0 0 20 0 15 0 414640852 10919915520 18730 33554432000 4194304 4196468 140725949231856 140349619618384 140349600552062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10663980 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10919915520 18730 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10663980 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10919915520 18730 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10663980 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10919915520 18730 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10663980 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10919915520 18730 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10663980 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 414640854 10919915520 18730 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0

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

Dumping a history of the last processes samples

[startup+1.60083 s]
/proc/loadavg: 1.61 1.82 1.88 3/233 7890
/proc/meminfo: memFree=31254160/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10666028 memory=76124 CPUtime=2.11 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 17996 0 0 0 205 6 0 0 20 0 15 0 414640851 10922012672 19031 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2666507 19031 3094 1 0 2629004 0
[pid=7875/tid=7877] ppid=7872 vsize=10666028 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) R 7872 7875 6511 0 -1 4202560 12903 0 0 0 153 5 0 0 20 0 15 0 414640852 10922012672 19031 33554432000 4194304 4196468 140725949231856 140349619618384 140349215770519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10922012672 19031 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414640852 10922012672 19031 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10922012672 19031 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414640852 10922012672 19031 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10666028 memory=139966685228337 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 414640854 10922012672 19031 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7883] ppid=7872 vsize=10666028 memory=7883663741964151380 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7883/stat : 7883 (java) S 7872 7875 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414640854 10922012672 19543 33554432000 4194304 4196468 140725949231856 140349106226080 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7884] ppid=7872 vsize=10666028 memory=7309167735419596644 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7884/stat : 7884 (java) S 7872 7875 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414640854 10922012672 19543 33554432000 4194304 4196468 140725949231856 140349105173488 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7885] ppid=7872 vsize=10666028 memory=6075463926040055888 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7885/stat : 7885 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10922012672 19543 33554432000 4194304 4196468 140725949231856 140349104122064 140349615404955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7886] ppid=7872 vsize=10666028 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/7875/task/7886/stat : 7886 (java) S 7872 7875 6511 0 -1 1077944384 1853 0 0 0 20 0 0 0 20 0 15 0 414640857 10922012672 19543 33554432000 4194304 4196468 140725949231856 140349103069680 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7887] ppid=7872 vsize=10666028 memory=173819474066953 CPUtime=0.12 cores=1,3,5,7
/proc/7875/task/7887/stat : 7887 (java) S 7872 7875 6511 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 15 0 414640857 10922012672 19543 33554432000 4194304 4196468 140725949231856 140349102017136 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7888] ppid=7872 vsize=10666028 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/7875/task/7888/stat : 7888 (java) S 7872 7875 6511 0 -1 1077944384 955 0 0 0 18 0 0 0 20 0 15 0 414640857 10922012672 19543 33554432000 4194304 4196468 140725949231856 140349100964592 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7889] ppid=7872 vsize=10666028 memory=-1161699032756282206 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7889/stat : 7889 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414640857 10922012672 19543 33554432000 4194304 4196468 140725949231856 140349099912288 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7890] ppid=7872 vsize=10666028 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7890/stat : 7890 (java) S 7872 7875 6511 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 414640857 10922012672 19543 33554432000 4194304 4196468 140725949231856 140349098858800 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 76124 KiB

[startup+2.00096 s]*
/proc/loadavg: 1.61 1.82 1.88 5/234 7891
/proc/meminfo: memFree=31176572/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10744136 memory=145472 CPUtime=2.96 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 22280 0 0 0 286 10 0 0 20 0 16 0 414640851 11001995264 36368 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2686034 36368 3305 1 0 2646705 0
[pid=7875/tid=7877] ppid=7872 vsize=10744136 memory=750208926195646769 CPUtime=1.85 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) S 7872 7875 6511 0 -1 1077944384 14620 0 0 0 180 5 0 0 20 0 16 0 414640852 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349619629232 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10744136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 414640852 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10744136 memory=14838475271546520 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414640852 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10744136 memory=5450916471307728426 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 16 0 414640852 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10744136 memory=4628420188144366477 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 414640852 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10744136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 1024 0 0 0 1 0 0 0 20 0 16 0 414640854 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7883] ppid=7872 vsize=10744136 memory=3472328295574039921 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7883/stat : 7883 (java) S 7872 7875 6511 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414640854 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349106226080 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7884] ppid=7872 vsize=10744136 memory=-7088785026379990432 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7884/stat : 7884 (java) S 7872 7875 6511 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414640854 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349105173488 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7885] ppid=7872 vsize=10744136 memory=-6873162000112450758 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7885/stat : 7885 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414640857 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349104122064 140349615404955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7886] ppid=7872 vsize=10744136 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/7875/task/7886/stat : 7886 (java) R 7872 7875 6511 0 -1 4202560 1992 0 0 0 34 0 0 0 20 0 16 0 414640857 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349103059600 140349599777812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7887] ppid=7872 vsize=10744136 memory=8028911401163779428 CPUtime=0.26 cores=1,3,5,7
/proc/7875/task/7887/stat : 7887 (java) R 7872 7875 6511 0 -1 1077944384 1005 0 0 0 26 0 0 0 20 0 16 0 414640857 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349102017136 140349615397506 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7888] ppid=7872 vsize=10744136 memory=3471342363006064304 CPUtime=0.28 cores=1,3,5,7
/proc/7875/task/7888/stat : 7888 (java) R 7872 7875 6511 0 -1 4202560 1253 0 0 0 28 0 0 0 20 0 16 0 414640857 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349100959856 140349594054072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7889] ppid=7872 vsize=10744136 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7889/stat : 7889 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414640857 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349099912288 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7890] ppid=7872 vsize=10744136 memory=3472468262912906928 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7890/stat : 7890 (java) S 7872 7875 6511 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 414640857 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349098858800 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7891] ppid=7872 vsize=10744136 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/7875/task/7891/stat : 7891 (java) R 7872 7875 6511 0 -1 4202560 744 0 0 0 10 0 0 0 20 0 16 0 414641039 11001995264 36368 33554432000 4194304 4196468 140725949231856 140349081894416 140349214420822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 145472 KiB

[startup+2.4007 s]
/proc/loadavg: 1.61 1.82 1.88 5/234 7891
/proc/meminfo: memFree=31176572/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10748324 memory=150412 CPUtime=3.98 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 24014 0 0 0 387 11 0 0 20 0 16 0 414640851 11006283776 37603 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2687081 37603 3342 1 0 2647217 0
[pid=7875/tid=7877] ppid=7872 vsize=10748324 memory=1744 CPUtime=1.85 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) S 7872 7875 6511 0 -1 1077944384 14620 0 0 0 180 5 0 0 20 0 16 0 414640852 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349619629232 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10748324 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 414640852 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10748324 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414640852 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 16 0 414640852 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10748324 memory=-7088785026379990432 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 414640852 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10748324 memory=-6873162000112450758 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 1024 0 0 0 1 0 0 0 20 0 16 0 414640854 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7883] ppid=7872 vsize=10748324 memory=-7812193691855986592 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7883/stat : 7883 (java) S 7872 7875 6511 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414640854 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349106226080 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7884] ppid=7872 vsize=10748324 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7884/stat : 7884 (java) S 7872 7875 6511 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414640854 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349105173488 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7885] ppid=7872 vsize=10748324 memory=7014751519599908199 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7885/stat : 7885 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414640857 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349104122064 140349615404955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7886] ppid=7872 vsize=10748324 memory=7811022289770146151 CPUtime=0.55 cores=1,3,5,7
/proc/7875/task/7886/stat : 7886 (java) S 7872 7875 6511 0 -1 1077944384 2093 0 0 0 55 0 0 0 20 0 16 0 414640857 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349103069680 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7887] ppid=7872 vsize=10748324 memory=5867752057718924646 CPUtime=0.48 cores=1,3,5,7
/proc/7875/task/7887/stat : 7887 (java) S 7872 7875 6511 0 -1 1077944384 1190 0 0 0 48 0 0 0 20 0 16 0 414640857 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349102017136 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7888] ppid=7872 vsize=10748324 memory=7372791091640492645 CPUtime=0.48 cores=1,3,5,7
/proc/7875/task/7888/stat : 7888 (java) S 7872 7875 6511 0 -1 1077944384 1695 0 0 0 47 1 0 0 20 0 16 0 414640857 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349100964592 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7889] ppid=7872 vsize=10748324 memory=7668616846870864241 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7889/stat : 7889 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414640857 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349099912288 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7890] ppid=7872 vsize=10748324 memory=7812730961155875664 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7890/stat : 7890 (java) S 7872 7875 6511 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 414640857 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349098858800 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7891] ppid=7872 vsize=10748324 memory=8244234282497822819 CPUtime=0.48 cores=1,3,5,7
/proc/7875/task/7891/stat : 7891 (java) R 7872 7875 6511 0 -1 4202560 1750 0 0 0 48 0 0 0 20 0 16 0 414641039 11006283776 37603 33554432000 4194304 4196468 140725949231856 140349081903832 140349218756865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 150412 KiB

[startup+2.50571 s]
/proc/loadavg: 1.61 1.82 1.88 5/234 7891
/proc/meminfo: memFree=31176572/32770624 swapFree=67004028/67108860
[pid=7875] ppid=7872 vsize=10748324 memory=150472 CPUtime=4.13 cores=1,3,5,7
/proc/7875/stat : 7875 (java) S 7872 7875 6511 0 -1 1077944320 24026 0 0 0 402 11 0 0 20 0 16 0 414640851 11006283776 37618 33554432000 4194304 4196468 140725949231856 140725949214400 140349615386359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
/proc/7875/statm: 2687081 37618 3342 1 0 2647217 0
[pid=7875/tid=7877] ppid=7872 vsize=10748324 memory=288230574492221466 CPUtime=1.85 cores=1,3,5,7
/proc/7875/task/7877/stat : 7877 (java) S 7872 7875 6511 0 -1 1077944384 14620 0 0 0 180 5 0 0 20 0 16 0 414640852 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349619629232 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7878] ppid=7872 vsize=10748324 memory=279933083721536 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7878/stat : 7878 (java) S 7872 7875 6511 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 414640852 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349541460752 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7879] ppid=7872 vsize=10748324 memory=8257237230052613020 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7879/stat : 7879 (java) S 7872 7875 6511 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414640852 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349540408208 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7880] ppid=7872 vsize=10748324 memory=-7233780906022716832 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7880/stat : 7880 (java) S 7872 7875 6511 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 16 0 414640852 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349539355664 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7881] ppid=7872 vsize=10748324 memory=-7173504570862900581 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7881/stat : 7881 (java) S 7872 7875 6511 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 414640852 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349538303120 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7882] ppid=7872 vsize=10748324 memory=6944656592387989600 CPUtime=0.01 cores=1,3,5,7
/proc/7875/task/7882/stat : 7882 (java) S 7872 7875 6511 0 -1 1077944384 1024 0 0 0 1 0 0 0 20 0 16 0 414640854 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349107279856 140349615397506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7883] ppid=7872 vsize=10748324 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7883/stat : 7883 (java) S 7872 7875 6511 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414640854 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349106226080 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7884] ppid=7872 vsize=10748324 memory=1212 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7884/stat : 7884 (java) S 7872 7875 6511 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414640854 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349105173488 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7885] ppid=7872 vsize=10748324 memory=1036 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7885/stat : 7885 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414640857 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349104122064 140349615404955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7886] ppid=7872 vsize=10748324 memory=14008 CPUtime=0.58 cores=1,3,5,7
/proc/7875/task/7886/stat : 7886 (java) R 7872 7875 6511 0 -1 4202560 2098 0 0 0 58 0 0 0 20 0 16 0 414640857 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349103069976 140349598854314 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7887] ppid=7872 vsize=10748324 memory=12024 CPUtime=0.5 cores=1,3,5,7
/proc/7875/task/7887/stat : 7887 (java) S 7872 7875 6511 0 -1 1077944384 1193 0 0 0 50 0 0 0 20 0 16 0 414640857 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349102017136 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7888] ppid=7872 vsize=10748324 memory=2116 CPUtime=0.49 cores=1,3,5,7
/proc/7875/task/7888/stat : 7888 (java) S 7872 7875 6511 0 -1 1077944384 1699 0 0 0 48 1 0 0 20 0 16 0 414640857 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349100964592 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7889] ppid=7872 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7889/stat : 7889 (java) S 7872 7875 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414640857 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349099912288 140349615396565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7890] ppid=7872 vsize=10748324 memory=496 CPUtime=0 cores=1,3,5,7
/proc/7875/task/7890/stat : 7890 (java) S 7872 7875 6511 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 414640857 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349098858800 140349615397506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
[pid=7875/tid=7891] ppid=7872 vsize=10748324 memory=1564 CPUtime=0.59 cores=1,3,5,7
/proc/7875/task/7891/stat : 7891 (java) R 7872 7875 6511 0 -1 4202560 1750 0 0 0 59 0 0 0 20 0 16 0 414641039 11006283776 37618 33554432000 4194304 4196468 140725949231856 140349081903832 140349218768324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9699328 140725949240331 140725949240434 140725949240434 140725949243343 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 150472 KiB

Child status: 0
Real time (s): 2.5895
CPU time (s): 4.26369
CPU user time (s): 4.14452
CPU system time (s): 0.119171
CPU usage (%): 164.653
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 150472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.14452
system time used= 0.119171
maximum resident set size= 151060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24089
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2480
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 7875
#   total CPU time (s): 4.26369
#   total CPU user time (s): 4.14452
#   total CPU system time (s): 0.119171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041007 second user time and 0.066499 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 16:12:53
IDJOB=4390595
IDBENCH=134614
IDSOLVER=2832
FILE ID=node133/4390595-1568384012
RUNJOBID= node133-1568380476-6543
PBS_JOBID= 21701835
Free space on /tmp= 55104 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-17-ext02.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390595-1568384012/watcher-4390595-1568384012 -o /tmp/evaluation-result-4390595-1568384012/solver-4390595-1568384012 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568380476-6543 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390595-1568384012.xml -cm

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

MD5SUM BENCH= e012389e7b96b23a2cd1273ccb482cfe
RANDOM SEED=530393152

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.18
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.18
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.18
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.18
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:        31309748 kB
MemAvailable:   31613776 kB
Buffers:          160700 kB
Cached:           423764 kB
SwapCached:         3444 kB
Active:           590864 kB
Inactive:         281884 kB
Active(anon):     312160 kB
Inactive(anon):    16032 kB
Active(file):     278704 kB
Inactive(file):   265852 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       67004028 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        403468 kB
Mapped:            56148 kB
Shmem:             31408 kB
Slab:             179564 kB
SReclaimable:     150616 kB
SUnreclaim:        28948 kB
KernelStack:        4112 kB
PageTables:         6464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1283372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55096 MiB
End job on node133 at 2019-09-13 16:12:55