Trace number 4404368

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-20 parallelUNSAT 544.591 91.177

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-15.xml
MD5SUM1cb2c7d0d6cb70a3feacaee85115a742
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 benchmark20.9563
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1888
Maximum variable degree1986
Distribution of variable degrees[{"degree":1888,"count":1},{"degree":1909,"count":1},{"degree":1914,"count":1},{"degree":1915,"count":2},{"degree":1921,"count":1},{"degree":1924,"count":1},{"degree":1927,"count":1},{"degree":1929,"count":1},{"degree":1933,"count":1},{"degree":1938,"count":1},{"degree":1939,"count":1},{"degree":1940,"count":1},{"degree":1949,"count":1},{"degree":1951,"count":1},{"degree":1953,"count":1},{"degree":1959,"count":1},{"degree":1961,"count":1},{"degree":1969,"count":1},{"degree":1975,"count":1},{"degree":1986,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
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-4404368-1568997333.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404368-1568997333.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.46	c parse instance...
356.19/67.13	c solve instance...
543.93/91.00	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404368-1568997333/watcher-4404368-1568997333 -o /var/tmp/evaluation-result-4404368-1568997333/solver-4404368-1568997333 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1568994352-14801 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 504667942 HOME/instance-4404368-1568997333.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100159 s]*
/proc/loadavg: 8.29 7.99 7.90 2/212 16058
/proc/meminfo: memFree=18859140/32770624 swapFree=66935844/67108860
[pid=16037] ppid=16034 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16037/stat : 16037 (xcsp3-exec) S 16034 16037 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475647097 115843072 362 33554432000 4194304 5098028 140735117386128 140735117384232 140290102194812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26238976 140735117390674 140735117390933 140735117390933 140735117393862 0
/proc/16037/statm: 28282 362 304 221 0 87 0
[pid=16039] ppid=16037 vsize=28227396 memory=28884 CPUtime=0.12 cores=0-7
/proc/16039/stat : 16039 (java) S 16037 16037 14774 0 -1 1077944320 5693 0 0 0 10 2 0 0 20 0 20 0 475647097 28904853504 7221 33554432000 4194304 4196468 140731231821616 140731231804160 140472549093111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
/proc/16039/statm: 7056849 7221 3123 1 0 7019032 0
[pid=16039/tid=16040] ppid=16037 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16039/task/16040/stat : 16040 (java) R 16037 16037 14774 0 -1 4202560 3615 0 0 0 8 1 0 0 20 0 20 0 475647098 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472553325888 140472549115037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16041] ppid=16037 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16039/task/16041/stat : 16041 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472501713168 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16042] ppid=16037 vsize=28227396 memory=140135318464128 CPUtime=0 cores=0-7
/proc/16039/task/16042/stat : 16042 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472500660624 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16043] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16043/stat : 16043 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472499608080 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16044] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16044/stat : 16044 (java) S 16037 16037 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475647098 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472498555536 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16045] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16045/stat : 16045 (java) S 16037 16037 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475647099 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472497502992 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16046] ppid=16037 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16039/task/16046/stat : 16046 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472496450448 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16047] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16047/stat : 16047 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472495397904 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16048] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16048/stat : 16048 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28904853504 7221 33554432000 4194304 4196468 140731231821616 140472494345360 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16049] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16049/stat : 16049 (java) S 16037 16037 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475647100 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471664875504 140472549104258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16050] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16050/stat : 16050 (java) S 16037 16037 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475647100 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471663821728 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16051] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16051/stat : 16051 (java) S 16037 16037 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475647101 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471662769136 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16052] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16052/stat : 16052 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647103 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471661717712 140472549111707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16053] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16053/stat : 16053 (java) S 16037 16037 14774 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 475647103 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471660665328 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16054] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16054/stat : 16054 (java) S 16037 16037 14774 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 475647103 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471659612784 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16055] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16055/stat : 16055 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647103 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471658560240 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16056] ppid=16037 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16039/task/16056/stat : 16056 (java) R 16037 16037 14774 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 20 0 475647103 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471657507696 140472549105046 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16057] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16057/stat : 16057 (java) S 16037 16037 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475647103 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471656454368 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16058] ppid=16037 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16039/task/16058/stat : 16058 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647104 28904853504 7221 33554432000 4194304 4196468 140731231821616 140471655401904 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30332 KiB

