Trace number 4406798

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-24 parallelUNSAT 624.577 100.805

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-06.xml
MD5SUM1db35719a72b9401cb48f365dc7349f7
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 benchmark21.6676
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 degree1893
Maximum variable degree1975
Distribution of variable degrees[{"degree":1893,"count":1},{"degree":1905,"count":1},{"degree":1910,"count":2},{"degree":1918,"count":1},{"degree":1921,"count":1},{"degree":1923,"count":1},{"degree":1926,"count":1},{"degree":1933,"count":1},{"degree":1942,"count":1},{"degree":1943,"count":1},{"degree":1944,"count":1},{"degree":1947,"count":2},{"degree":1952,"count":1},{"degree":1956,"count":1},{"degree":1957,"count":1},{"degree":1961,"count":1},{"degree":1962,"count":1},{"degree":1970,"count":1},{"degree":1975,"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-4406798-1569347937.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406798-1569347937.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
446.91/78.30	c solve instance...
623.96/100.69	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 (12376 MiB free)
  memory of node 1: 16384 MiB (12766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406798-1569347937/watcher-4406798-1569347937 -o /var/tmp/evaluation-result-4406798-1569347937/solver-4406798-1569347937 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1569347784-6732 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2067271177 HOME/instance-4406798-1569347937.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=7038, runsolver pid=7035
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 5.87 6.94 7.73 2/211 7059
/proc/meminfo: memFree=25728908/32770624 swapFree=66966880/67108860
[pid=7038] ppid=7035 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7038/stat : 7038 (xcsp3-exec) S 7035 7038 6705 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510730132 115843072 363 33554432000 4194304 5098028 140735479686256 140735479684360 140691210801788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38543360 140735479694161 140735479694421 140735479694421 140735479697350 0
/proc/7038/statm: 28282 363 304 221 0 87 0
[pid=7040] ppid=7038 vsize=28227396 memory=30084 CPUtime=0.13 cores=0-7
/proc/7040/stat : 7040 (java) S 7038 7038 6705 0 -1 1077944320 5927 0 0 0 11 2 0 0 20 0 20 0 510730133 28904853504 7521 33554432000 4194304 4196468 140731797500816 140731797483360 139678055431927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
/proc/7040/statm: 7056849 7521 3150 1 0 7019032 0
[pid=7040/tid=7041] ppid=7038 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/7040/task/7041/stat : 7041 (java) R 7038 7038 6705 0 -1 4202560 3849 0 0 0 8 1 0 0 20 0 20 0 510730133 28904853504 7521 33554432000 4194304 4196468 140731797500816 139678059666464 139678055453853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7042] ppid=7038 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7040/task/7042/stat : 7042 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677975284880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7043] ppid=7038 vsize=28227396 memory=140139391452800 CPUtime=0 cores=0-7
/proc/7040/task/7043/stat : 7043 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677605682192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7044] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7044/stat : 7044 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677604629392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7045] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7045/stat : 7045 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677603576592 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7046] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7046/stat : 7046 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677602523792 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7047] ppid=7038 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7040/task/7047/stat : 7047 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677601470992 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7048] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7048/stat : 7048 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677600418192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7049] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7049/stat : 7049 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677599365392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7050] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7050/stat : 7050 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730135 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677171518320 139678055443074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7051] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7051/stat : 7051 (java) S 7038 7038 6705 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510730136 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677170464288 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7052] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7052/stat : 7052 (java) S 7038 7038 6705 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510730136 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677169411440 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7053] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7053/stat : 7053 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730138 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677101189456 139678055450523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7054] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7054/stat : 7054 (java) R 7038 7038 6705 0 -1 4202560 421 0 0 0 0 0 0 0 20 0 20 0 510730138 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677100136816 139678048416969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7055] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7055/stat : 7055 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510730138 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677099084016 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7056] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7056/stat : 7056 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510730138 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677098031216 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7057] ppid=7038 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/7040/task/7057/stat : 7057 (java) R 7038 7038 6705 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 20 0 510730138 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677096978416 139678055443862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7058] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7058/stat : 7058 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510730139 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677095926880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7059] ppid=7038 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7040/task/7059/stat : 7059 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730139 28904853504 7521 33554432000 4194304 4196468 140731797500816 139677094874160 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31536 KiB

