Trace number 4390591

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 671.018 604.012

DiagnosticValue
WRONG_DECISIONS5

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0600-int.xml
MD5SUM944fe5e858b8dc1e5468427caea6b95a
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 benchmark118.465
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints718800
Number of domains1
Minimum domain size599
Maximum domain size599
Distribution of domain sizes[{"size":599,"count":600}]
Minimum variable degree2396
Maximum variable degree2396
Distribution of variable degrees[{"degree":2396,"count":600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":718800}]
Number of extensional constraints0
Number of intensional constraints718800
Distribution of constraint types[{"type":"intension","count":718800}]
Optimization problemNO
Type of objective

Solver Data

2.38/1.88	
2.38/1.88	AbsCon 2 
2.38/1.89	
14.12/7.83	  Instance
14.12/7.83	    name=instance-4390591-1568382248, framework=CSP
14.12/7.83	
14.12/7.83	  Loading variables...
14.40/7.90	  Loading constraints...
155.44/89.37	
155.44/89.37	  Domains
155.44/89.37	    nTypes=1, nValues=359400, sizes=[599#600]
155.44/89.37	  Variables
155.44/89.37	    count=600, degrees=[2396#600]
155.44/89.37	  Constraints
155.44/89.37	    count=718800, arities=[2#718800]
155.44/89.37	    distribution=[CtrIntension#718800]
155.44/89.37	    nIntStructures=(453694,shared:265106)
155.44/89.37	    wck=87.519, cpu=69.49, mem=5981M483
155.78/89.62	  Solver SolverBacktrack being built...
155.78/89.62	
156.46/90.20	
156.46/90.20	  Solver
156.46/90.20	    guaranteedGAC=true
156.46/90.20	    wck=88.357, cpu=70.324, mem=6008M887
661.58/594.72	
661.58/594.72	  Preprocessing
661.58/594.72	    filters=174991, revisions=(88360287,useless=88185296), ccks=760989741, nACremovedValues=352136, nTotalRemovedValues=352136, inconcistency=false
661.58/594.72	    wck=504.511, cpu=574.871, mem=6067M72
661.58/594.72	
670.89/603.95	    num=0, depth=0..2, filters=180768, revisions=(99878612,useless=99697844), ccks=769357875, wck=513.743, mem=6067M72
670.89/603.95	    decisions=8, wrong=5, backtracks=3, failedAssignments=3
670.89/603.95	    
670.89/603.95	  Global
670.89/603.95	    filters=180768, revisions=(99878612,useless=99697844), ccks=769357875
670.89/603.95	    Stop=FULL_EXPLORATION, wrong=5, wck=602.101, cpu=584.102, mem=6067M72
670.89/603.95	
670.89/603.95	s UNSATISFIABLE
670.89/603.95	
670.89/603.95	d WRONG_DECISIONS 5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390591-1568382248/watcher-4390591-1568382248 -o /tmp/evaluation-result-4390591-1568382248/solver-4390591-1568382248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568380474-26101 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390591-1568382248.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
Current StackSize limit: 8192 KiB

solver pid=26544, runsolver pid=26541

[startup+0.100061 s]*
/proc/loadavg: 4.37 3.06 2.09 6/229 26559
/proc/meminfo: memFree=31206548/32770624 swapFree=67000228/67108860
[pid=26544] ppid=26541 vsize=10659884 memory=28268 CPUtime=0.13 cores=1,3,5,7
/proc/26544/stat : 26544 (java) S 26541 26544 26068 0 -1 1077944320 5568 0 0 0 12 1 0 0 20 0 15 0 414138857 10915721216 7067 33554432000 4194304 4196468 140728165463216 140728165445760 140340780932855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
/proc/26544/statm: 2664971 7067 2869 1 0 2627468 0
[pid=26544/tid=26546] ppid=26541 vsize=10659884 memory=-8197568871503138689 CPUtime=0.09 cores=1,3,5,7
/proc/26544/task/26546/stat : 26546 (java) R 26541 26544 26068 0 -1 4202560 3376 0 0 0 8 1 0 0 20 0 15 0 414138858 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340785164240 140340780954202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10659884 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26552] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26552/stat : 26552 (java) S 26541 26544 26068 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340270982176 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26553] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26553/stat : 26553 (java) S 26541 26544 26068 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340269929328 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26554] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26554/stat : 26554 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340268877648 140340780951451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26555] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26555/stat : 26555 (java) S 26541 26544 26068 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340267826032 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26556] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26556/stat : 26556 (java) R 26541 26544 26068 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340266773328 140340780943061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26557] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0.02 cores=1,3,5,7
/proc/26544/task/26557/stat : 26557 (java) R 26541 26544 26068 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 414138863 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340265716160 140340760068844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26558] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26558/stat : 26558 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340264667872 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26559] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26559/stat : 26559 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 7067 33554432000 4194304 4196468 140728165463216 140340263615152 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28268 KiB