[startup+0.209885 s]*
/proc/loadavg: 7.87 7.90 7.87 2/212 16058
/proc/meminfo: memFree=18832868/32770624 swapFree=66935844/67108860
[pid=16037] ppid=16034 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16037/stat : 16037 (xcsp3-exec) S 16034 16037 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475647097 115843072 362 33554432000 4194304 5098028 140735117386128 140735117384232 140290102194812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26238976 140735117390674 140735117390933 140735117390933 140735117393862 0
/proc/16037/statm: 28282 362 304 221 0 87 0
[pid=16039] ppid=16037 vsize=28227396 memory=41008 CPUtime=0.33 cores=0-7
/proc/16039/stat : 16039 (java) S 16037 16037 14774 0 -1 1077944320 9541 0 0 0 30 3 0 0 20 0 20 0 475647097 28904853504 10252 33554432000 4194304 4196468 140731231821616 140731231804160 140472549093111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
/proc/16039/statm: 7056849 10252 3298 1 0 7019032 0
[pid=16039/tid=16040] ppid=16037 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16039/task/16040/stat : 16040 (java) R 16037 16037 14774 0 -1 4202560 6653 0 0 0 17 2 0 0 20 0 20 0 475647098 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472553325024 140472549105046 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16041] ppid=16037 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/16039/task/16041/stat : 16041 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472501713168 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16042] ppid=16037 vsize=28227396 memory=288370511470175872 CPUtime=0 cores=0-7
/proc/16039/task/16042/stat : 16042 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472500660624 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16043] ppid=16037 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16039/task/16043/stat : 16043 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472499608080 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16044] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16044/stat : 16044 (java) S 16037 16037 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475647098 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472498555536 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16045] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16045/stat : 16045 (java) S 16037 16037 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475647099 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472497502992 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16046] ppid=16037 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16039/task/16046/stat : 16046 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472496450448 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16047] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16047/stat : 16047 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472495397904 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16048] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16048/stat : 16048 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28904853504 10252 33554432000 4194304 4196468 140731231821616 140472494345360 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16049] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16049/stat : 16049 (java) S 16037 16037 14774 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 475647100 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471664875504 140472549104258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16050] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16050/stat : 16050 (java) S 16037 16037 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475647100 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471663821728 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16051] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16051/stat : 16051 (java) S 16037 16037 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475647101 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471662769136 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16052] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16052/stat : 16052 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647103 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471661717712 140472549111707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16053] ppid=16037 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16039/task/16053/stat : 16053 (java) S 16037 16037 14774 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 20 0 475647103 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471660665328 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16054] ppid=16037 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16039/task/16054/stat : 16054 (java) S 16037 16037 14774 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 20 0 475647103 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471659612784 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16055] ppid=16037 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16039/task/16055/stat : 16055 (java) S 16037 16037 14774 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 475647103 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471658560240 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16056] ppid=16037 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/16039/task/16056/stat : 16056 (java) R 16037 16037 14774 0 -1 4202560 776 0 0 0 7 0 0 0 20 0 20 0 475647103 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471657507696 140472549105046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16057] ppid=16037 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16057/stat : 16057 (java) S 16037 16037 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475647103 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471656454368 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16058] ppid=16037 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16039/task/16058/stat : 16058 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647104 28904853504 10252 33554432000 4194304 4196468 140731231821616 140471655401904 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42456 KiB

