Trace number 4390722

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 8.22181 5.97948

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-17-int.xml
MD5SUM6b4705fa70f805a87d4301043291436c
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.736295
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 constraints0
Number of intensional constraints289
Distribution of constraint types[{"type":"intension","count":289},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.42/1.87	
2.42/1.87	AbsCon 2 
2.42/1.89	
2.65/2.00	  Instance
2.65/2.00	    name=instance-4390722-1568383986, framework=CSP
2.65/2.00	
2.65/2.00	  Loading variables...
2.92/2.05	  Loading constraints...
4.15/2.44	
4.15/2.44	  Domains
4.15/2.44	    nTypes=1, nValues=83521, sizes=[289#289]
4.15/2.44	  Variables
4.15/2.44	    count=289, degrees=[3#287,4#2]
4.15/2.44	  Constraints
4.15/2.44	    count=292, nSpecific=1, arities=[1#2,2#289,289#1]
4.15/2.44	    distribution=[AllDifferent#1,CtrIntension#291]
4.15/2.44	    nIntStructures=(3,shared:288), nCftStructures=(1,shared:288,unbuilt:3)
4.15/2.44	    wck=0.596, cpu=2.406, mem=95M218
4.15/2.45	  Solver SolverBacktrack being built...
4.15/2.45	
4.15/2.48	
4.15/2.48	  Solver
4.15/2.48	    guaranteedGAC=true
4.15/2.48	    wck=0.637, cpu=2.446, mem=108M503
8.13/5.95	
8.13/5.95	  Preprocessing
8.13/5.95	    filters=294, revisions=(582,useless=290), ccks=8630504, nACremovedValues=43998, nTotalRemovedValues=43998, inconcistency=true
8.13/5.95	    wck=3.476, cpu=5.923, mem=111M145
8.13/5.95	
8.13/5.95	  Global
8.13/5.95	    filters=294, revisions=(582,useless=290), ccks=8630504
8.13/5.95	    Stop=FULL_EXPLORATION, wrong=0, wck=4.115, cpu=5.923, mem=111M145
8.13/5.96	
8.13/5.96	s UNSATISFIABLE
8.13/5.96	
8.13/5.96	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 (15147 MiB free)
  memory of node 1: 16384 MiB (15765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390722-1568383986/watcher-4390722-1568383986 -o /tmp/evaluation-result-4390722-1568383986/solver-4390722-1568383986 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27644 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390722-1568383986.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=28571, runsolver pid=28568
Current StackSize limit: 8192 KiB


[startup+0.102827 s]*
/proc/loadavg: 1.90 1.86 1.87 4/229 28586
/proc/meminfo: memFree=31639612/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10659884 memory=29540 CPUtime=0.15 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 5887 0 0 0 14 1 0 0 20 0 15 0 414560175 10915721216 7385 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2664971 7385 2920 1 0 2627468 0
[pid=28571/tid=28573] ppid=28568 vsize=10659884 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) R 28568 28571 27612 0 -1 4202560 3227 0 0 0 9 0 0 0 20 0 15 0 414560175 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549967175272 140549947028830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10659884 memory=288370408346551936 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560177 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28579] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28568 28571 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560177 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549521040288 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28580] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28568 28571 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560178 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549519987696 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28581] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549518936272 140549962966939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28582] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) R 28568 28571 27612 0 -1 4202560 514 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549517864904 140549948969143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28583] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28568 28571 27612 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549449312880 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28584] ppid=28568 vsize=10659884 memory=140032194840192 CPUtime=0.02 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) R 28568 28571 27612 0 -1 4202560 660 0 0 0 2 0 0 0 20 0 15 0 414560180 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549448256248 140549941905429 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28585] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549447208032 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28586] ppid=28568 vsize=10659884 memory=140032194840192 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 7385 33554432000 4194304 4196468 140728599102048 140549446154544 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29540 KiB