[startup+0.211452 s]*
/proc/loadavg: 4.37 3.06 2.09 3/229 26559
/proc/meminfo: memFree=31195468/32770624 swapFree=67000228/67108860
[pid=26544] ppid=26541 vsize=10659884 memory=37732 CPUtime=0.32 cores=1,3,5,7
/proc/26544/stat : 26544 (java) S 26541 26544 26068 0 -1 1077944320 9142 0 0 0 29 3 0 0 20 0 15 0 414138857 10915721216 9433 33554432000 4194304 4196468 140728165463216 140728165445760 140340780932855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
/proc/26544/statm: 2664971 9433 2989 1 0 2627468 0
[pid=26544/tid=26546] ppid=26541 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26544/task/26546/stat : 26546 (java) R 26541 26544 26068 0 -1 4202560 6145 0 0 0 18 2 0 0 20 0 15 0 414138858 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340785164896 140340780954781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10659884 memory=364 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10659884 memory=3832762274965292704 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26552] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26552/stat : 26552 (java) S 26541 26544 26068 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340270982176 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26553] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26553/stat : 26553 (java) S 26541 26544 26068 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340269929328 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26554] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26554/stat : 26554 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340268877648 140340780951451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26555] ppid=26541 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26544/task/26555/stat : 26555 (java) S 26541 26544 26068 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 414138863 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340267826032 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26556] ppid=26541 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/26544/task/26556/stat : 26556 (java) S 26541 26544 26068 0 -1 1077944384 540 0 0 0 3 0 0 0 20 0 15 0 414138863 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340266773232 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26557] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0.05 cores=1,3,5,7
/proc/26544/task/26557/stat : 26557 (java) S 26541 26544 26068 0 -1 1077944384 690 0 0 0 5 0 0 0 20 0 15 0 414138863 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340265720432 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26558] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26558/stat : 26558 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340264667872 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26559] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26559/stat : 26559 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 9433 33554432000 4194304 4196468 140728165463216 140340263615152 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37732 KiB

[startup+0.310349 s]*
/proc/loadavg: 4.37 3.06 2.09 4/229 26559
/proc/meminfo: memFree=31193048/32770624 swapFree=67000228/67108860
[pid=26544] ppid=26541 vsize=10659884 memory=40268 CPUtime=0.47 cores=1,3,5,7
/proc/26544/stat : 26544 (java) S 26541 26544 26068 0 -1 1077944320 9338 0 0 0 43 4 0 0 20 0 15 0 414138857 10915721216 10067 33554432000 4194304 4196468 140728165463216 140728165445760 140340780932855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
/proc/26544/statm: 2664971 10067 3001 1 0 2627468 0
[pid=26544/tid=26546] ppid=26541 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/26544/task/26546/stat : 26546 (java) R 26541 26544 26068 0 -1 4202560 6278 0 0 0 27 3 0 0 20 0 15 0 414138858 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340785165264 140340765013342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10659884 memory=290763875220193303 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10659884 memory=3976880757281064608 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26552] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26552/stat : 26552 (java) S 26541 26544 26068 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340270982176 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26553] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26553/stat : 26553 (java) S 26541 26544 26068 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414138860 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340269929328 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26554] ppid=26541 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26554/stat : 26554 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340268877648 140340780951451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26555] ppid=26541 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26544/task/26555/stat : 26555 (java) S 26541 26544 26068 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 15 0 414138863 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340267826032 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26556] ppid=26541 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/26544/task/26556/stat : 26556 (java) S 26541 26544 26068 0 -1 1077944384 573 0 0 0 4 0 0 0 20 0 15 0 414138863 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340266773232 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26557] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0.07 cores=1,3,5,7
/proc/26544/task/26557/stat : 26557 (java) S 26541 26544 26068 0 -1 1077944384 714 0 0 0 7 0 0 0 20 0 15 0 414138863 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340265720432 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26558] ppid=26541 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26558/stat : 26558 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340264667872 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26559] ppid=26541 vsize=10659884 memory=140493779306112 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26559/stat : 26559 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138863 10915721216 10067 33554432000 4194304 4196468 140728165463216 140340263615152 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40268 KiB

