Trace number 4399476

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
choco-solver 2019-09-16 parallelSAT 144.11 18.8018

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K05-P02.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.274715
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399476-1568701237.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4399476-1568701237.xml, -tl, 20160s, -p, 8]
0.33/0.25	c 8 solvers in parallel
0.51/0.32	c parse instance...
1.48/0.71	c solve instance...
143.39/18.79	s SATISFIABLE
143.39/18.79	v <instantiation>
143.39/18.79	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4] </list>
143.39/18.79	v 	<values>18 0 4 25 19 6 23 14 1 3 18 14 7 1 4 25 19 21 15 6 17 8 5 3 9 22 20 13 11 2 12 23 10 24 16 </values>
143.39/18.79	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399476-1568701237/watcher-4399476-1568701237 -o /tmp/evaluation-result-4399476-1568701237/solver-4399476-1568701237 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1304297831 HOME/instance-4399476-1568701237.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19299, runsolver pid=19296

[startup+0.100113 s]*
/proc/loadavg: 6.87 6.61 6.99 3/211 19321
/proc/meminfo: memFree=30575196/32770688 swapFree=66961208/67108860
[pid=19299] ppid=19296 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19299/stat : 19299 (xcsp3-exec) S 19296 19299 18670 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446065325 115843072 363 33554432000 4194304 5098028 140727686022000 140727686020104 139673202692732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7725056 140727686030197 140727686030441 140727686030441 140727686033354 0
/proc/19299/statm: 28282 363 304 221 0 87 0
[pid=19301] ppid=19299 vsize=28227396 memory=27444 CPUtime=0.12 cores=0-7
/proc/19301/stat : 19301 (java) S 19299 19299 18670 0 -1 1077944320 5864 0 0 0 10 2 0 0 20 0 20 0 446065325 28904853504 6861 33554432000 4194304 4196468 140733351844752 140733351827296 139958855454455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
/proc/19301/statm: 7056849 6861 3115 1 0 7019032 0
[pid=19301/tid=19302] ppid=19299 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/19301/task/19302/stat : 19302 (java) R 19299 19299 18670 0 -1 4202560 3747 0 0 0 7 1 0 0 20 0 20 0 446065325 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958859675352 139958855476381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19303] ppid=19299 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19301/task/19303/stat : 19303 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958406416912 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19304] ppid=19299 vsize=28227396 memory=140612382545536 CPUtime=0 cores=0-7
/proc/19301/task/19304/stat : 19304 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958405364368 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19305] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19305/stat : 19305 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958404311312 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19306] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19306/stat : 19306 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958403258768 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19307] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19307/stat : 19307 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958402206736 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19308] ppid=19299 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19301/task/19308/stat : 19308 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958401154192 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19309] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19309/stat : 19309 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958400101136 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19310] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19310/stat : 19310 (java) S 19299 19299 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 6861 33554432000 4194304 4196468 140733351844752 139958399048592 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19312] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19312/stat : 19312 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065328 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957319383280 139958855465602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19313] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19313/stat : 19313 (java) S 19299 19299 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446065328 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957318329504 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19314] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19314/stat : 19314 (java) S 19299 19299 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446065329 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957317276400 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19315] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19315/stat : 19315 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065331 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957316224976 139958855473051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19316] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19316/stat : 19316 (java) S 19299 19299 18670 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 446065331 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957315173104 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19317] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19317/stat : 19317 (java) S 19299 19299 18670 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 446065331 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957314120560 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19318] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19318/stat : 19318 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065331 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957313067504 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19319] ppid=19299 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19301/task/19319/stat : 19319 (java) R 19299 19299 18670 0 -1 4202560 375 0 0 0 1 0 0 0 20 0 20 0 446065332 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957312014960 139958855466390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19320] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19320/stat : 19320 (java) S 19299 19299 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446065332 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957310962144 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19321] ppid=19299 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19301/task/19321/stat : 19321 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065332 28904853504 6861 33554432000 4194304 4196468 140733351844752 139957309909680 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28896 KiB