[startup+0.214094 s]*
/proc/loadavg: 5.87 6.94 7.73 2/211 7059
/proc/meminfo: memFree=25716288/32770624 swapFree=66966880/67108860
[pid=7038] ppid=7035 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7038/stat : 7038 (xcsp3-exec) S 7035 7038 6705 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510730132 115843072 363 33554432000 4194304 5098028 140735479686256 140735479684360 140691210801788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38543360 140735479694161 140735479694421 140735479694421 140735479697350 0
/proc/7038/statm: 28282 363 304 221 0 87 0
[pid=7040] ppid=7038 vsize=28227396 memory=41160 CPUtime=0.34 cores=0-7
/proc/7040/stat : 7040 (java) S 7038 7038 6705 0 -1 1077944320 9533 0 0 0 31 3 0 0 20 0 20 0 510730133 28904853504 10290 33554432000 4194304 4196468 140731797500816 140731797483360 139678055431927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
/proc/7040/statm: 7056849 10290 3290 1 0 7019032 0
[pid=7040/tid=7041] ppid=7038 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7040/task/7041/stat : 7041 (java) R 7038 7038 6705 0 -1 4202560 6685 0 0 0 18 2 0 0 20 0 20 0 510730133 28904853504 10290 33554432000 4194304 4196468 140731797500816 139678059669376 139677654920328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7042] ppid=7038 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/7040/task/7042/stat : 7042 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677975284880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7043] ppid=7038 vsize=28227396 memory=3833327086717208224 CPUtime=0 cores=0-7
/proc/7040/task/7043/stat : 7043 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677605682192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7044] ppid=7038 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7040/task/7044/stat : 7044 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677604629392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7045] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7045/stat : 7045 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677603576592 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7046] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7046/stat : 7046 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677602523792 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7047] ppid=7038 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7040/task/7047/stat : 7047 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677601470992 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7048] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7048/stat : 7048 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677600418192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7049] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7049/stat : 7049 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677599365392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7050] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7050/stat : 7050 (java) S 7038 7038 6705 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510730135 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677171518320 139678055443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7051] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7051/stat : 7051 (java) S 7038 7038 6705 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510730136 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677170464288 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7052] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7052/stat : 7052 (java) S 7038 7038 6705 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510730136 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677169411440 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7053] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7053/stat : 7053 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730138 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677101189456 139678055450523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7054] ppid=7038 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/7040/task/7054/stat : 7054 (java) R 7038 7038 6705 0 -1 4202560 491 0 0 0 1 0 0 0 20 0 20 0 510730138 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677100136816 139678055453274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7055] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7055/stat : 7055 (java) R 7038 7038 6705 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 510730138 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677099084016 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7056] ppid=7038 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/7040/task/7056/stat : 7056 (java) S 7038 7038 6705 0 -1 1077944384 290 0 0 0 2 0 0 0 20 0 20 0 510730138 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677098031216 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7057] ppid=7038 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/7040/task/7057/stat : 7057 (java) R 7038 7038 6705 0 -1 4202560 729 0 0 0 8 0 0 0 20 0 20 0 510730138 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677096978416 139678055453274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7058] ppid=7038 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7058/stat : 7058 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510730139 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677095926880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7059] ppid=7038 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7040/task/7059/stat : 7059 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730139 28904853504 10290 33554432000 4194304 4196468 140731797500816 139677094874160 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42612 KiB