[startup+0.555441 s]*
/proc/loadavg: 7.87 7.90 7.87 5/212 16058
/proc/meminfo: memFree=18806848/32770624 swapFree=66935844/67108860
[pid=16037] ppid=16034 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16037/stat : 16037 (xcsp3-exec) S 16034 16037 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475647097 115843072 362 33554432000 4194304 5098028 140735117386128 140735117384232 140290102194812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26238976 140735117390674 140735117390933 140735117390933 140735117393862 0
/proc/16037/statm: 28282 362 304 221 0 87 0
[pid=16039] ppid=16037 vsize=28233776 memory=84120 CPUtime=1.42 cores=0-7
/proc/16039/stat : 16039 (java) S 16037 16037 14774 0 -1 1077944320 14276 0 0 0 136 6 0 0 20 0 20 0 475647097 28911386624 21030 33554432000 4194304 4196468 140731231821616 140731231804160 140472549093111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
/proc/16039/statm: 7058444 21030 3438 1 0 7019544 0
[pid=16039/tid=16040] ppid=16037 vsize=28233776 memory=6791534058613427641 CPUtime=0.54 cores=0-7
/proc/16039/task/16040/stat : 16040 (java) R 16037 16037 14774 0 -1 4202560 8352 0 0 0 51 3 0 0 20 0 20 0 475647098 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472553326688 140472549105046 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16041] ppid=16037 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16041/stat : 16041 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472501713168 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16042] ppid=16037 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16042/stat : 16042 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472500660624 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16043] ppid=16037 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16043/stat : 16043 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472499608080 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16044] ppid=16037 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16044/stat : 16044 (java) S 16037 16037 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475647098 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472498555536 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16045] ppid=16037 vsize=28233776 memory=2244 CPUtime=0 cores=0-7
/proc/16039/task/16045/stat : 16045 (java) S 16037 16037 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475647099 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472497502992 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16046] ppid=16037 vsize=28233776 memory=140135186396079 CPUtime=0 cores=0-7
/proc/16039/task/16046/stat : 16046 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472496450448 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16047] ppid=16037 vsize=28233776 memory=140135186398384 CPUtime=0 cores=0-7
/proc/16039/task/16047/stat : 16047 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472495397904 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16048] ppid=16037 vsize=28233776 memory=140135186400688 CPUtime=0 cores=0-7
/proc/16039/task/16048/stat : 16048 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647099 28911386624 21030 33554432000 4194304 4196468 140731231821616 140472494345360 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16049] ppid=16037 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16049/stat : 16049 (java) S 16037 16037 14774 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 475647100 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471664875504 140472549104258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16050] ppid=16037 vsize=28233776 memory=280270372808336 CPUtime=0 cores=0-7
/proc/16039/task/16050/stat : 16050 (java) S 16037 16037 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475647100 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471663821728 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16051] ppid=16037 vsize=28233776 memory=280270372815248 CPUtime=0 cores=0-7
/proc/16039/task/16051/stat : 16051 (java) S 16037 16037 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475647101 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471662769136 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16052] ppid=16037 vsize=28233776 memory=280270372756528 CPUtime=0 cores=0-7
/proc/16039/task/16052/stat : 16052 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647103 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471661717712 140472549111707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16053] ppid=16037 vsize=28233776 memory=280270372829072 CPUtime=0.19 cores=0-7
/proc/16039/task/16053/stat : 16053 (java) R 16037 16037 14774 0 -1 4202560 1120 0 0 0 19 0 0 0 20 0 20 0 475647103 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471660654000 140472532590063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16054] ppid=16037 vsize=28233776 memory=280270372835984 CPUtime=0.21 cores=0-7
/proc/16039/task/16054/stat : 16054 (java) R 16037 16037 14774 0 -1 4202560 1268 0 0 0 20 1 0 0 20 0 20 0 475647103 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471659602592 140472533855303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16055] ppid=16037 vsize=28233776 memory=280270372833680 CPUtime=0.16 cores=0-7
/proc/16039/task/16055/stat : 16055 (java) R 16037 16037 14774 0 -1 4202560 639 0 0 0 16 0 0 0 20 0 20 0 475647103 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471658549472 140472532585605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16056] ppid=16037 vsize=28233776 memory=280270372849840 CPUtime=0.28 cores=0-7
/proc/16039/task/16056/stat : 16056 (java) S 16037 16037 14774 0 -1 1077944384 1584 0 0 0 28 0 0 0 20 0 20 0 475647103 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471657507696 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16057] ppid=16037 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16039/task/16057/stat : 16057 (java) S 16037 16037 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475647103 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471656454368 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16058] ppid=16037 vsize=28233776 memory=-1 CPUtime=0 cores=0-7
/proc/16039/task/16058/stat : 16058 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647104 28911386624 21030 33554432000 4194304 4196468 140731231821616 140471655401904 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 85568 KiB