[startup+0.210668 s]*
/proc/loadavg: 1.90 1.86 1.87 3/229 28586
/proc/meminfo: memFree=31631736/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10659884 memory=34972 CPUtime=0.32 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 6953 0 0 0 31 1 0 0 20 0 15 0 414560175 10915721216 8743 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2664971 8743 2987 1 0 2627468 0
[pid=28571/tid=28573] ppid=28568 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) R 28568 28571 27612 0 -1 4202560 3850 0 0 0 19 1 0 0 20 0 15 0 414560175 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549967174704 140549962970269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10659884 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10659884 memory=140032194867592 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10659884 memory=140032194840192 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560177 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28579] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28568 28571 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560177 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549521040288 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28580] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28568 28571 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560178 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549519987696 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28581] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549518936272 140549962966939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28582] ppid=28568 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28568 28571 27612 0 -1 1077944384 774 0 0 0 3 0 0 0 20 0 15 0 414560180 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549517883888 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28583] ppid=28568 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28568 28571 27612 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 15 0 414560180 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549449312880 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28584] ppid=28568 vsize=10659884 memory=140032194840192 CPUtime=0.05 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28568 28571 27612 0 -1 1077944384 716 0 0 0 5 0 0 0 20 0 15 0 414560180 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549448260336 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28585] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549447208032 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28586] ppid=28568 vsize=10659884 memory=140032194840192 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 8743 33554432000 4194304 4196468 140728599102048 140549446154544 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 34972 KiB

[startup+0.310123 s]*
/proc/loadavg: 1.90 1.86 1.87 4/229 28586
/proc/meminfo: memFree=31624772/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10659884 memory=40364 CPUtime=0.47 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 9487 0 0 0 44 3 0 0 20 0 15 0 414560175 10915721216 10091 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2664971 10091 3000 1 0 2627468 0
[pid=28571/tid=28573] ppid=28568 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) R 28568 28571 27612 0 -1 4202560 6320 0 0 0 28 2 0 0 20 0 15 0 414560175 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549967169232 140549962970269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10659884 memory=4294981932 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10659884 memory=140032194867548 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560176 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10659884 memory=140032194840192 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560177 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28579] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28568 28571 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560177 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549521040288 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28580] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28568 28571 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560178 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549519987696 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28581] ppid=28568 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549518936272 140549962966939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28582] ppid=28568 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28568 28571 27612 0 -1 1077944384 790 0 0 0 4 0 0 0 20 0 15 0 414560180 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549517883888 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28583] ppid=28568 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28568 28571 27612 0 -1 1077944384 281 0 0 0 3 0 0 0 20 0 15 0 414560180 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549449312880 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28584] ppid=28568 vsize=10659884 memory=140032194840192 CPUtime=0.08 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) R 28568 28571 27612 0 -1 4202560 738 0 0 0 8 0 0 0 20 0 15 0 414560180 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549448260336 140549946991973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28585] ppid=28568 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549447208032 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28586] ppid=28568 vsize=10659884 memory=140032194840192 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560180 10915721216 10091 33554432000 4194304 4196468 140728599102048 140549446154544 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40364 KiB

[startup+0.701452 s]
/proc/loadavg: 1.90 1.86 1.87 3/229 28586
/proc/meminfo: memFree=31615360/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10661932 memory=64096 CPUtime=1.1 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 13228 0 0 0 105 5 0 0 20 0 15 0 414560175 10917818368 16024 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2665483 16024 3072 1 0 2627980 0
[pid=28571/tid=28573] ppid=28568 vsize=10661932 memory=39136 CPUtime=0.68 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) R 28568 28571 27612 0 -1 4202560 8871 0 0 0 64 4 0 0 20 0 15 0 414560175 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549967174224 140549962970269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10661932 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560176 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10661932 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560177 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28579] ppid=28568 vsize=10661932 memory=5 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28568 28571 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560177 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549521040288 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28580] ppid=28568 vsize=10661932 memory=20 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28568 28571 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560178 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549519987696 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28581] ppid=28568 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560180 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549518936272 140549962966939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28582] ppid=28568 vsize=10661932 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) R 28568 28571 27612 0 -1 4202560 1143 0 0 0 12 0 0 0 20 0 15 0 414560180 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549517883888 140549948056140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28583] ppid=28568 vsize=10661932 memory=1347 CPUtime=0.1 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28568 28571 27612 0 -1 1077944384 617 0 0 0 10 0 0 0 20 0 15 0 414560180 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549449312880 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28584] ppid=28568 vsize=10661932 memory=95675 CPUtime=0.18 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28568 28571 27612 0 -1 1077944384 1238 0 0 0 18 0 0 0 20 0 15 0 414560180 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549448260336 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28585] ppid=28568 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560180 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549447208032 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28586] ppid=28568 vsize=10661932 memory=4 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560180 10917818368 16024 33554432000 4194304 4196468 140728599102048 140549446154544 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64096 KiB