[startup+0.211148 s]*
/proc/loadavg: 6.87 6.61 6.99 2/211 19321
/proc/meminfo: memFree=30562204/32770688 swapFree=66961208/67108860
[pid=19299] ppid=19296 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19299/stat : 19299 (xcsp3-exec) S 19296 19299 18670 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446065325 115843072 363 33554432000 4194304 5098028 140727686022000 140727686020104 139673202692732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7725056 140727686030197 140727686030441 140727686030441 140727686033354 0
/proc/19299/statm: 28282 363 304 221 0 87 0
[pid=19301] ppid=19299 vsize=28227396 memory=38972 CPUtime=0.33 cores=0-7
/proc/19301/stat : 19301 (java) S 19299 19299 18670 0 -1 1077944320 9515 0 0 0 29 4 0 0 20 0 20 0 446065325 28904853504 9743 33554432000 4194304 4196468 140733351844752 140733351827296 139958855454455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
/proc/19301/statm: 7056849 9743 3288 1 0 7019032 0
[pid=19301/tid=19302] ppid=19299 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19301/task/19302/stat : 19302 (java) R 19299 19299 18670 0 -1 4202560 6652 0 0 0 17 2 0 0 20 0 20 0 446065325 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958859673792 139958839534942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19303] ppid=19299 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/19301/task/19303/stat : 19303 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958406416912 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19304] ppid=19299 vsize=28227396 memory=288370988534257280 CPUtime=0 cores=0-7
/proc/19301/task/19304/stat : 19304 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958405364368 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19305] ppid=19299 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19301/task/19305/stat : 19305 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958404311312 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19306] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19306/stat : 19306 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958403258768 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19307] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19307/stat : 19307 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958402206736 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19308] ppid=19299 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19301/task/19308/stat : 19308 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958401154192 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19309] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19309/stat : 19309 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958400101136 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19310] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19310/stat : 19310 (java) S 19299 19299 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446065326 28904853504 9743 33554432000 4194304 4196468 140733351844752 139958399048592 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19312] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19312/stat : 19312 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065328 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957319383280 139958855465602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19313] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19313/stat : 19313 (java) S 19299 19299 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446065328 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957318329504 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19314] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19314/stat : 19314 (java) S 19299 19299 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446065329 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957317276400 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19315] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19315/stat : 19315 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065331 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957316224976 139958855473051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19316] ppid=19299 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19301/task/19316/stat : 19316 (java) S 19299 19299 18670 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 20 0 446065331 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957315173104 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19317] ppid=19299 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19301/task/19317/stat : 19317 (java) S 19299 19299 18670 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 446065331 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957314120560 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19318] ppid=19299 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19301/task/19318/stat : 19318 (java) S 19299 19299 18670 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 446065331 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957313067504 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19319] ppid=19299 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/19301/task/19319/stat : 19319 (java) S 19299 19299 18670 0 -1 1077944384 897 0 0 0 7 0 0 0 20 0 20 0 446065332 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957312014960 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19320] ppid=19299 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19320/stat : 19320 (java) S 19299 19299 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446065332 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957310962144 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19321] ppid=19299 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19301/task/19321/stat : 19321 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065332 28904853504 9743 33554432000 4194304 4196468 140733351844752 139957309909680 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 40424 KiB