[startup+0.311467 s]*
/proc/loadavg: 5.87 6.94 7.73 3/211 7059
/proc/meminfo: memFree=25709264/32770624 swapFree=66966880/67108860
[pid=7038] ppid=7035 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7038/stat : 7038 (xcsp3-exec) S 7035 7038 6705 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510730132 115843072 363 33554432000 4194304 5098028 140735479686256 140735479684360 140691210801788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38543360 140735479694161 140735479694421 140735479694421 140735479697350 0
/proc/7038/statm: 28282 363 304 221 0 87 0
[pid=7040] ppid=7038 vsize=28231652 memory=49984 CPUtime=0.53 cores=0-7
/proc/7040/stat : 7040 (java) S 7038 7038 6705 0 -1 1077944320 10913 0 0 0 49 4 0 0 20 0 20 0 510730133 28909211648 12496 33554432000 4194304 4196468 140731797500816 140731797483360 139678055431927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
/proc/7040/statm: 7057913 12496 3336 1 0 7019032 0
[pid=7040/tid=7041] ppid=7038 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/7040/task/7041/stat : 7041 (java) R 7038 7038 6705 0 -1 4202560 7859 0 0 0 27 3 0 0 20 0 20 0 510730133 28909211648 12565 33554432000 4194304 4196468 140731797500816 139678059665712 139678039512414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7042] ppid=7038 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7042/stat : 7042 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677975284880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7043] ppid=7038 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7043/stat : 7043 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677605682192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7044] ppid=7038 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7044/stat : 7044 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730134 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677604629392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7045] ppid=7038 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7045/stat : 7045 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677603576592 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7046] ppid=7038 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7046/stat : 7046 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677602523792 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7047] ppid=7038 vsize=28231652 memory=140139280034479 CPUtime=0 cores=0-7
/proc/7040/task/7047/stat : 7047 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510730134 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677601470992 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7048] ppid=7038 vsize=28231652 memory=140139280036784 CPUtime=0 cores=0-7
/proc/7040/task/7048/stat : 7048 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730134 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677600418192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7049] ppid=7038 vsize=28231652 memory=140139280039088 CPUtime=0 cores=0-7
/proc/7040/task/7049/stat : 7049 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677599365392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7050] ppid=7038 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7050/stat : 7050 (java) S 7038 7038 6705 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510730135 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677171518320 139678055443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7051] ppid=7038 vsize=28231652 memory=280278560092048 CPUtime=0 cores=0-7
/proc/7040/task/7051/stat : 7051 (java) S 7038 7038 6705 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510730136 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677170464288 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7052] ppid=7038 vsize=28231652 memory=280278560089744 CPUtime=0 cores=0-7
/proc/7040/task/7052/stat : 7052 (java) S 7038 7038 6705 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510730136 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677169411440 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7053] ppid=7038 vsize=28231652 memory=280278560096656 CPUtime=0 cores=0-7
/proc/7040/task/7053/stat : 7053 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730138 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677101189456 139678055450523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7054] ppid=7038 vsize=28231652 memory=280278560037904 CPUtime=0.02 cores=0-7
/proc/7040/task/7054/stat : 7054 (java) S 7038 7038 6705 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 20 0 510730138 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677100136816 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7055] ppid=7038 vsize=28231652 memory=280278560110480 CPUtime=0.03 cores=0-7
/proc/7040/task/7055/stat : 7055 (java) R 7038 7038 6705 0 -1 4202560 147 0 0 0 3 0 0 0 20 0 20 0 510730138 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677099065032 139678036952992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7056] ppid=7038 vsize=28231652 memory=280278560117392 CPUtime=0.03 cores=0-7
/proc/7040/task/7056/stat : 7056 (java) S 7038 7038 6705 0 -1 1077944384 303 0 0 0 3 0 0 0 20 0 20 0 510730138 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677098031216 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7057] ppid=7038 vsize=28231652 memory=280278560115088 CPUtime=0.12 cores=0-7
/proc/7040/task/7057/stat : 7057 (java) S 7038 7038 6705 0 -1 1077944384 816 0 0 0 12 0 0 0 20 0 20 0 510730138 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677096978416 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7058] ppid=7038 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7058/stat : 7058 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510730139 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677095926880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7059] ppid=7038 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/7040/task/7059/stat : 7059 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730139 28909211648 12565 33554432000 4194304 4196468 140731797500816 139677094874160 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51436 KiB

[startup+0.700981 s]
/proc/loadavg: 5.87 6.94 7.73 5/211 7059
/proc/meminfo: memFree=25685428/32770624 swapFree=66966880/67108860
[pid=7038] ppid=7035 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7038/stat : 7038 (xcsp3-exec) S 7035 7038 6705 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510730132 115843072 363 33554432000 4194304 5098028 140735479686256 140735479684360 140691210801788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38543360 140735479694161 140735479694421 140735479694421 140735479697350 0
/proc/7038/statm: 28282 363 304 221 0 87 0
[pid=7040] ppid=7038 vsize=28233776 memory=127124 CPUtime=2.06 cores=0-7
/proc/7040/stat : 7040 (java) S 7038 7038 6705 0 -1 1077944320 16848 0 0 0 199 7 0 0 20 0 20 0 510730133 28911386624 31781 33554432000 4194304 4196468 140731797500816 140731797483360 139678055431927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
/proc/7040/statm: 7058444 31781 3454 1 0 7019544 0
[pid=7040/tid=7041] ppid=7038 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/7040/task/7041/stat : 7041 (java) R 7038 7038 6705 0 -1 4202560 8384 0 0 0 64 4 0 0 20 0 20 0 510730133 28911386624 31781 33554432000 4194304 4196468 140731797500816 139678059670720 139677654994352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7042] ppid=7038 vsize=28233776 memory=140139280245616 CPUtime=0 cores=0-7
/proc/7040/task/7042/stat : 7042 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28911386624 31781 33554432000 4194304 4196468 140731797500816 139677975284880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7043] ppid=7038 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7040/task/7043/stat : 7043 (java) S 7038 7038 6705 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510730134 28911386624 31781 33554432000 4194304 4196468 140731797500816 139677605682192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7044] ppid=7038 vsize=28233776 memory=8136 CPUtime=0 cores=0-7
/proc/7040/task/7044/stat : 7044 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510730134 28911386624 31781 33554432000 4194304 4196468 140731797500816 139677604629392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0

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