[startup+0.700818 s]
/proc/loadavg: 4.37 3.06 2.09 3/229 26559
/proc/meminfo: memFree=31185052/32770624 swapFree=67000228/67108860
[pid=26544] ppid=26541 vsize=10661932 memory=61776 CPUtime=1.08 cores=1,3,5,7
/proc/26544/stat : 26544 (java) S 26541 26544 26068 0 -1 1077944320 12476 0 0 0 102 6 0 0 20 0 15 0 414138857 10917818368 15444 33554432000 4194304 4196468 140728165463216 140728165445760 140340780932855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
/proc/26544/statm: 2665483 15444 3075 1 0 2627980 0
[pid=26544/tid=26546] ppid=26541 vsize=10661932 memory=1240 CPUtime=0.68 cores=1,3,5,7
/proc/26544/task/26546/stat : 26546 (java) R 26541 26544 26068 0 -1 4202560 8837 0 0 0 63 5 0 0 20 0 15 0 414138858 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340785164880 140340765013342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10661932 memory=580 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10661932 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10661932 memory=3436 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10661932 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10661932 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138860 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26552] ppid=26541 vsize=10661932 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26552/stat : 26552 (java) S 26541 26544 26068 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414138860 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340270982176 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26553] ppid=26541 vsize=10661932 memory=5908 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26553/stat : 26553 (java) S 26541 26544 26068 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414138860 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340269929328 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26554] ppid=26541 vsize=10661932 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26554/stat : 26554 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414138863 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340268877648 140340780951451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26555] ppid=26541 vsize=10661932 memory=7811607157327816530 CPUtime=0.1 cores=1,3,5,7
/proc/26544/task/26555/stat : 26555 (java) S 26541 26544 26068 0 -1 1077944384 605 0 0 0 10 0 0 0 20 0 15 0 414138863 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340267826032 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26556] ppid=26541 vsize=10661932 memory=7236547281622689387 CPUtime=0.1 cores=1,3,5,7
/proc/26544/task/26556/stat : 26556 (java) R 26541 26544 26068 0 -1 4202560 658 0 0 0 10 0 0 0 20 0 15 0 414138863 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340266773232 140340780954202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26557] ppid=26541 vsize=10661932 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/26544/task/26557/stat : 26557 (java) S 26541 26544 26068 0 -1 1077944384 1018 0 0 0 18 0 0 0 20 0 15 0 414138863 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340265720432 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26558] ppid=26541 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26558/stat : 26558 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414138863 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340264667872 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26559] ppid=26541 vsize=10661932 memory=33 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26559/stat : 26559 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138863 10917818368 15444 33554432000 4194304 4196468 140728165463216 140340263615152 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 61776 KiB

[startup+1.50079 s]
/proc/loadavg: 4.37 3.06 2.09 3/229 26559
/proc/meminfo: memFree=31168736/32770624 swapFree=67000228/67108860
[pid=26544] ppid=26541 vsize=10663980 memory=74856 CPUtime=1.98 cores=1,3,5,7
/proc/26544/stat : 26544 (java) S 26541 26544 26068 0 -1 1077944320 18069 0 0 0 191 7 0 0 20 0 15 0 414138857 10919915520 18714 33554432000 4194304 4196468 140728165463216 140728165445760 140340780932855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
/proc/26544/statm: 2665995 18714 3095 1 0 2628492 0
[pid=26544/tid=26546] ppid=26541 vsize=10663980 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/26544/task/26546/stat : 26546 (java) R 26541 26544 26068 0 -1 4202560 13021 0 0 0 142 6 0 0 20 0 15 0 414138858 10919915520 18714 33554432000 4194304 4196468 140728165463216 140340785158736 140340765013372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10663980 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10919915520 18714 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10663980 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414138858 10919915520 18714 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10663980 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10919915520 18714 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10663980 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414138858 10919915520 18714 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10663980 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 414138860 10919915520 18714 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0

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