[startup+0.710063 s]*
/proc/loadavg: 7.87 7.90 7.87 5/212 16058
/proc/meminfo: memFree=18766232/32770624 swapFree=66935844/67108860
[pid=16037] ppid=16034 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16037/stat : 16037 (xcsp3-exec) S 16034 16037 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475647097 115843072 362 33554432000 4194304 5098028 140735117386128 140735117384232 140290102194812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26238976 140735117390674 140735117390933 140735117390933 140735117393862 0
/proc/16037/statm: 28282 362 304 221 0 87 0
[pid=16039] ppid=16037 vsize=28233776 memory=125776 CPUtime=2.11 cores=0-7
/proc/16039/stat : 16039 (java) S 16037 16037 14774 0 -1 1077944320 16574 0 0 0 203 8 0 0 20 0 20 0 475647097 28911386624 31444 33554432000 4194304 4196468 140731231821616 140731231804160 140472549093111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
/proc/16039/statm: 7058444 31444 3454 1 0 7019544 0
[pid=16039/tid=16040] ppid=16037 vsize=28233776 memory=6791534058613427641 CPUtime=0.69 cores=0-7
/proc/16039/task/16040/stat : 16040 (java) R 16037 16037 14774 0 -1 4202560 8454 0 0 0 65 4 0 0 20 0 20 0 475647098 28911386624 31444 33554432000 4194304 4196468 140731231821616 140472553328968 140472533136741 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16041] ppid=16037 vsize=28233776 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16039/task/16041/stat : 16041 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28911386624 31444 33554432000 4194304 4196468 140731231821616 140472501713168 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16042] ppid=16037 vsize=28233776 memory=1804 CPUtime=0 cores=0-7
/proc/16039/task/16042/stat : 16042 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28911386624 31444 33554432000 4194304 4196468 140731231821616 140472500660624 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16043] ppid=16037 vsize=28233776 memory=916 CPUtime=0 cores=0-7
/proc/16039/task/16043/stat : 16043 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475647098 28911386624 31444 33554432000 4194304 4196468 140731231821616 140472499608080 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0

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

[pid=16039/tid=16066] ppid=16037 vsize=28766288 memory=7667188504143490161 CPUtime=19.58 cores=0-7
/proc/16039/task/16066/stat : 16066 (java) R 16037 16037 14774 0 -1 4202560 12204 0 0 0 1956 2 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471644315688 140472163430727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16067] ppid=16037 vsize=28766288 memory=7445108153393964389 CPUtime=19.58 cores=0-7
/proc/16039/task/16067/stat : 16067 (java) R 16037 16037 14774 0 -1 4202560 3993 0 0 0 1958 0 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471643263200 140472163430972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16068] ppid=16037 vsize=28766288 memory=1436 CPUtime=19.68 cores=0-7
/proc/16039/task/16068/stat : 16068 (java) R 16037 16037 14774 0 -1 4202560 3559 0 0 0 1968 0 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471642210600 140472163543489 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16069] ppid=16037 vsize=28766288 memory=880 CPUtime=19.55 cores=0-7
/proc/16039/task/16069/stat : 16069 (java) R 16037 16037 14774 0 -1 4202560 2647 0 0 0 1955 0 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471641158056 140472163464394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16070] ppid=16037 vsize=28766288 memory=1980 CPUtime=19.33 cores=0-7
/proc/16039/task/16070/stat : 16070 (java) R 16037 16037 14774 0 -1 4202560 4500 0 0 0 1931 2 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471640104488 140472163674179 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16071] ppid=16037 vsize=28766288 memory=2520 CPUtime=19.62 cores=0-7
/proc/16039/task/16071/stat : 16071 (java) R 16037 16037 14774 0 -1 4202560 11691 0 0 0 1959 3 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471639052152 140472163543532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
Current children cumulated CPU time: 534.38 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 15337668 KiB