[startup+0.310944 s]*
/proc/loadavg: 6.87 6.61 6.99 5/211 19321
/proc/meminfo: memFree=30556968/32770688 swapFree=66961208/67108860
[pid=19299] ppid=19296 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19299/stat : 19299 (xcsp3-exec) S 19296 19299 18670 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446065325 115843072 363 33554432000 4194304 5098028 140727686022000 140727686020104 139673202692732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7725056 140727686030197 140727686030441 140727686030441 140727686033354 0
/proc/19299/statm: 28282 363 304 221 0 87 0
[pid=19301] ppid=19299 vsize=28231652 memory=45896 CPUtime=0.51 cores=0-7
/proc/19301/stat : 19301 (java) S 19299 19299 18670 0 -1 1077944320 10857 0 0 0 47 4 0 0 20 0 20 0 446065325 28909211648 11474 33554432000 4194304 4196468 140733351844752 140733351827296 139958855454455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
/proc/19301/statm: 7057913 11474 3354 1 0 7019032 0
[pid=19301/tid=19302] ppid=19299 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/19301/task/19302/stat : 19302 (java) R 19299 19299 18670 0 -1 4202560 7648 0 0 0 27 3 0 0 20 0 20 0 446065325 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958859689872 139958492415236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19303] ppid=19299 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19303/stat : 19303 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958406416912 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19304] ppid=19299 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19304/stat : 19304 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958405364368 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19305] ppid=19299 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19305/stat : 19305 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958404311312 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19306] ppid=19299 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19306/stat : 19306 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958403258768 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19307] ppid=19299 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19307/stat : 19307 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958402206736 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19308] ppid=19299 vsize=28231652 memory=140612263307951 CPUtime=0 cores=0-7
/proc/19301/task/19308/stat : 19308 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958401154192 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19309] ppid=19299 vsize=28231652 memory=140612263310256 CPUtime=0 cores=0-7
/proc/19301/task/19309/stat : 19309 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958400101136 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19310] ppid=19299 vsize=28231652 memory=140612263312560 CPUtime=0 cores=0-7
/proc/19301/task/19310/stat : 19310 (java) S 19299 19299 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446065326 28909211648 11474 33554432000 4194304 4196468 140733351844752 139958399048592 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19312] ppid=19299 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19312/stat : 19312 (java) S 19299 19299 18670 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446065328 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957319383280 139958855465602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19313] ppid=19299 vsize=28231652 memory=281224526638992 CPUtime=0 cores=0-7
/proc/19301/task/19313/stat : 19313 (java) S 19299 19299 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446065328 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957318329504 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19314] ppid=19299 vsize=28231652 memory=281224526636688 CPUtime=0 cores=0-7
/proc/19301/task/19314/stat : 19314 (java) S 19299 19299 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446065329 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957317276400 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19315] ppid=19299 vsize=28231652 memory=281224526643600 CPUtime=0 cores=0-7
/proc/19301/task/19315/stat : 19315 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065331 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957316224976 139958855473051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19316] ppid=19299 vsize=28231652 memory=281224526584848 CPUtime=0.03 cores=0-7
/proc/19301/task/19316/stat : 19316 (java) S 19299 19299 18670 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 20 0 446065331 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957315173104 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19317] ppid=19299 vsize=28231652 memory=281224526657424 CPUtime=0.02 cores=0-7
/proc/19301/task/19317/stat : 19317 (java) S 19299 19299 18670 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 20 0 446065331 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957314120560 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19318] ppid=19299 vsize=28231652 memory=281224526664336 CPUtime=0.01 cores=0-7
/proc/19301/task/19318/stat : 19318 (java) S 19299 19299 18670 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 20 0 446065331 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957313067504 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19319] ppid=19299 vsize=28231652 memory=281224526662032 CPUtime=0.12 cores=0-7
/proc/19301/task/19319/stat : 19319 (java) S 19299 19299 18670 0 -1 1077944384 1142 0 0 0 12 0 0 0 20 0 20 0 446065332 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957312014960 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19320] ppid=19299 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19320/stat : 19320 (java) S 19299 19299 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446065332 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957310962144 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19321] ppid=19299 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/19301/task/19321/stat : 19321 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065332 28909211648 11474 33554432000 4194304 4196468 140733351844752 139957309909680 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 47348 KiB

[startup+0.701023 s]
/proc/loadavg: 6.87 6.61 6.99 6/211 19321
/proc/meminfo: memFree=30544400/32770688 swapFree=66961208/67108860
[pid=19299] ppid=19296 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19299/stat : 19299 (xcsp3-exec) S 19296 19299 18670 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446065325 115843072 363 33554432000 4194304 5098028 140727686022000 140727686020104 139673202692732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7725056 140727686030197 140727686030441 140727686030441 140727686033354 0
/proc/19299/statm: 28282 363 304 221 0 87 0
[pid=19301] ppid=19299 vsize=28233776 memory=77624 CPUtime=1.48 cores=0-7
/proc/19301/stat : 19301 (java) S 19299 19299 18670 0 -1 1077944320 15171 0 0 0 141 7 0 0 20 0 20 0 446065325 28911386624 19406 33554432000 4194304 4196468 140733351844752 140733351827296 139958855454455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
/proc/19301/statm: 7058444 19406 3452 1 0 7019544 0
[pid=19301/tid=19302] ppid=19299 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/19301/task/19302/stat : 19302 (java) R 19299 19299 18670 0 -1 4202560 9382 0 0 0 63 5 0 0 20 0 20 0 446065325 28911386624 19406 33554432000 4194304 4196468 140733351844752 139958859692880 139958493427752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19303] ppid=19299 vsize=28233776 memory=140612263519088 CPUtime=0 cores=0-7
/proc/19301/task/19303/stat : 19303 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28911386624 19406 33554432000 4194304 4196468 140733351844752 139958406416912 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19304] ppid=19299 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19304/stat : 19304 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446065326 28911386624 19406 33554432000 4194304 4196468 140733351844752 139958405364368 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19305] ppid=19299 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/19301/task/19305/stat : 19305 (java) S 19299 19299 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446065326 28911386624 19406 33554432000 4194304 4196468 140733351844752 139958404311312 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0

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