/proc/26544/task/26546/stat : 26546 (java) S 26541 26544 26068 0 -1 1077944384 15250 0 0 0 178 8 0 0 20 0 16 0 414138858 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340785175728 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10748324 memory=7555312 CPUtime=18.56 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 46773 0 0 0 1678 178 0 0 20 0 16 0 414138858 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10748324 memory=1056 CPUtime=18.57 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 42167 0 0 0 1683 174 0 0 20 0 16 0 414138858 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10748324 memory=964 CPUtime=18.57 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 57439 0 0 0 1681 176 0 0 20 0 16 0 414138858 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10748324 memory=6791534058613427641 CPUtime=18.62 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 37777 0 0 0 1683 179 0 0 20 0 16 0 414138858 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10748324 memory=988 CPUtime=0.83 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 32353 0 0 0 81 2 0 0 20 0 16 0 414138860 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26552] ppid=26541 vsize=10748324 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26552/stat : 26552 (java) S 26541 26544 26068 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 414138860 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340270982240 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26553] ppid=26541 vsize=10748324 memory=7555312 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26553/stat : 26553 (java) S 26541 26544 26068 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 16 0 414138860 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340269929344 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26554] ppid=26541 vsize=10748324 memory=988 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26554/stat : 26554 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414138863 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340268877648 140340780951451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26555] ppid=26541 vsize=10748324 memory=2012 CPUtime=5.07 cores=1,3,5,7
/proc/26544/task/26555/stat : 26555 (java) S 26541 26544 26068 0 -1 1077944384 20148 0 0 0 505 2 0 0 20 0 16 0 414138863 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340267826032 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26556] ppid=26541 vsize=10748324 memory=1240 CPUtime=5.14 cores=1,3,5,7
/proc/26544/task/26556/stat : 26556 (java) S 26541 26544 26068 0 -1 1077944384 20697 0 0 0 513 1 0 0 20 0 16 0 414138863 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340266773232 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26557] ppid=26541 vsize=10748324 memory=580 CPUtime=0.98 cores=1,3,5,7
/proc/26544/task/26557/stat : 26557 (java) S 26541 26544 26068 0 -1 1077944384 7192 0 0 0 96 2 0 0 20 0 16 0 414138863 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340265720432 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26558] ppid=26541 vsize=10748324 memory=772 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26558/stat : 26558 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414138863 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340264667872 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26559] ppid=26541 vsize=10748324 memory=1556 CPUtime=0.36 cores=1,3,5,7
/proc/26544/task/26559/stat : 26559 (java) S 26541 26544 26068 0 -1 1077944384 562 0 0 0 14 22 0 0 20 0 16 0 414138863 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340263615152 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26560] ppid=26541 vsize=10748324 memory=1056 CPUtime=576.67 cores=1,3,5,7
/proc/26544/task/26560/stat : 26560 (java) R 26541 26544 26068 0 -1 4202560 383755 0 0 0 57636 31 0 0 20 0 16 0 414139045 11006283776 1888828 33554432000 4194304 4196468 140728165463216 140340246949840 140340424923719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
Current children cumulated CPU time: 665.32 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 7555312 KiB