[startup+1.50071 s]
/proc/loadavg: 1.90 1.86 1.87 3/229 28586
/proc/meminfo: memFree=31599416/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10663980 memory=76052 CPUtime=1.99 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 18797 0 0 0 194 5 0 0 20 0 15 0 414560175 10919915520 19013 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2665995 19013 3094 1 0 2628492 0
[pid=28571/tid=28573] ppid=28568 vsize=10663980 memory=984 CPUtime=1.48 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) R 28568 28571 27612 0 -1 4202560 13106 0 0 0 144 4 0 0 20 0 15 0 414560175 10919915520 19013 33554432000 4194304 4196468 140728599102048 140549967179648 140549948113982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10919915520 19013 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10919915520 19013 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560176 10919915520 19013 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10663980 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560176 10919915520 19013 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10663980 memory=5 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 414560177 10919915520 19013 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0

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

[startup+4.80062 s]
/proc/loadavg: 1.99 1.88 1.87 3/231 28590
/proc/meminfo: memFree=31467260/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10748324 memory=200528 CPUtime=7 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 27689 0 0 0 687 13 0 0 20 0 16 0 414560175 11006283776 50132 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2687081 50132 3346 1 0 2647217 0
[pid=28571/tid=28573] ppid=28568 vsize=10748324 memory=0 CPUtime=1.85 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28568 28571 27612 0 -1 1077944384 15345 0 0 0 179 6 0 0 20 0 16 0 414560175 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549967191216 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10748324 memory=76 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10748324 memory=76 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10748324 memory=94936 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10748324 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10748324 memory=7809523229951467568 CPUtime=0.01 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 1117 0 0 0 1 0 0 0 20 0 16 0 414560177 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28579] ppid=28568 vsize=10748324 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28568 28571 27612 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414560177 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549521040352 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28580] ppid=28568 vsize=10748324 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28568 28571 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414560178 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549519987712 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28581] ppid=28568 vsize=10748324 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549518936272 140549962966939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28582] ppid=28568 vsize=10748324 memory=6943526294502006880 CPUtime=0.77 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28568 28571 27612 0 -1 1077944384 2799 0 0 0 77 0 0 0 20 0 16 0 414560180 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549517883888 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28583] ppid=28568 vsize=10748324 memory=-5153075247754915967 CPUtime=0.81 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28568 28571 27612 0 -1 1077944384 2533 0 0 0 81 0 0 0 20 0 16 0 414560180 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549449312880 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28584] ppid=28568 vsize=10748324 memory=-8382741927119592821 CPUtime=0.56 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28568 28571 27612 0 -1 1077944384 2454 0 0 0 55 1 0 0 20 0 16 0 414560180 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549448260336 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28585] ppid=28568 vsize=10748324 memory=6576565900033959594 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549447208032 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28586] ppid=28568 vsize=10748324 memory=4283920778584169620 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) S 28568 28571 27612 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549446154544 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28587] ppid=28568 vsize=10748324 memory=-8183426973263828417 CPUtime=2.89 cores=1,3,5,7
/proc/28571/task/28587/stat : 28587 (java) R 28568 28571 27612 0 -1 4202560 1797 0 0 0 288 1 0 0 20 0 16 0 414560362 11006283776 50132 33554432000 4194304 4196468 140728599102048 140549429489264 140549604630272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
Current children cumulated CPU time: 7 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 200528 KiB