[pid=7040/tid=7068] ppid=7038 vsize=28766288 memory=19031692 CPUtime=20.07 cores=0-7
/proc/7040/task/7068/stat : 7068 (java) R 7038 7038 6705 0 -1 4202560 3163 0 0 0 2000 7 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677083787256 139677661938123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7069] ppid=7038 vsize=28766288 memory=1560 CPUtime=20.11 cores=0-7
/proc/7040/task/7069/stat : 7069 (java) R 7038 7038 6705 0 -1 4202560 3226 0 0 0 1983 28 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677082734744 139677657089899 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7070] ppid=7038 vsize=28766288 memory=932 CPUtime=19.94 cores=0-7
/proc/7040/task/7070/stat : 7070 (java) R 7038 7038 6705 0 -1 4202560 2164 0 0 0 1994 0 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677081682392 139677657089916 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7071] ppid=7038 vsize=28766288 memory=1568 CPUtime=20.11 cores=0-7
/proc/7040/task/7071/stat : 7071 (java) R 7038 7038 6705 0 -1 4202560 1915 0 0 0 1977 34 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677080628856 139678036838144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7072] ppid=7038 vsize=28766288 memory=4108 CPUtime=19.95 cores=0-7
/proc/7040/task/7072/stat : 7072 (java) R 7038 7038 6705 0 -1 4202560 4361 0 0 0 1958 37 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677079577192 139677657090027 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7073] ppid=7038 vsize=28766288 memory=1444 CPUtime=20.17 cores=0-7
/proc/7040/task/7073/stat : 7073 (java) R 7038 7038 6705 0 -1 4202560 2174 0 0 0 2005 12 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677078524392 139677661938201 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
Current children cumulated CPU time: 612.82 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 19033232 KiB