[startup+601.601 s]
/proc/loadavg: 2.05 2.20 2.10 3/229 26613
/proc/meminfo: memFree=23661548/32770624 swapFree=67000232/67108860
[pid=26544] ppid=26541 vsize=10748324 memory=7555316 CPUtime=668.58 cores=1,3,5,7
/proc/26544/stat : 26544 (java) S 26541 26544 26068 0 -1 1077944320 687769 0 0 0 66079 779 0 0 20 0 16 0 414138857 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140728165445760 140340780932855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
/proc/26544/statm: 2687081 1888829 3387 1 0 2647217 0
[pid=26544/tid=26546] ppid=26541 vsize=10748324 memory=7555316 CPUtime=1.86 cores=1,3,5,7
/proc/26544/task/26546/stat : 26546 (java) S 26541 26544 26068 0 -1 1077944384 15250 0 0 0 178 8 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340785175728 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10748324 memory=3616 CPUtime=18.56 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 46773 0 0 0 1678 178 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10748324 memory=35516 CPUtime=18.57 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 42167 0 0 0 1683 174 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10748324 memory=6791534058613427641 CPUtime=18.57 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 57439 0 0 0 1681 176 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10748324 memory=7555296 CPUtime=18.62 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 37777 0 0 0 1683 179 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10748324 memory=6791534058613427641 CPUtime=0.83 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 32353 0 0 0 81 2 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26552] ppid=26541 vsize=10748324 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26552/stat : 26552 (java) S 26541 26544 26068 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340270982240 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26553] ppid=26541 vsize=10748324 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26553/stat : 26553 (java) S 26541 26544 26068 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340269929344 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26554] ppid=26541 vsize=10748324 memory=2648 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26554/stat : 26554 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340268877648 140340780951451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26555] ppid=26541 vsize=10748324 memory=7555296 CPUtime=5.09 cores=1,3,5,7
/proc/26544/task/26555/stat : 26555 (java) S 26541 26544 26068 0 -1 1077944384 20384 0 0 0 507 2 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340267826032 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26556] ppid=26541 vsize=10748324 memory=1240 CPUtime=5.17 cores=1,3,5,7
/proc/26544/task/26556/stat : 26556 (java) S 26541 26544 26068 0 -1 1077944384 20799 0 0 0 516 1 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340266773232 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26557] ppid=26541 vsize=10748324 memory=580 CPUtime=0.98 cores=1,3,5,7
/proc/26544/task/26557/stat : 26557 (java) S 26541 26544 26068 0 -1 1077944384 7251 0 0 0 96 2 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340265720432 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26558] ppid=26541 vsize=10748324 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26558/stat : 26558 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340264667872 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26559] ppid=26541 vsize=10748324 memory=3436 CPUtime=0.36 cores=1,3,5,7
/proc/26544/task/26559/stat : 26559 (java) S 26541 26544 26068 0 -1 1077944384 562 0 0 0 14 22 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340263615152 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26560] ppid=26541 vsize=10748324 memory=7548 CPUtime=579.87 cores=1,3,5,7
/proc/26544/task/26560/stat : 26560 (java) R 26541 26544 26068 0 -1 4202560 405557 0 0 0 57954 33 0 0 20 0 16 0 414139045 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340246952552 140340420445844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
Current children cumulated CPU time: 668.58 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 7555316 KiB