[startup+90.602 s]
/proc/loadavg: 5.93 7.10 7.58 9/219 16071
/proc/meminfo: memFree=3526292/32770624 swapFree=66935844/67108860
[pid=16037] ppid=16034 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16037/stat : 16037 (xcsp3-exec) S 16034 16037 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475647097 115843072 362 33554432000 4194304 5098028 140735117386128 140735117384232 140290102194812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26238976 140735117390674 140735117390933 140735117390933 140735117393862 0
/proc/16037/statm: 28282 362 304 221 0 87 0
[pid=16039] ppid=16037 vsize=28766288 memory=15336220 CPUtime=540.76 cores=0-7
/proc/16039/stat : 16039 (java) S 16037 16037 14774 0 -1 1077944320 629013 0 0 0 48905 5171 0 0 20 0 28 0 475647097 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140731231804160 140472549093111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
/proc/16039/statm: 7191572 3834055 3535 1 0 7152672 0
[pid=16039/tid=16040] ppid=16037 vsize=28766288 memory=1448 CPUtime=24.02 cores=0-7
/proc/16039/task/16040/stat : 16040 (java) S 16037 16037 14774 0 -1 1077944384 16339 0 0 0 2390 12 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472553333888 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16041] ppid=16037 vsize=28766288 memory=6791534058613427641 CPUtime=43.39 cores=0-7
/proc/16039/task/16041/stat : 16041 (java) S 16037 16037 14774 0 -1 1077944384 68318 0 0 0 3708 631 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472501713168 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16042] ppid=16037 vsize=28766288 memory=15336220 CPUtime=43.38 cores=0-7
/proc/16039/task/16042/stat : 16042 (java) S 16037 16037 14774 0 -1 1077944384 53365 0 0 0 3684 654 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472500660624 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16043] ppid=16037 vsize=28766288 memory=111632 CPUtime=43.31 cores=0-7
/proc/16039/task/16043/stat : 16043 (java) S 16037 16037 14774 0 -1 1077944384 52083 0 0 0 3706 625 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472499608080 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16044] ppid=16037 vsize=28766288 memory=796 CPUtime=43.31 cores=0-7
/proc/16039/task/16044/stat : 16044 (java) S 16037 16037 14774 0 -1 1077944384 52978 0 0 0 3703 628 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472498555536 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16045] ppid=16037 vsize=28766288 memory=6791534058613427641 CPUtime=43.36 cores=0-7
/proc/16039/task/16045/stat : 16045 (java) S 16037 16037 14774 0 -1 1077944384 71042 0 0 0 3678 658 0 0 20 0 28 0 475647099 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472497502992 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16046] ppid=16037 vsize=28766288 memory=1436 CPUtime=43.39 cores=0-7
/proc/16039/task/16046/stat : 16046 (java) S 16037 16037 14774 0 -1 1077944384 43133 0 0 0 3719 620 0 0 20 0 28 0 475647099 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472496450448 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16047] ppid=16037 vsize=28766288 memory=880 CPUtime=43.36 cores=0-7
/proc/16039/task/16047/stat : 16047 (java) S 16037 16037 14774 0 -1 1077944384 81633 0 0 0 3680 656 0 0 20 0 28 0 475647099 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472495397904 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16048] ppid=16037 vsize=28766288 memory=1980 CPUtime=43.05 cores=0-7
/proc/16039/task/16048/stat : 16048 (java) S 16037 16037 14774 0 -1 1077944384 57183 0 0 0 3658 647 0 0 20 0 28 0 475647099 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472494345360 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16049] ppid=16037 vsize=28766288 memory=2520 CPUtime=1.9 cores=0-7
/proc/16039/task/16049/stat : 16049 (java) S 16037 16037 14774 0 -1 1077944384 44504 0 0 0 179 11 0 0 20 0 28 0 475647100 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471664875504 140472549104258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16050] ppid=16037 vsize=28766288 memory=1760 CPUtime=0 cores=0-7
/proc/16039/task/16050/stat : 16050 (java) S 16037 16037 14774 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 475647100 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471663821792 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16051] ppid=16037 vsize=28766288 memory=1660 CPUtime=0 cores=0-7
/proc/16039/task/16051/stat : 16051 (java) S 16037 16037 14774 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 28 0 475647101 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471662769152 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16052] ppid=16037 vsize=28766288 memory=111632 CPUtime=0 cores=0-7
/proc/16039/task/16052/stat : 16052 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471661717712 140472549111707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16053] ppid=16037 vsize=28766288 memory=796 CPUtime=1.4 cores=0-7
/proc/16039/task/16053/stat : 16053 (java) S 16037 16037 14774 0 -1 1077944384 7704 0 0 0 138 2 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471660665328 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16054] ppid=16037 vsize=28766288 memory=1804 CPUtime=1.68 cores=0-7
/proc/16039/task/16054/stat : 16054 (java) S 16037 16037 14774 0 -1 1077944384 10214 0 0 0 166 2 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471659612784 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16055] ppid=16037 vsize=28766288 memory=916 CPUtime=1.59 cores=0-7
/proc/16039/task/16055/stat : 16055 (java) S 16037 16037 14774 0 -1 1077944384 10383 0 0 0 156 3 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471658560240 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16056] ppid=16037 vsize=28766288 memory=4520 CPUtime=0.71 cores=0-7
/proc/16039/task/16056/stat : 16056 (java) S 16037 16037 14774 0 -1 1077944384 7087 0 0 0 69 2 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471657507696 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16057] ppid=16037 vsize=28766288 memory=4100 CPUtime=0 cores=0-7
/proc/16039/task/16057/stat : 16057 (java) S 16037 16037 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471656454368 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16058] ppid=16037 vsize=28766288 memory=1412 CPUtime=0.04 cores=0-7
/proc/16039/task/16058/stat : 16058 (java) S 16037 16037 14774 0 -1 1077944384 998 0 0 0 2 2 0 0 20 0 28 0 475647104 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471655401904 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16064] ppid=16037 vsize=28766288 memory=3352 CPUtime=20.26 cores=0-7
/proc/16039/task/16064/stat : 16064 (java) R 16037 16037 14774 0 -1 4202560 4288 0 0 0 2026 0 0 0 20 0 28 0 475653812 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471646419944 140472163543489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16065] ppid=16037 vsize=28766288 memory=1448 CPUtime=20.27 cores=0-7
/proc/16039/task/16065/stat : 16065 (java) R 16037 16037 14774 0 -1 4202560 6127 0 0 0 2026 1 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471645368096 140472163506778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16066] ppid=16037 vsize=28766288 memory=15336072 CPUtime=20.38 cores=0-7
/proc/16039/task/16066/stat : 16066 (java) R 16037 16037 14774 0 -1 4202560 12210 0 0 0 2036 2 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471644316072 140472163674179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16067] ppid=16037 vsize=28766288 memory=1636 CPUtime=20.38 cores=0-7
/proc/16039/task/16067/stat : 16067 (java) R 16037 16037 14774 0 -1 4202560 4054 0 0 0 2038 0 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471643263008 140472163430509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16068] ppid=16037 vsize=28766288 memory=1436 CPUtime=20.48 cores=0-7
/proc/16039/task/16068/stat : 16068 (java) R 16037 16037 14774 0 -1 4202560 3924 0 0 0 2047 1 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471642210680 140472163507950 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16069] ppid=16037 vsize=28766288 memory=880 CPUtime=20.35 cores=0-7
/proc/16039/task/16069/stat : 16069 (java) R 16037 16037 14774 0 -1 4202560 2649 0 0 0 2035 0 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471641157920 140472164189496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16070] ppid=16037 vsize=28766288 memory=1980 CPUtime=20.11 cores=0-7
/proc/16039/task/16070/stat : 16070 (java) R 16037 16037 14774 0 -1 4202560 5680 0 0 0 2009 2 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471640104488 140472163430509 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16071] ppid=16037 vsize=28766288 memory=2520 CPUtime=20.42 cores=0-7
/proc/16039/task/16071/stat : 16071 (java) R 16037 16037 14774 0 -1 4202560 11696 0 0 0 2039 3 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471639051888 140472163543502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
Current children cumulated CPU time: 540.76 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 15337668 KiB