[startup+5.60062 s]
/proc/loadavg: 1.99 1.88 1.87 3/231 28590
/proc/meminfo: memFree=31467388/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10748324 memory=202576 CPUtime=7.83 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 27718 0 0 0 770 13 0 0 20 0 16 0 414560175 11006283776 50644 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2687081 50644 3346 1 0 2647217 0
[pid=28571/tid=28573] ppid=28568 vsize=10748324 memory=0 CPUtime=1.85 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28568 28571 27612 0 -1 1077944384 15345 0 0 0 179 6 0 0 20 0 16 0 414560175 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549967191216 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10748324 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10748324 memory=200372 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10748324 memory=35 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10748324 memory=178408 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10748324 memory=34 CPUtime=0.01 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 1117 0 0 0 1 0 0 0 20 0 16 0 414560177 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28579] ppid=28568 vsize=10748324 memory=39136 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28568 28571 27612 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414560177 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549521040352 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28580] ppid=28568 vsize=10748324 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28568 28571 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414560178 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549519987712 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28581] ppid=28568 vsize=10748324 memory=1940 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549518936272 140549962966939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28582] ppid=28568 vsize=10748324 memory=1416 CPUtime=0.8 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28568 28571 27612 0 -1 1077944384 2809 0 0 0 80 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549517883888 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28583] ppid=28568 vsize=10748324 memory=1556 CPUtime=0.81 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28568 28571 27612 0 -1 1077944384 2533 0 0 0 81 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549449312880 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28584] ppid=28568 vsize=10748324 memory=740 CPUtime=0.56 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28568 28571 27612 0 -1 1077944384 2456 0 0 0 55 1 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549448260336 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28585] ppid=28568 vsize=10748324 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549447208032 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28586] ppid=28568 vsize=10748324 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) S 28568 28571 27612 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549446154544 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28587] ppid=28568 vsize=10748324 memory=4004 CPUtime=3.69 cores=1,3,5,7
/proc/28571/task/28587/stat : 28587 (java) R 28568 28571 27612 0 -1 4202560 1814 0 0 0 368 1 0 0 20 0 16 0 414560362 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549429489344 140549604617152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
Current children cumulated CPU time: 7.83 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 202576 KiB

[startup+5.80061 s]
/proc/loadavg: 1.99 1.88 1.87 3/231 28590
/proc/meminfo: memFree=31467388/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10748324 memory=202576 CPUtime=8.03 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 27720 0 0 0 790 13 0 0 20 0 16 0 414560175 11006283776 50644 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2687081 50644 3346 1 0 2647217 0
[pid=28571/tid=28573] ppid=28568 vsize=10748324 memory=776 CPUtime=1.85 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28568 28571 27612 0 -1 1077944384 15345 0 0 0 179 6 0 0 20 0 16 0 414560175 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549967191216 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10748324 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10748324 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10748324 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10748324 memory=5964 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10748324 memory=14012 CPUtime=0.01 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 1117 0 0 0 1 0 0 0 20 0 16 0 414560177 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28579] ppid=28568 vsize=10748324 memory=15260018805713 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28568 28571 27612 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414560177 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549521040352 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28580] ppid=28568 vsize=10748324 memory=301741420686082359 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28568 28571 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414560178 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549519987712 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28581] ppid=28568 vsize=10748324 memory=15262527902714418 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549518936272 140549962966939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28582] ppid=28568 vsize=10748324 memory=-9001734013606258791 CPUtime=0.8 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28568 28571 27612 0 -1 1077944384 2809 0 0 0 80 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549517883888 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28583] ppid=28568 vsize=10748324 memory=-7522837583129502606 CPUtime=0.81 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28568 28571 27612 0 -1 1077944384 2533 0 0 0 81 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549449312880 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28584] ppid=28568 vsize=10748324 memory=-7233780906022726806 CPUtime=0.56 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28568 28571 27612 0 -1 1077944384 2456 0 0 0 55 1 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549448260336 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28585] ppid=28568 vsize=10748324 memory=7681905605394137875 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549447208032 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28586] ppid=28568 vsize=10748324 memory=-9001734013606258791 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) S 28568 28571 27612 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549446154544 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28587] ppid=28568 vsize=10748324 memory=-7384994778349281184 CPUtime=3.89 cores=1,3,5,7
/proc/28571/task/28587/stat : 28587 (java) R 28568 28571 27612 0 -1 4202560 1816 0 0 0 388 1 0 0 20 0 16 0 414560362 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549429489344 140549606790436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
Current children cumulated CPU time: 8.03 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 202576 KiB