[startup+603.201 s]
/proc/loadavg: 2.05 2.20 2.10 3/229 26614
/proc/meminfo: memFree=23661440/32770624 swapFree=67000232/67108860
[pid=26544] ppid=26541 vsize=10748324 memory=7555316 CPUtime=670.19 cores=1,3,5,7
/proc/26544/stat : 26544 (java) S 26541 26544 26068 0 -1 1077944320 688911 0 0 0 66240 779 0 0 20 0 16 0 414138857 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140728165445760 140340780932855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
/proc/26544/statm: 2687081 1888829 3387 1 0 2647217 0
[pid=26544/tid=26546] ppid=26541 vsize=10748324 memory=7555296 CPUtime=1.86 cores=1,3,5,7
/proc/26544/task/26546/stat : 26546 (java) S 26541 26544 26068 0 -1 1077944384 15250 0 0 0 178 8 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340785175728 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10748324 memory=7555296 CPUtime=18.56 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 46773 0 0 0 1678 178 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10748324 memory=772 CPUtime=18.57 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 42167 0 0 0 1683 174 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10748324 memory=1556 CPUtime=18.57 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 57439 0 0 0 1681 176 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10748324 memory=1056 CPUtime=18.62 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 37777 0 0 0 1683 179 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10748324 memory=964 CPUtime=0.83 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 32353 0 0 0 81 2 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26552] ppid=26541 vsize=10748324 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26552/stat : 26552 (java) S 26541 26544 26068 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340270982240 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26553] ppid=26541 vsize=10748324 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26553/stat : 26553 (java) S 26541 26544 26068 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340269929344 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26554] ppid=26541 vsize=10748324 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26554/stat : 26554 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340268877648 140340780951451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26555] ppid=26541 vsize=10748324 memory=2832 CPUtime=5.1 cores=1,3,5,7
/proc/26544/task/26555/stat : 26555 (java) S 26541 26544 26068 0 -1 1077944384 20390 0 0 0 508 2 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340267826032 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26556] ppid=26541 vsize=10748324 memory=1224 CPUtime=5.17 cores=1,3,5,7
/proc/26544/task/26556/stat : 26556 (java) S 26541 26544 26068 0 -1 1077944384 20801 0 0 0 516 1 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340266773232 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26557] ppid=26541 vsize=10748324 memory=5908 CPUtime=0.98 cores=1,3,5,7
/proc/26544/task/26557/stat : 26557 (java) S 26541 26544 26068 0 -1 1077944384 7251 0 0 0 96 2 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340265720432 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26558] ppid=26541 vsize=10748324 memory=988 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26558/stat : 26558 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340264667872 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26559] ppid=26541 vsize=10748324 memory=2012 CPUtime=0.36 cores=1,3,5,7
/proc/26544/task/26559/stat : 26559 (java) S 26541 26544 26068 0 -1 1077944384 565 0 0 0 14 22 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340263615152 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26560] ppid=26541 vsize=10748324 memory=1240 CPUtime=581.47 cores=1,3,5,7
/proc/26544/task/26560/stat : 26560 (java) R 26541 26544 26068 0 -1 4202560 406688 0 0 0 58114 33 0 0 20 0 16 0 414139045 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340246949984 140340422088933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
Current children cumulated CPU time: 670.19 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 7555316 KiB

[startup+603.601 s]
/proc/loadavg: 2.05 2.20 2.10 3/229 26614
/proc/meminfo: memFree=23661440/32770624 swapFree=67000232/67108860
[pid=26544] ppid=26541 vsize=10748324 memory=7555316 CPUtime=670.59 cores=1,3,5,7
/proc/26544/stat : 26544 (java) S 26541 26544 26068 0 -1 1077944320 688990 0 0 0 66280 779 0 0 20 0 16 0 414138857 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140728165445760 140340780932855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
/proc/26544/statm: 2687081 1888829 3387 1 0 2647217 0
[pid=26544/tid=26546] ppid=26541 vsize=10748324 memory=1408 CPUtime=1.86 cores=1,3,5,7
/proc/26544/task/26546/stat : 26546 (java) S 26541 26544 26068 0 -1 1077944384 15250 0 0 0 178 8 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340785175728 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26547] ppid=26541 vsize=10748324 memory=3304 CPUtime=18.56 cores=1,3,5,7
/proc/26544/task/26547/stat : 26547 (java) S 26541 26544 26068 0 -1 1077944384 46773 0 0 0 1678 178 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340741893264 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26548] ppid=26541 vsize=10748324 memory=306352 CPUtime=18.57 cores=1,3,5,7
/proc/26544/task/26548/stat : 26548 (java) S 26541 26544 26068 0 -1 1077944384 42167 0 0 0 1683 174 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340387093520 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26549] ppid=26541 vsize=10748324 memory=1408 CPUtime=18.57 cores=1,3,5,7
/proc/26544/task/26549/stat : 26549 (java) S 26541 26544 26068 0 -1 1077944384 57439 0 0 0 1681 176 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340386040720 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26550] ppid=26541 vsize=10748324 memory=7555316 CPUtime=18.62 cores=1,3,5,7
/proc/26544/task/26550/stat : 26550 (java) S 26541 26544 26068 0 -1 1077944384 37777 0 0 0 1683 179 0 0 20 0 16 0 414138858 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340384987920 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26551] ppid=26541 vsize=10748324 memory=35516 CPUtime=0.83 cores=1,3,5,7
/proc/26544/task/26551/stat : 26551 (java) S 26541 26544 26068 0 -1 1077944384 32353 0 0 0 81 2 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340340038000 140340780944002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26552] ppid=26541 vsize=10748324 memory=988 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26552/stat : 26552 (java) S 26541 26544 26068 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340270982240 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26553] ppid=26541 vsize=10748324 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26553/stat : 26553 (java) S 26541 26544 26068 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 16 0 414138860 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340269929344 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26554] ppid=26541 vsize=10748324 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26554/stat : 26554 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340268877648 140340780951451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26555] ppid=26541 vsize=10748324 memory=580 CPUtime=5.1 cores=1,3,5,7
/proc/26544/task/26555/stat : 26555 (java) S 26541 26544 26068 0 -1 1077944384 20390 0 0 0 508 2 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340267826032 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26556] ppid=26541 vsize=10748324 memory=1696 CPUtime=5.17 cores=1,3,5,7
/proc/26544/task/26556/stat : 26556 (java) S 26541 26544 26068 0 -1 1077944384 20801 0 0 0 516 1 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340266773232 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26557] ppid=26541 vsize=10748324 memory=3436 CPUtime=0.98 cores=1,3,5,7
/proc/26544/task/26557/stat : 26557 (java) S 26541 26544 26068 0 -1 1077944384 7251 0 0 0 96 2 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340265720432 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26558] ppid=26541 vsize=10748324 memory=7555316 CPUtime=0 cores=1,3,5,7
/proc/26544/task/26558/stat : 26558 (java) S 26541 26544 26068 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340264667872 140340780943061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26559] ppid=26541 vsize=10748324 memory=3216 CPUtime=0.36 cores=1,3,5,7
/proc/26544/task/26559/stat : 26559 (java) S 26541 26544 26068 0 -1 1077944384 565 0 0 0 14 22 0 0 20 0 16 0 414138863 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340263615152 140340780944002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
[pid=26544/tid=26560] ppid=26541 vsize=10748324 memory=7555316 CPUtime=581.87 cores=1,3,5,7
/proc/26544/task/26560/stat : 26560 (java) R 26541 26544 26068 0 -1 4202560 406767 0 0 0 58154 33 0 0 20 0 16 0 414139045 11006283776 1888829 33554432000 4194304 4196468 140728165463216 140340246950984 140340420445821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11104256 140728165471243 140728165471346 140728165471346 140728165474255 0
Current children cumulated CPU time: 670.59 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 7555316 KiB