[startup+100.002 s]*
/proc/loadavg: 5.73 6.47 7.48 9/219 7075
/proc/meminfo: memFree=6691704/32770624 swapFree=66966880/67108860
[pid=7038] ppid=7035 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7038/stat : 7038 (xcsp3-exec) S 7035 7038 6705 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510730132 115843072 363 33554432000 4194304 5098028 140735479686256 140735479684360 140691210801788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38543360 140735479694161 140735479694421 140735479694421 140735479697350 0
/proc/7038/statm: 28282 363 304 221 0 87 0
[pid=7040] ppid=7038 vsize=28766288 memory=19031780 CPUtime=619.24 cores=0-7
/proc/7040/stat : 7040 (java) S 7038 7038 6705 0 -1 1077944320 320974 0 0 0 57452 4472 0 0 20 0 28 0 510730133 29456678912 4757945 33554432000 4194304 4196468 140731797500816 140731797483360 139678055431927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
/proc/7040/statm: 7191572 4757945 3532 1 0 7152672 0
[pid=7040/tid=7041] ppid=7038 vsize=28766288 memory=1398722017469774279 CPUtime=23.02 cores=0-7
/proc/7040/task/7041/stat : 7041 (java) S 7038 7038 6705 0 -1 1077944384 16698 0 0 0 2288 14 0 0 20 0 28 0 510730133 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139678059672704 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7042] ppid=7038 vsize=28766288 memory=4126316290023845779 CPUtime=52.77 cores=0-7
/proc/7040/task/7042/stat : 7042 (java) S 7038 7038 6705 0 -1 1077944384 23507 0 0 0 4701 576 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677975284880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7043] ppid=7038 vsize=28766288 memory=1760 CPUtime=52.98 cores=0-7
/proc/7040/task/7043/stat : 7043 (java) S 7038 7038 6705 0 -1 1077944384 26590 0 0 0 4726 572 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677605682192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7044] ppid=7038 vsize=28766288 memory=111636 CPUtime=52.69 cores=0-7
/proc/7040/task/7044/stat : 7044 (java) S 7038 7038 6705 0 -1 1077944384 22593 0 0 0 4689 580 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677604629392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7045] ppid=7038 vsize=28766288 memory=804 CPUtime=52.59 cores=0-7
/proc/7040/task/7045/stat : 7045 (java) S 7038 7038 6705 0 -1 1077944384 23418 0 0 0 4696 563 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677603576592 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7046] ppid=7038 vsize=28766288 memory=1804 CPUtime=52.73 cores=0-7
/proc/7040/task/7046/stat : 7046 (java) S 7038 7038 6705 0 -1 1077944384 30561 0 0 0 4773 500 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677602523792 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7047] ppid=7038 vsize=28766288 memory=916 CPUtime=52.59 cores=0-7
/proc/7040/task/7047/stat : 7047 (java) S 7038 7038 6705 0 -1 1077944384 29543 0 0 0 4755 504 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677601470992 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7048] ppid=7038 vsize=28766288 memory=4136 CPUtime=52.76 cores=0-7
/proc/7040/task/7048/stat : 7048 (java) S 7038 7038 6705 0 -1 1077944384 22951 0 0 0 4784 492 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677600418192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7049] ppid=7038 vsize=28766288 memory=1412 CPUtime=52.66 cores=0-7
/proc/7040/task/7049/stat : 7049 (java) S 7038 7038 6705 0 -1 1077944384 20837 0 0 0 4790 476 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677599365392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7050] ppid=7038 vsize=28766288 memory=3288 CPUtime=2.04 cores=0-7
/proc/7040/task/7050/stat : 7050 (java) S 7038 7038 6705 0 -1 1077944384 38258 0 0 0 185 19 0 0 20 0 28 0 510730135 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677171518320 139678055443074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7051] ppid=7038 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/7040/task/7051/stat : 7051 (java) S 7038 7038 6705 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 510730136 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677170464352 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7052] ppid=7038 vsize=28766288 memory=19031768 CPUtime=0 cores=0-7
/proc/7040/task/7052/stat : 7052 (java) S 7038 7038 6705 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 28 0 510730136 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677169411456 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7053] ppid=7038 vsize=28766288 memory=1660 CPUtime=0 cores=0-7
/proc/7040/task/7053/stat : 7053 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677101189456 139678055450523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7054] ppid=7038 vsize=28766288 memory=1398722017469774279 CPUtime=1.35 cores=0-7
/proc/7040/task/7054/stat : 7054 (java) S 7038 7038 6705 0 -1 1077944384 7835 0 0 0 134 1 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677100136816 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7055] ppid=7038 vsize=28766288 memory=4126316290023845779 CPUtime=1.77 cores=0-7
/proc/7040/task/7055/stat : 7055 (java) S 7038 7038 6705 0 -1 1077944384 11113 0 0 0 176 1 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677099084016 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7056] ppid=7038 vsize=28766288 memory=1660 CPUtime=1.72 cores=0-7
/proc/7040/task/7056/stat : 7056 (java) S 7038 7038 6705 0 -1 1077944384 9553 0 0 0 170 2 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677098031216 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7057] ppid=7038 vsize=28766288 memory=0 CPUtime=0.71 cores=0-7
/proc/7040/task/7057/stat : 7057 (java) S 7038 7038 6705 0 -1 1077944384 6547 0 0 0 70 1 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677096978416 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7058] ppid=7038 vsize=28766288 memory=585529765264388969 CPUtime=0 cores=0-7
/proc/7040/task/7058/stat : 7058 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510730139 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677095926880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7059] ppid=7038 vsize=28766288 memory=288288895920251634 CPUtime=0.04 cores=0-7
/proc/7040/task/7059/stat : 7059 (java) S 7038 7038 6705 0 -1 1077944384 1209 0 0 0 2 2 0 0 20 0 28 0 510730139 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677094874160 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7066] ppid=7038 vsize=28766288 memory=289268 CPUtime=20.72 cores=0-7
/proc/7040/task/7066/stat : 7066 (java) R 7038 7038 6705 0 -1 4202560 7601 0 0 0 2060 12 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677085891944 139677661796067 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7067] ppid=7038 vsize=28766288 memory=6444484368086886760 CPUtime=20.76 cores=0-7
/proc/7040/task/7067/stat : 7067 (java) R 7038 7038 6705 0 -1 4202560 2924 0 0 0 2054 22 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677084840168 139677657089916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7068] ppid=7038 vsize=28766288 memory=6444484368086886760 CPUtime=20.87 cores=0-7
/proc/7040/task/7068/stat : 7068 (java) R 7038 7038 6705 0 -1 4202560 3170 0 0 0 2080 7 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677083787624 139677662014599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7069] ppid=7038 vsize=28766288 memory=6444484368086886760 CPUtime=20.91 cores=0-7
/proc/7040/task/7069/stat : 7069 (java) R 7038 7038 6705 0 -1 4202560 3227 0 0 0 2063 28 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677082734744 139677661938196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7070] ppid=7038 vsize=28766288 memory=8027775670092916825 CPUtime=20.73 cores=0-7
/proc/7040/task/7070/stat : 7070 (java) R 7038 7038 6705 0 -1 4202560 2216 0 0 0 2072 1 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677081680984 139677657089750 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7071] ppid=7038 vsize=28766288 memory=6444484368086886760 CPUtime=20.9 cores=0-7
/proc/7040/task/7071/stat : 7071 (java) R 7038 7038 6705 0 -1 4202560 2663 0 0 0 2050 40 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677080628856 139677657089899 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7072] ppid=7038 vsize=28766288 memory=8027775670092916825 CPUtime=20.76 cores=0-7
/proc/7040/task/7072/stat : 7072 (java) R 7038 7038 6705 0 -1 4202560 4363 0 0 0 2039 37 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677079577048 139677661795859 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7073] ppid=7038 vsize=28766288 memory=7584172172116324713 CPUtime=20.98 cores=0-7
/proc/7040/task/7073/stat : 7073 (java) R 7038 7038 6705 0 -1 4202560 2174 0 0 0 2086 12 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677078524392 139677657089899 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
Current children cumulated CPU time: 619.24 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 19033232 KiB