[pid=19301/tid=19324] ppid=19299 vsize=28768336 memory=0 CPUtime=16 cores=0-7
/proc/19301/task/19324/stat : 19324 (java) R 19299 19299 18670 0 -1 4202560 611 0 0 0 1599 1 0 0 20 0 28 0 446065397 29458776064 53207 33554432000 4194304 4196468 140733351844752 139957298588928 139958839831472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19325] ppid=19299 vsize=28768336 memory=0 CPUtime=16.05 cores=0-7
/proc/19301/task/19325/stat : 19325 (java) R 19299 19299 18670 0 -1 4202560 718 0 0 0 1604 1 0 0 20 0 28 0 446065397 29458776064 53207 33554432000 4194304 4196468 140733351844752 139957297533624 139958497334665 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19326] ppid=19299 vsize=28768336 memory=0 CPUtime=16.07 cores=0-7
/proc/19301/task/19326/stat : 19326 (java) R 19299 19299 18670 0 -1 4202560 506 0 0 0 1607 0 0 0 20 0 28 0 446065397 29458776064 53207 33554432000 4194304 4196468 140733351844752 139957296481048 139958497931194 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19327] ppid=19299 vsize=28768336 memory=17828 CPUtime=16.16 cores=0-7
/proc/19301/task/19327/stat : 19327 (java) R 19299 19299 18670 0 -1 4202560 429 0 0 0 1616 0 0 0 20 0 28 0 446065397 29458776064 53207 33554432000 4194304 4196468 140733351844752 139957295427992 139958498741391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19328] ppid=19299 vsize=28768336 memory=140612382559233 CPUtime=16.12 cores=0-7
/proc/19301/task/19328/stat : 19328 (java) R 19299 19299 18670 0 -1 4202560 296 0 0 0 1612 0 0 0 20 0 28 0 446065397 29458776064 53207 33554432000 4194304 4196468 140733351844752 139957294375000 139958497710312 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19329] ppid=19299 vsize=28768336 memory=0 CPUtime=16.19 cores=0-7
/proc/19301/task/19329/stat : 19329 (java) R 19299 19299 18670 0 -1 4202560 441 0 0 0 1618 1 0 0 20 0 28 0 446065397 29458776064 53207 33554432000 4194304 4196468 140733351844752 139957293322904 139958499975732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
Current children cumulated CPU time: 135.41 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 214280 KiB