[startup+604.001 s]*
/proc/loadavg: 2.05 2.20 2.10 3/216 26617
/proc/meminfo: memFree=29963972/32770624 swapFree=67000232/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 604.012
CPU time (s): 671.018
CPU user time (s): 663.176
CPU system time (s): 7.84238
CPU usage (%): 111.094
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 7555316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 663.176
system time used= 7.84238
maximum resident set size= 7555340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 689643
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18367
involuntary context switches= 1214


# summary of solver processes directly reported to runsolver:
#   pid: 26544
#   total CPU time (s): 671.018
#   total CPU user time (s): 663.176
#   total CPU system time (s): 7.84238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93131 second user time and 4.83882 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 15:43:28
IDJOB=4390591
IDBENCH=126913
IDSOLVER=2832
FILE ID=node146/4390591-1568382248
RUNJOBID= node146-1568380474-26101
PBS_JOBID= 21701825
Free space on /tmp= 56660 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0600-int.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390591-1568382248/watcher-4390591-1568382248 -o /tmp/evaluation-result-4390591-1568382248/solver-4390591-1568382248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568380474-26101 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390591-1568382248.xml -cm

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

MD5SUM BENCH= 944fe5e858b8dc1e5468427caea6b95a
RANDOM SEED=1413853537

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.90
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:        31223256 kB
MemAvailable:   31606696 kB
Buffers:          155196 kB
Cached:           508372 kB
SwapCached:         4968 kB
Active:           651060 kB
Inactive:         313804 kB
Active(anon):     316776 kB
Inactive(anon):    22584 kB
Active(file):     334284 kB
Inactive(file):   291220 kB
Unevictable:      109392 kB
Mlocked:          109392 kB
SwapTotal:      67108860 kB
SwapFree:       67000228 kB
Dirty:             38048 kB
Writeback:             0 kB
AnonPages:        378240 kB
Mapped:            53804 kB
Shmem:             29576 kB
Slab:             176632 kB
SReclaimable:     147544 kB
SUnreclaim:        29088 kB
KernelStack:        4048 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1266152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56652 MiB
End job on node146 at 2019-09-13 15:53:32