[startup+100.402 s]
/proc/loadavg: 5.73 6.47 7.48 9/219 7075
/proc/meminfo: memFree=6691704/32770624 swapFree=66966880/67108860
[pid=7038] ppid=7035 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7038/stat : 7038 (xcsp3-exec) S 7035 7038 6705 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510730132 115843072 363 33554432000 4194304 5098028 140735479686256 140735479684360 140691210801788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38543360 140735479694161 140735479694421 140735479694421 140735479697350 0
/proc/7038/statm: 28282 363 304 221 0 87 0
[pid=7040] ppid=7038 vsize=28766288 memory=19031780 CPUtime=622.35 cores=0-7
/proc/7040/stat : 7040 (java) S 7038 7038 6705 0 -1 1077944320 321550 0 0 0 57747 4488 0 0 20 0 28 0 510730133 29456678912 4757945 33554432000 4194304 4196468 140731797500816 140731797483360 139678055431927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
/proc/7040/statm: 7191572 4757945 3532 1 0 7152672 0
[pid=7040/tid=7041] ppid=7038 vsize=28766288 memory=804 CPUtime=23.02 cores=0-7
/proc/7040/task/7041/stat : 7041 (java) S 7038 7038 6705 0 -1 1077944384 16698 0 0 0 2288 14 0 0 20 0 28 0 510730133 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139678059672704 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7042] ppid=7038 vsize=28766288 memory=1804 CPUtime=52.77 cores=0-7
/proc/7040/task/7042/stat : 7042 (java) S 7038 7038 6705 0 -1 1077944384 23507 0 0 0 4701 576 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677975284880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7043] ppid=7038 vsize=28766288 memory=63940 CPUtime=52.98 cores=0-7
/proc/7040/task/7043/stat : 7043 (java) S 7038 7038 6705 0 -1 1077944384 26590 0 0 0 4726 572 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677605682192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7044] ppid=7038 vsize=28766288 memory=988 CPUtime=52.69 cores=0-7
/proc/7040/task/7044/stat : 7044 (java) S 7038 7038 6705 0 -1 1077944384 22593 0 0 0 4689 580 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677604629392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7045] ppid=7038 vsize=28766288 memory=2020 CPUtime=52.59 cores=0-7
/proc/7040/task/7045/stat : 7045 (java) S 7038 7038 6705 0 -1 1077944384 23418 0 0 0 4696 563 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677603576592 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7046] ppid=7038 vsize=28766288 memory=1560 CPUtime=52.73 cores=0-7
/proc/7040/task/7046/stat : 7046 (java) S 7038 7038 6705 0 -1 1077944384 30561 0 0 0 4773 500 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677602523792 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7047] ppid=7038 vsize=28766288 memory=932 CPUtime=52.59 cores=0-7
/proc/7040/task/7047/stat : 7047 (java) S 7038 7038 6705 0 -1 1077944384 29543 0 0 0 4755 504 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677601470992 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7048] ppid=7038 vsize=28766288 memory=8136 CPUtime=52.76 cores=0-7
/proc/7040/task/7048/stat : 7048 (java) S 7038 7038 6705 0 -1 1077944384 22951 0 0 0 4784 492 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677600418192 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7049] ppid=7038 vsize=28766288 memory=10492 CPUtime=52.66 cores=0-7
/proc/7040/task/7049/stat : 7049 (java) S 7038 7038 6705 0 -1 1077944384 20837 0 0 0 4790 476 0 0 20 0 28 0 510730134 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677599365392 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7050] ppid=7038 vsize=28766288 memory=14012 CPUtime=2.04 cores=0-7
/proc/7040/task/7050/stat : 7050 (java) S 7038 7038 6705 0 -1 1077944384 38258 0 0 0 185 19 0 0 20 0 28 0 510730135 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677171518320 139678055443074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7051] ppid=7038 vsize=28766288 memory=14080 CPUtime=0 cores=0-7
/proc/7040/task/7051/stat : 7051 (java) S 7038 7038 6705 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 510730136 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677170464352 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7052] ppid=7038 vsize=28766288 memory=35744 CPUtime=0 cores=0-7
/proc/7040/task/7052/stat : 7052 (java) S 7038 7038 6705 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 28 0 510730136 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677169411456 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7053] ppid=7038 vsize=28766288 memory=2120 CPUtime=0 cores=0-7
/proc/7040/task/7053/stat : 7053 (java) S 7038 7038 6705 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677101189456 139678055450523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7054] ppid=7038 vsize=28766288 memory=1452 CPUtime=1.35 cores=0-7
/proc/7040/task/7054/stat : 7054 (java) S 7038 7038 6705 0 -1 1077944384 7835 0 0 0 134 1 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677100136816 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7055] ppid=7038 vsize=28766288 memory=19031692 CPUtime=1.77 cores=0-7
/proc/7040/task/7055/stat : 7055 (java) S 7038 7038 6705 0 -1 1077944384 11113 0 0 0 176 1 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677099084016 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7056] ppid=7038 vsize=28766288 memory=15822209369245735 CPUtime=1.72 cores=0-7
/proc/7040/task/7056/stat : 7056 (java) S 7038 7038 6705 0 -1 1077944384 9553 0 0 0 170 2 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677098031216 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7057] ppid=7038 vsize=28766288 memory=19031580 CPUtime=0.71 cores=0-7
/proc/7040/task/7057/stat : 7057 (java) S 7038 7038 6705 0 -1 1077944384 6649 0 0 0 70 1 0 0 20 0 28 0 510730138 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677096978416 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7058] ppid=7038 vsize=28766288 memory=1568 CPUtime=0 cores=0-7
/proc/7040/task/7058/stat : 7058 (java) S 7038 7038 6705 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510730139 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677095926880 139678055442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7059] ppid=7038 vsize=28766288 memory=4108 CPUtime=0.04 cores=0-7
/proc/7040/task/7059/stat : 7059 (java) S 7038 7038 6705 0 -1 1077944384 1209 0 0 0 2 2 0 0 20 0 28 0 510730139 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677094874160 139678055443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7066] ppid=7038 vsize=28766288 memory=1444 CPUtime=21.1 cores=0-7
/proc/7040/task/7066/stat : 7066 (java) R 7038 7038 6705 0 -1 4202560 7667 0 0 0 2098 12 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677085891656 139677661956562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7067] ppid=7038 vsize=28766288 memory=14080 CPUtime=21.15 cores=0-7
/proc/7040/task/7067/stat : 7067 (java) R 7038 7038 6705 0 -1 4202560 2925 0 0 0 2093 22 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677084840056 139677661938287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7068] ppid=7038 vsize=28766288 memory=35744 CPUtime=21.26 cores=0-7
/proc/7040/task/7068/stat : 7068 (java) R 7038 7038 6705 0 -1 4202560 3170 0 0 0 2119 7 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677083787296 139677657089899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7069] ppid=7038 vsize=28766288 memory=2120 CPUtime=21.3 cores=0-7
/proc/7040/task/7069/stat : 7069 (java) R 7038 7038 6705 0 -1 4202560 3227 0 0 0 2102 28 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677082735656 139677661794530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7070] ppid=7038 vsize=28766288 memory=1044 CPUtime=21.11 cores=0-7
/proc/7040/task/7070/stat : 7070 (java) R 7038 7038 6705 0 -1 4202560 2623 0 0 0 2094 17 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677081681656 139677661956557 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7071] ppid=7038 vsize=28766288 memory=712 CPUtime=21.29 cores=0-7
/proc/7040/task/7071/stat : 7071 (java) R 7038 7038 6705 0 -1 4202560 2663 0 0 0 2089 40 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677080628856 139677661938201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7072] ppid=7038 vsize=28766288 memory=2832 CPUtime=21.14 cores=0-7
/proc/7040/task/7072/stat : 7072 (java) R 7038 7038 6705 0 -1 4202560 4363 0 0 0 2077 37 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677079577080 139677661793200 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
[pid=7040/tid=7073] ppid=7038 vsize=28766288 memory=8136 CPUtime=21.36 cores=0-7
/proc/7040/task/7073/stat : 7073 (java) R 7038 7038 6705 0 -1 4202560 2174 0 0 0 2124 12 0 0 20 0 28 0 510737968 29456678912 4757945 33554432000 4194304 4196468 140731797500816 139677078524280 139677661794535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8781824 140731797509078 140731797509254 140731797509254 140731797512143 0
Current children cumulated CPU time: 622.35 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 19033232 KiB