[startup+18.5017 s]
/proc/loadavg: 7.12 6.68 7.00 9/221 19340
/proc/meminfo: memFree=30390076/32770688 swapFree=66961208/67108860
[pid=19299] ppid=19296 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19299/stat : 19299 (xcsp3-exec) S 19296 19299 18670 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446065325 115843072 363 33554432000 4194304 5098028 140727686022000 140727686020104 139673202692732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7725056 140727686030197 140727686030441 140727686030441 140727686033354 0
/proc/19299/statm: 28282 363 304 221 0 87 0
[pid=19301] ppid=19299 vsize=28768336 memory=210776 CPUtime=141.79 cores=0-7
/proc/19301/stat : 19301 (java) S 19299 19299 18670 0 -1 1077944320 45766 0 0 0 14150 29 0 0 20 0 28 0 446065325 29458776064 52694 33554432000 4194304 4196468 140733351844752 140733351827296 139958855454455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
/proc/19301/statm: 7192084 52694 3516 1 0 7153184 0
[pid=19301/tid=19302] ppid=19299 vsize=28768336 memory=14008 CPUtime=0.7 cores=0-7
/proc/19301/task/19302/stat : 19302 (java) S 19299 19299 18670 0 -1 1077944384 9452 0 0 0 65 5 0 0 20 0 28 0 446065325 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958859695232 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19303] ppid=19299 vsize=28768336 memory=23004 CPUtime=0.02 cores=0-7
/proc/19301/task/19303/stat : 19303 (java) S 19299 19299 18670 0 -1 1077944384 174 0 0 0 2 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958406416912 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19304] ppid=19299 vsize=28768336 memory=14068 CPUtime=0.03 cores=0-7
/proc/19301/task/19304/stat : 19304 (java) S 19299 19299 18670 0 -1 1077944384 97 0 0 0 3 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958405364368 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19305] ppid=19299 vsize=28768336 memory=6791534058613427641 CPUtime=0.03 cores=0-7
/proc/19301/task/19305/stat : 19305 (java) S 19299 19299 18670 0 -1 1077944384 653 0 0 0 3 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958404311312 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19306] ppid=19299 vsize=28768336 memory=1388 CPUtime=0.03 cores=0-7
/proc/19301/task/19306/stat : 19306 (java) S 19299 19299 18670 0 -1 1077944384 105 0 0 0 3 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958403258768 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19307] ppid=19299 vsize=28768336 memory=1056 CPUtime=0.02 cores=0-7
/proc/19301/task/19307/stat : 19307 (java) S 19299 19299 18670 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958402206736 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19308] ppid=19299 vsize=28768336 memory=780 CPUtime=0.02 cores=0-7
/proc/19301/task/19308/stat : 19308 (java) S 19299 19299 18670 0 -1 1077944384 459 0 0 0 2 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958401154192 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19309] ppid=19299 vsize=28768336 memory=1708 CPUtime=0.02 cores=0-7
/proc/19301/task/19309/stat : 19309 (java) S 19299 19299 18670 0 -1 1077944384 928 0 0 0 2 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958400101136 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19310] ppid=19299 vsize=28768336 memory=1280 CPUtime=0.03 cores=0-7
/proc/19301/task/19310/stat : 19310 (java) S 19299 19299 18670 0 -1 1077944384 1272 0 0 0 2 1 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958399048592 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19312] ppid=19299 vsize=28768336 memory=6028 CPUtime=0.02 cores=0-7
/proc/19301/task/19312/stat : 19312 (java) S 19299 19299 18670 0 -1 1077944384 1029 0 0 0 2 0 0 0 20 0 28 0 446065328 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957319383280 139958855465602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19313] ppid=19299 vsize=28768336 memory=780 CPUtime=0 cores=0-7
/proc/19301/task/19313/stat : 19313 (java) S 19299 19299 18670 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 446065328 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957318329568 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19314] ppid=19299 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19314/stat : 19314 (java) S 19299 19299 18670 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 28 0 446065329 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957317276416 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19315] ppid=19299 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19301/task/19315/stat : 19315 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446065331 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957316224976 139958855473051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19316] ppid=19299 vsize=28768336 memory=0 CPUtime=1.6 cores=0-7
/proc/19301/task/19316/stat : 19316 (java) S 19299 19299 18670 0 -1 1077944384 8822 0 0 0 158 2 0 0 20 0 28 0 446065331 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957315173104 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19317] ppid=19299 vsize=28768336 memory=6655300316396806240 CPUtime=1.46 cores=0-7
/proc/19301/task/19317/stat : 19317 (java) S 19299 19299 18670 0 -1 1077944384 5679 0 0 0 144 2 0 0 20 0 28 0 446065331 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957314120560 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19318] ppid=19299 vsize=28768336 memory=6944656592387989600 CPUtime=1.61 cores=0-7
/proc/19301/task/19318/stat : 19318 (java) S 19299 19299 18670 0 -1 1077944384 5928 0 0 0 159 2 0 0 20 0 28 0 446065331 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957313067504 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19319] ppid=19299 vsize=28768336 memory=212828 CPUtime=0.72 cores=0-7
/proc/19301/task/19319/stat : 19319 (java) S 19299 19299 18670 0 -1 1077944384 5259 0 0 0 71 1 0 0 20 0 28 0 446065332 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957312014960 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19320] ppid=19299 vsize=28768336 memory=6028 CPUtime=0 cores=0-7
/proc/19301/task/19320/stat : 19320 (java) S 19299 19299 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446065332 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957310962144 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19321] ppid=19299 vsize=28768336 memory=780 CPUtime=0 cores=0-7
/proc/19301/task/19321/stat : 19321 (java) S 19299 19299 18670 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 28 0 446065332 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957309909680 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19322] ppid=19299 vsize=28768336 memory=3988 CPUtime=16.87 cores=0-7
/proc/19301/task/19322/stat : 19322 (java) R 19299 19299 18670 0 -1 4202560 322 0 0 0 1687 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957300690104 139958497480931 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19323] ppid=19299 vsize=28768336 memory=1088 CPUtime=17.02 cores=0-7
/proc/19301/task/19323/stat : 19323 (java) R 19299 19299 18670 0 -1 4202560 332 0 0 0 1702 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957299638152 139958498496316 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19324] ppid=19299 vsize=28768336 memory=2832 CPUtime=16.8 cores=0-7
/proc/19301/task/19324/stat : 19324 (java) R 19299 19299 18670 0 -1 4202560 664 0 0 0 1679 1 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957298588928 139958499975765 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19325] ppid=19299 vsize=28768336 memory=1564 CPUtime=16.83 cores=0-7
/proc/19301/task/19325/stat : 19325 (java) R 19299 19299 18670 0 -1 4202560 809 0 0 0 1682 1 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957297534104 139958497931168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19326] ppid=19299 vsize=28768336 memory=8560 CPUtime=16.87 cores=0-7
/proc/19301/task/19326/stat : 19326 (java) R 19299 19299 18670 0 -1 4202560 545 0 0 0 1687 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957296481048 139958498665733 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19327] ppid=19299 vsize=28768336 memory=14008 CPUtime=16.96 cores=0-7
/proc/19301/task/19327/stat : 19327 (java) R 19299 19299 18670 0 -1 4202560 473 0 0 0 1696 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957295427888 139958497743628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19328] ppid=19299 vsize=28768336 memory=23004 CPUtime=16.92 cores=0-7
/proc/19301/task/19328/stat : 19328 (java) R 19299 19299 18670 0 -1 4202560 331 0 0 0 1692 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957294374952 139958498498111 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19329] ppid=19299 vsize=28768336 memory=14068 CPUtime=16.98 cores=0-7
/proc/19301/task/19329/stat : 19329 (java) R 19299 19299 18670 0 -1 4202560 496 0 0 0 1697 1 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957293322256 139958497333231 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
Current children cumulated CPU time: 141.79 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 212228 KiB