[startup+91.0012 s]
/proc/loadavg: 5.93 7.10 7.58 9/219 16071
/proc/meminfo: memFree=3526292/32770624 swapFree=66935844/67108860
[pid=16037] ppid=16034 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16037/stat : 16037 (xcsp3-exec) S 16034 16037 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475647097 115843072 362 33554432000 4194304 5098028 140735117386128 140735117384232 140290102194812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26238976 140735117390674 140735117390933 140735117390933 140735117393862 0
/proc/16037/statm: 28282 362 304 221 0 87 0
[pid=16039] ppid=16037 vsize=28766288 memory=15336220 CPUtime=543.93 cores=0-7
/proc/16039/stat : 16039 (java) S 16037 16037 14774 0 -1 1077944320 629885 0 0 0 49222 5171 0 0 20 0 28 0 475647097 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140731231804160 140472549093111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
/proc/16039/statm: 7191572 3834055 3535 1 0 7152672 0
[pid=16039/tid=16040] ppid=16037 vsize=28766288 memory=13848568834296438 CPUtime=24.02 cores=0-7
/proc/16039/task/16040/stat : 16040 (java) S 16037 16037 14774 0 -1 1077944384 16339 0 0 0 2390 12 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472553333888 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16041] ppid=16037 vsize=28766288 memory=6791534058613427641 CPUtime=43.39 cores=0-7
/proc/16039/task/16041/stat : 16041 (java) S 16037 16037 14774 0 -1 1077944384 68318 0 0 0 3708 631 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472501713168 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16042] ppid=16037 vsize=28766288 memory=288230377007612191 CPUtime=43.38 cores=0-7
/proc/16039/task/16042/stat : 16042 (java) S 16037 16037 14774 0 -1 1077944384 53365 0 0 0 3684 654 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472500660624 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16043] ppid=16037 vsize=28766288 memory=14979953397597617 CPUtime=43.31 cores=0-7
/proc/16039/task/16043/stat : 16043 (java) S 16037 16037 14774 0 -1 1077944384 52083 0 0 0 3706 625 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472499608080 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16044] ppid=16037 vsize=28766288 memory=597713161 CPUtime=43.31 cores=0-7
/proc/16039/task/16044/stat : 16044 (java) S 16037 16037 14774 0 -1 1077944384 52978 0 0 0 3703 628 0 0 20 0 28 0 475647098 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472498555536 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16045] ppid=16037 vsize=28766288 memory=597713167 CPUtime=43.36 cores=0-7
/proc/16039/task/16045/stat : 16045 (java) S 16037 16037 14774 0 -1 1077944384 71042 0 0 0 3678 658 0 0 20 0 28 0 475647099 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472497502992 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16046] ppid=16037 vsize=28766288 memory=538730767 CPUtime=43.39 cores=0-7
/proc/16039/task/16046/stat : 16046 (java) S 16037 16037 14774 0 -1 1077944384 43133 0 0 0 3719 620 0 0 20 0 28 0 475647099 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472496450448 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16047] ppid=16037 vsize=28766288 memory=571150695 CPUtime=43.36 cores=0-7
/proc/16039/task/16047/stat : 16047 (java) S 16037 16037 14774 0 -1 1077944384 81633 0 0 0 3680 656 0 0 20 0 28 0 475647099 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472495397904 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16048] ppid=16037 vsize=28766288 memory=591486073 CPUtime=43.05 cores=0-7
/proc/16039/task/16048/stat : 16048 (java) S 16037 16037 14774 0 -1 1077944384 57183 0 0 0 3658 647 0 0 20 0 28 0 475647099 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140472494345360 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16049] ppid=16037 vsize=28766288 memory=1448 CPUtime=1.9 cores=0-7
/proc/16039/task/16049/stat : 16049 (java) S 16037 16037 14774 0 -1 1077944384 44504 0 0 0 179 11 0 0 20 0 28 0 475647100 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471664875504 140472549104258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16050] ppid=16037 vsize=28766288 memory=15336220 CPUtime=0 cores=0-7
/proc/16039/task/16050/stat : 16050 (java) S 16037 16037 14774 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 475647100 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471663821792 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16051] ppid=16037 vsize=28766288 memory=1368 CPUtime=0 cores=0-7
/proc/16039/task/16051/stat : 16051 (java) S 16037 16037 14774 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 28 0 475647101 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471662769152 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16052] ppid=16037 vsize=28766288 memory=1056 CPUtime=0 cores=0-7
/proc/16039/task/16052/stat : 16052 (java) S 16037 16037 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471661717712 140472549111707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16053] ppid=16037 vsize=28766288 memory=14380536 CPUtime=1.4 cores=0-7
/proc/16039/task/16053/stat : 16053 (java) S 16037 16037 14774 0 -1 1077944384 7704 0 0 0 138 2 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471660665328 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16054] ppid=16037 vsize=28766288 memory=0 CPUtime=1.68 cores=0-7
/proc/16039/task/16054/stat : 16054 (java) S 16037 16037 14774 0 -1 1077944384 10214 0 0 0 166 2 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471659612784 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16055] ppid=16037 vsize=28766288 memory=-2895008908443675764 CPUtime=1.59 cores=0-7
/proc/16039/task/16055/stat : 16055 (java) S 16037 16037 14774 0 -1 1077944384 10383 0 0 0 156 3 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471658560240 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16056] ppid=16037 vsize=28766288 memory=7681407940103534239 CPUtime=0.71 cores=0-7
/proc/16039/task/16056/stat : 16056 (java) S 16037 16037 14774 0 -1 1077944384 7087 0 0 0 69 2 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471657507696 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16057] ppid=16037 vsize=28766288 memory=8547712850019655617 CPUtime=0 cores=0-7
/proc/16039/task/16057/stat : 16057 (java) S 16037 16037 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475647103 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471656454368 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16058] ppid=16037 vsize=28766288 memory=7976406965554101975 CPUtime=0.04 cores=0-7
/proc/16039/task/16058/stat : 16058 (java) S 16037 16037 14774 0 -1 1077944384 998 0 0 0 2 2 0 0 20 0 28 0 475647104 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471655401904 140472549104258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16064] ppid=16037 vsize=28766288 memory=7523107478184158290 CPUtime=20.65 cores=0-7
/proc/16039/task/16064/stat : 16064 (java) S 16037 16037 14774 0 -1 1077944384 4317 0 0 0 2065 0 0 0 20 0 28 0 475653812 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471646424560 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16065] ppid=16037 vsize=28766288 memory=8242832241811678803 CPUtime=20.67 cores=0-7
/proc/16039/task/16065/stat : 16065 (java) S 16037 16037 14774 0 -1 1077944384 6176 0 0 0 2066 1 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471645373520 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16066] ppid=16037 vsize=28766288 memory=288230574492221466 CPUtime=20.77 cores=0-7
/proc/16039/task/16066/stat : 16066 (java) S 16037 16037 14774 0 -1 1077944384 12228 0 0 0 2075 2 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471644320976 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16067] ppid=16037 vsize=28766288 memory=288230583166042426 CPUtime=20.78 cores=0-7
/proc/16039/task/16067/stat : 16067 (java) S 16037 16037 14774 0 -1 1077944384 4054 0 0 0 2078 0 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471643268432 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16068] ppid=16037 vsize=28766288 memory=13848568834296438 CPUtime=20.88 cores=0-7
/proc/16039/task/16068/stat : 16068 (java) S 16037 16037 14774 0 -1 1077944384 4431 0 0 0 2087 1 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471642215888 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16069] ppid=16037 vsize=28766288 memory=0 CPUtime=20.75 cores=0-7
/proc/16039/task/16069/stat : 16069 (java) R 16037 16037 14774 0 -1 4202560 2803 0 0 0 2075 0 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471641158056 140472163430972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16070] ppid=16037 vsize=28766288 memory=0 CPUtime=20.5 cores=0-7
/proc/16039/task/16070/stat : 16070 (java) S 16037 16037 14774 0 -1 1077944384 5768 0 0 0 2048 2 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471640109776 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
[pid=16039/tid=16071] ppid=16037 vsize=28766288 memory=0 CPUtime=20.81 cores=0-7
/proc/16039/task/16071/stat : 16071 (java) S 16037 16037 14774 0 -1 1077944384 11723 0 0 0 2078 3 0 0 20 0 28 0 475653813 29456678912 3834055 33554432000 4194304 4196468 140731231821616 140471639057232 140472549103317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11141120 140731231826902 140731231827078 140731231827078 140731231829967 0
Current children cumulated CPU time: 543.93 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 15337668 KiB