[startup+5.90062 s]
/proc/loadavg: 1.99 1.88 1.87 3/231 28590
/proc/meminfo: memFree=31467388/32770624 swapFree=67004192/67108860
[pid=28571] ppid=28568 vsize=10748324 memory=202576 CPUtime=8.13 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28568 28571 27612 0 -1 1077944320 27721 0 0 0 800 13 0 0 20 0 16 0 414560175 11006283776 50644 33554432000 4194304 4196468 140728599102048 140728599084592 140549962948343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
/proc/28571/statm: 2687081 50644 3346 1 0 2647217 0
[pid=28571/tid=28573] ppid=28568 vsize=10748324 memory=7308895142485716329 CPUtime=1.85 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28568 28571 27612 0 -1 1077944384 15345 0 0 0 179 6 0 0 20 0 16 0 414560175 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549967191216 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28574] ppid=28568 vsize=10748324 memory=280064080673600 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28568 28571 27612 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549569829648 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28575] ppid=28568 vsize=10748324 memory=140032040338744 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28568 28571 27612 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549568777104 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28576] ppid=28568 vsize=10748324 memory=200528 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28568 28571 27612 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549567724560 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28577] ppid=28568 vsize=10748324 memory=6408091206839 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28568 28571 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414560176 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549566672016 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28578] ppid=28568 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28568 28571 27612 0 -1 1077944384 1117 0 0 0 1 0 0 0 20 0 16 0 414560177 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549522094064 140549962959490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28579] ppid=28568 vsize=10748324 memory=280064080290112 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28568 28571 27612 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414560177 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549521040352 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28580] ppid=28568 vsize=10748324 memory=576460756329955604 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28568 28571 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414560178 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549519987712 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28581] ppid=28568 vsize=10748324 memory=280064080299040 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549518936272 140549962966939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28582] ppid=28568 vsize=10748324 memory=76052 CPUtime=0.8 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28568 28571 27612 0 -1 1077944384 2809 0 0 0 80 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549517883888 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28583] ppid=28568 vsize=10748324 memory=984 CPUtime=0.81 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28568 28571 27612 0 -1 1077944384 2533 0 0 0 81 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549449312880 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28584] ppid=28568 vsize=10748324 memory=280064079967328 CPUtime=0.56 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28568 28571 27612 0 -1 1077944384 2456 0 0 0 55 1 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549448260336 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28585] ppid=28568 vsize=10748324 memory=262727444520769 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28568 28571 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549447208032 140549962958549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28586] ppid=28568 vsize=10748324 memory=262727444520770 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) S 28568 28571 27612 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414560180 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549446154544 140549962959490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
[pid=28571/tid=28587] ppid=28568 vsize=10748324 memory=6791534058613427641 CPUtime=3.99 cores=1,3,5,7
/proc/28571/task/28587/stat : 28587 (java) R 28568 28571 27612 0 -1 4202560 1818 0 0 0 398 1 0 0 20 0 16 0 414560362 11006283776 50644 33554432000 4194304 4196468 140728599102048 140549429489344 140549606901270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14753792 140728599106571 140728599106674 140728599106674 140728599109583 0
Current children cumulated CPU time: 8.13 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 202576 KiB

Child status: 0
Real time (s): 5.97948
CPU time (s): 8.22181
CPU user time (s): 8.08469
CPU system time (s): 0.137114
CPU usage (%): 137.5
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 202576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.08469
system time used= 0.137114
maximum resident set size= 205052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28374
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2595
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 28571
#   total CPU time (s): 8.22181
#   total CPU user time (s): 8.08469
#   total CPU system time (s): 0.137114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052578 second user time and 0.097155 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 16:12:29
IDJOB=4390722
IDBENCH=134593
IDSOLVER=2832
FILE ID=node148/4390722-1568383986
RUNJOBID= node148-1568380480-27644
PBS_JOBID= 21701823
Free space on /tmp= 58788 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-17-int.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390722-1568383986/watcher-4390722-1568383986 -o /tmp/evaluation-result-4390722-1568383986/solver-4390722-1568383986 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27644 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390722-1568383986.xml -cm

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

MD5SUM BENCH= 6b4705fa70f805a87d4301043291436c
RANDOM SEED=842435365

node148.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.13
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.13
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.13
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.13
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:        31655788 kB
MemAvailable:   31736944 kB
Buffers:           23368 kB
Cached:           353228 kB
SwapCached:         3852 kB
Active:           398592 kB
Inactive:         159968 kB
Active(anon):     179108 kB
Inactive(anon):    43804 kB
Active(file):     219484 kB
Inactive(file):   116164 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004192 kB
Dirty:              8696 kB
Writeback:             0 kB
AnonPages:        288352 kB
Mapped:            56188 kB
Shmem:             32312 kB
Slab:             150784 kB
SReclaimable:     122684 kB
SUnreclaim:        28100 kB
KernelStack:        3760 kB
PageTables:         6240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1151904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58780 MiB
End job on node148 at 2019-09-13 16:12:35