[startup+18.7017 s]
/proc/loadavg: 7.12 6.68 7.00 9/221 19340
/proc/meminfo: memFree=30390076/32770688 swapFree=66961208/67108860
[pid=19299] ppid=19296 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19299/stat : 19299 (xcsp3-exec) S 19296 19299 18670 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446065325 115843072 363 33554432000 4194304 5098028 140727686022000 140727686020104 139673202692732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7725056 140727686030197 140727686030441 140727686030441 140727686033354 0
/proc/19299/statm: 28282 363 304 221 0 87 0
[pid=19301] ppid=19299 vsize=28768336 memory=210776 CPUtime=143.39 cores=0-7
/proc/19301/stat : 19301 (java) S 19299 19299 18670 0 -1 1077944320 46065 0 0 0 14310 29 0 0 20 0 28 0 446065325 29458776064 52694 33554432000 4194304 4196468 140733351844752 140733351827296 139958855454455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
/proc/19301/statm: 7192084 52694 3516 1 0 7153184 0
[pid=19301/tid=19302] ppid=19299 vsize=28768336 memory=6791534058613427641 CPUtime=0.7 cores=0-7
/proc/19301/task/19302/stat : 19302 (java) S 19299 19299 18670 0 -1 1077944384 9452 0 0 0 65 5 0 0 20 0 28 0 446065325 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958859695232 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19303] ppid=19299 vsize=28768336 memory=1760 CPUtime=0.02 cores=0-7
/proc/19301/task/19303/stat : 19303 (java) S 19299 19299 18670 0 -1 1077944384 174 0 0 0 2 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958406416912 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19304] ppid=19299 vsize=28768336 memory=111636 CPUtime=0.03 cores=0-7
/proc/19301/task/19304/stat : 19304 (java) S 19299 19299 18670 0 -1 1077944384 97 0 0 0 3 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958405364368 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19305] ppid=19299 vsize=28768336 memory=800 CPUtime=0.03 cores=0-7
/proc/19301/task/19305/stat : 19305 (java) S 19299 19299 18670 0 -1 1077944384 653 0 0 0 3 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958404311312 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19306] ppid=19299 vsize=28768336 memory=4104 CPUtime=0.03 cores=0-7
/proc/19301/task/19306/stat : 19306 (java) S 19299 19299 18670 0 -1 1077944384 105 0 0 0 3 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958403258768 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19307] ppid=19299 vsize=28768336 memory=1808 CPUtime=0.02 cores=0-7
/proc/19301/task/19307/stat : 19307 (java) S 19299 19299 18670 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958402206736 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19308] ppid=19299 vsize=28768336 memory=1452 CPUtime=0.02 cores=0-7
/proc/19301/task/19308/stat : 19308 (java) S 19299 19299 18670 0 -1 1077944384 459 0 0 0 2 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958401154192 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19309] ppid=19299 vsize=28768336 memory=1452 CPUtime=0.02 cores=0-7
/proc/19301/task/19309/stat : 19309 (java) S 19299 19299 18670 0 -1 1077944384 928 0 0 0 2 0 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958400101136 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19310] ppid=19299 vsize=28768336 memory=213840 CPUtime=0.03 cores=0-7
/proc/19301/task/19310/stat : 19310 (java) S 19299 19299 18670 0 -1 1077944384 1272 0 0 0 2 1 0 0 20 0 28 0 446065326 29458776064 52694 33554432000 4194304 4196468 140733351844752 139958399048592 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19312] ppid=19299 vsize=28768336 memory=2968 CPUtime=0.02 cores=0-7
/proc/19301/task/19312/stat : 19312 (java) S 19299 19299 18670 0 -1 1077944384 1029 0 0 0 2 0 0 0 20 0 28 0 446065328 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957319383280 139958855465602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19313] ppid=19299 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/19301/task/19313/stat : 19313 (java) S 19299 19299 18670 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 446065328 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957318329568 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19314] ppid=19299 vsize=28768336 memory=221528 CPUtime=0 cores=0-7
/proc/19301/task/19314/stat : 19314 (java) S 19299 19299 18670 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 28 0 446065329 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957317276416 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19315] ppid=19299 vsize=28768336 memory=1756 CPUtime=0 cores=0-7
/proc/19301/task/19315/stat : 19315 (java) S 19299 19299 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446065331 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957316224976 139958855473051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19316] ppid=19299 vsize=28768336 memory=1398722017469774279 CPUtime=1.6 cores=0-7
/proc/19301/task/19316/stat : 19316 (java) S 19299 19299 18670 0 -1 1077944384 8822 0 0 0 158 2 0 0 20 0 28 0 446065331 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957315173104 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19317] ppid=19299 vsize=28768336 memory=4872558044660077418 CPUtime=1.46 cores=0-7
/proc/19301/task/19317/stat : 19317 (java) S 19299 19299 18670 0 -1 1077944384 5679 0 0 0 144 2 0 0 20 0 28 0 446065331 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957314120560 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19318] ppid=19299 vsize=28768336 memory=1388 CPUtime=1.61 cores=0-7
/proc/19301/task/19318/stat : 19318 (java) S 19299 19299 18670 0 -1 1077944384 5928 0 0 0 159 2 0 0 20 0 28 0 446065331 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957313067504 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19319] ppid=19299 vsize=28768336 memory=1056 CPUtime=0.72 cores=0-7
/proc/19301/task/19319/stat : 19319 (java) S 19299 19299 18670 0 -1 1077944384 5545 0 0 0 71 1 0 0 20 0 28 0 446065332 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957312014960 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19320] ppid=19299 vsize=28768336 memory=2241 CPUtime=0 cores=0-7
/proc/19301/task/19320/stat : 19320 (java) S 19299 19299 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446065332 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957310962144 139958855464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19321] ppid=19299 vsize=28768336 memory=2244 CPUtime=0 cores=0-7
/proc/19301/task/19321/stat : 19321 (java) S 19299 19299 18670 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 28 0 446065332 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957309909680 139958855465602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19322] ppid=19299 vsize=28768336 memory=6791534058613427641 CPUtime=17.07 cores=0-7
/proc/19301/task/19322/stat : 19322 (java) R 19299 19299 18670 0 -1 4202560 323 0 0 0 1707 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957300690104 139958497333735 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19323] ppid=19299 vsize=28768336 memory=6656426216303648864 CPUtime=17.22 cores=0-7
/proc/19301/task/19323/stat : 19323 (java) R 19299 19299 18670 0 -1 4202560 334 0 0 0 1722 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957299638152 139958498741697 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19324] ppid=19299 vsize=28768336 memory=6944656592452807326 CPUtime=17 cores=0-7
/proc/19301/task/19324/stat : 19324 (java) R 19299 19299 18670 0 -1 4202560 668 0 0 0 1699 1 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957298588928 139958497480799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19325] ppid=19299 vsize=28768336 memory=281224526430448 CPUtime=17.03 cores=0-7
/proc/19301/task/19325/stat : 19325 (java) R 19299 19299 18670 0 -1 4202560 810 0 0 0 1702 1 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957297534104 139958497334843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19326] ppid=19299 vsize=28768336 memory=7681421203011431829 CPUtime=17.07 cores=0-7
/proc/19301/task/19326/stat : 19326 (java) R 19299 19299 18670 0 -1 4202560 549 0 0 0 1707 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957296481048 139958499473787 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19327] ppid=19299 vsize=28768336 memory=3612 CPUtime=17.16 cores=0-7
/proc/19301/task/19327/stat : 19327 (java) R 19299 19299 18670 0 -1 4202560 473 0 0 0 1716 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957295427888 139958497122019 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19328] ppid=19299 vsize=28768336 memory=46824 CPUtime=17.12 cores=0-7
/proc/19301/task/19328/stat : 19328 (java) R 19299 19299 18670 0 -1 4202560 332 0 0 0 1712 0 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957294374952 139958497335569 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
[pid=19301/tid=19329] ppid=19299 vsize=28768336 memory=984 CPUtime=17.18 cores=0-7
/proc/19301/task/19329/stat : 19329 (java) R 19299 19299 18670 0 -1 4202560 496 0 0 0 1717 1 0 0 20 0 28 0 446065397 29458776064 52694 33554432000 4194304 4196468 140733351844752 139957293322256 139958497710276 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8433664 140733351846890 140733351847062 140733351847062 140733351849935 0
Current children cumulated CPU time: 143.39 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 212228 KiB