[startup+100.801 s]
/proc/loadavg: 5.73 6.47 7.48 9/219 7075
/proc/meminfo: memFree=6691704/32770624 swapFree=66966880/67108860
[pid=7038] ppid=7035 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7038/stat : 7038 (xcsp3-exec) S 7035 7038 6705 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510730132 115843072 363 33554432000 4194304 5098028 140735479686256 140735479684360 140691210801788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38543360 140735479694161 140735479694421 140735479694421 140735479697350 0
/proc/7038/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): 100.805
CPU time (s): 624.577
CPU user time (s): 579.488
CPU system time (s): 45.0889
CPU usage (%): 619.588
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 19033232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 579.488
system time used= 45.0889
maximum resident set size= 19031876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323273
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18448
involuntary context switches= 10877


# summary of solver processes directly reported to runsolver:
#   pid: 7038
#   total CPU time (s): 624.577
#   total CPU user time (s): 579.488
#   total CPU system time (s): 45.0889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.794204 second user time and 1.18796 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-24 19:58:15
IDJOB=4406798
IDBENCH=125875
IDSOLVER=2871
FILE ID=node145/4406798-1569347937
RUNJOBID= node145-1569347784-6732
PBS_JOBID= 21705075
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-06.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-4406798-1569347937/watcher-4406798-1569347937 -o /var/tmp/evaluation-result-4406798-1569347937/solver-4406798-1569347937 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1569347784-6732 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2067271177 HOME/instance-4406798-1569347937.xml

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

MD5SUM BENCH= 1db35719a72b9401cb48f365dc7349f7
RANDOM SEED=2067271177

node145.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.59
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.59
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.59
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.59
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:        25746320 kB
MemAvailable:   31811556 kB
Buffers:          151624 kB
Cached:          6065676 kB
SwapCached:        32456 kB
Active:          3045696 kB
Inactive:        3207892 kB
Active(anon):       3808 kB
Inactive(anon):    89852 kB
Active(file):    3041888 kB
Inactive(file):  3118040 kB
Unevictable:      108772 kB
Mlocked:          108772 kB
SwapTotal:      67108860 kB
SwapFree:       66966880 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:        113256 kB
Mapped:            56564 kB
Shmem:             48848 kB
Slab:             362372 kB
SReclaimable:     333768 kB
SUnreclaim:        28604 kB
KernelStack:        3344 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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 node145 at 2019-09-24 19:59:56