[startup+91.1014 s]
/proc/loadavg: 5.93 7.10 7.58 9/219 16071
/proc/meminfo: memFree=3526292/32770624 swapFree=66935844/67108860
[pid=16037] ppid=16034 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16037/stat : 16037 (xcsp3-exec) S 16034 16037 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475647097 115843072 362 33554432000 4194304 5098028 140735117386128 140735117384232 140290102194812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26238976 140735117390674 140735117390933 140735117390933 140735117393862 0
/proc/16037/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 91.177
CPU time (s): 544.591
CPU user time (s): 492.691
CPU system time (s): 51.8997
CPU usage (%): 597.29
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 15337668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.691
system time used= 51.8997
maximum resident set size= 15336364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 674489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18838
involuntary context switches= 10054


# summary of solver processes directly reported to runsolver:
#   pid: 16037
#   total CPU time (s): 544.591
#   total CPU user time (s): 492.691
#   total CPU system time (s): 51.8997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.773819 second user time and 1.05729 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 18:34:49
IDJOB=4404368
IDBENCH=125859
IDSOLVER=2865
FILE ID=node147/4404368-1568997333
RUNJOBID= node147-1568994352-14801
PBS_JOBID= 21704722
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-15.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 /var/tmp/evaluation-result-4404368-1568997333/watcher-4404368-1568997333 -o /var/tmp/evaluation-result-4404368-1568997333/solver-4404368-1568997333 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1568994352-14801 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 504667942 HOME/instance-4404368-1568997333.xml

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

MD5SUM BENCH= 1cb2c7d0d6cb70a3feacaee85115a742
RANDOM SEED=504667942

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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:        18875616 kB
MemAvailable:   31783736 kB
Buffers:          139944 kB
Cached:         12738888 kB
SwapCached:        68676 kB
Active:          5287032 kB
Inactive:        7663972 kB
Active(anon):       4824 kB
Inactive(anon):   116532 kB
Active(file):    5282208 kB
Inactive(file):  7547440 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       66935844 kB
Dirty:             26472 kB
Writeback:             0 kB
AnonPages:        124076 kB
Mapped:            52604 kB
Shmem:             40796 kB
Slab:             535732 kB
SReclaimable:     506932 kB
SUnreclaim:        28800 kB
KernelStack:        3728 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node147 at 2019-09-20 18:36:21