[startup+18.8012 s]
/proc/loadavg: 7.12 6.68 7.00 9/221 19340
/proc/meminfo: memFree=30390076/32770688 swapFree=66961208/67108860
[pid=19299] ppid=19296 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19299/stat : 19299 (xcsp3-exec) S 19296 19299 18670 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446065325 115843072 363 33554432000 4194304 5098028 140727686022000 140727686020104 139673202692732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7725056 140727686030197 140727686030441 140727686030441 140727686033354 0
/proc/19299/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 18.8018
CPU time (s): 144.11
CPU user time (s): 143.805
CPU system time (s): 0.305691
CPU usage (%): 766.472
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 231912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.805
system time used= 0.305691
maximum resident set size= 235228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48137
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5588
involuntary context switches= 2371


# summary of solver processes directly reported to runsolver:
#   pid: 19299
#   total CPU time (s): 144.11
#   total CPU user time (s): 143.805
#   total CPU system time (s): 0.305691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.208583 second user time and 0.253125 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 08:19:55
IDJOB=4399476
IDBENCH=120720
IDSOLVER=2854
FILE ID=node116/4399476-1568701237
RUNJOBID= node116-1568700981-18697
PBS_JOBID= 21703912
Free space on /tmp= 61232 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K05-P02.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399476-1568701237/watcher-4399476-1568701237 -o /tmp/evaluation-result-4399476-1568701237/solver-4399476-1568701237 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1304297831 HOME/instance-4399476-1568701237.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=1304297831

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30589332 kB
MemAvailable:   31843752 kB
Buffers:          150148 kB
Cached:          1398116 kB
SwapCached:        46588 kB
Active:          1025584 kB
Inactive:         573556 kB
Active(anon):       4880 kB
Inactive(anon):    94964 kB
Active(file):    1020704 kB
Inactive(file):   478592 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             26516 kB
Writeback:             0 kB
AnonPages:        127608 kB
Mapped:            47784 kB
Shmem:             40292 kB
Slab:             171372 kB
SReclaimable:     141920 kB
SUnreclaim:        29452 kB
KernelStack:        3712 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     506032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61208 MiB
End job on node116 at 2019-09-17 08:20:15