Trace number 4399918

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16 parallelOPT54 18.3945 3.16848

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark4.49799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399918-1568707742.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399918-1568707742.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
3.98/1.30	c solve instance...
5.43/1.50	o -1000 
6.28/1.69	o 14 
6.95/1.76	o 40 
6.95/1.78	o 43 
7.73/1.83	o 46 
11.67/2.37	o 50 
12.46/2.48	o 53 
12.46/2.48	o 54 
18.07/3.14	s OPTIMUM FOUND
18.07/3.14	v <instantiation>
18.07/3.14	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] </list>
18.07/3.14	v 	<values>1 2 7 -1 -1 0 11 6 -1 -1 5 12 13 14 19 10 15 16 17 18 0 1 2 -1 -1 15 4 3 -1 -1 14 5 6 7 8 13 12 11 10 9 4 8 0 0 0 7 2 7 0 0 1 5 -1 -5 5 6 3 -1 6 7 </values>
18.07/3.14	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399918-1568707742/watcher-4399918-1568707742 -o /tmp/evaluation-result-4399918-1568707742/solver-4399918-1568707742 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568702487-27624 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1826074883 HOME/instance-4399918-1568707742.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=31254, runsolver pid=31251
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 8.12 8.20 8.25 2/211 31275
/proc/meminfo: memFree=30900028/32770624 swapFree=66922468/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 27597 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446712067 115843072 364 33554432000 4194304 5098028 140724811082400 140724811080504 140402934645372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7335936 140724811088757 140724811089001 140724811089001 140724811091914 0
/proc/31254/statm: 28282 364 305 221 0 87 0
[pid=31256] ppid=31254 vsize=28227396 memory=28696 CPUtime=0.12 cores=0-7
/proc/31256/stat : 31256 (java) S 31254 31254 27597 0 -1 1077944320 5653 0 0 0 10 2 0 0 20 0 20 0 446712067 28904853504 7174 33554432000 4194304 4196468 140729121252096 140729121234640 139966095466231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
/proc/31256/statm: 7056849 7174 3128 1 0 7019032 0
[pid=31256/tid=31257] ppid=31254 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31254 27597 0 -1 4202560 3600 0 0 0 7 1 0 0 20 0 20 0 446712067 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966099699504 139966095478166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31258] ppid=31254 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966015319184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31259] ppid=31254 vsize=28227396 memory=140019435910784 CPUtime=0 cores=0-7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966014266384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31260] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966013213584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31261] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966012160784 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31262] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966011107984 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31263] ppid=31254 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966010055184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31264] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966009002384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31265] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 7174 33554432000 4194304 4196468 140729121252096 139966007949584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31266] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712069 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965076966256 139966095477378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31267] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31254 27597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446712070 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965075912224 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31268] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 27597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446712070 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965074859376 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31269] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965073807696 139966095484827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31270] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 27597 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965072755056 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31271] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965071702256 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31272] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31254 27597 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965070649456 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31273] ppid=31254 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31254 27597 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 20 0 446712073 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965069596656 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31274] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965068545120 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31275] ppid=31254 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31256/task/31275/stat : 31275 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 7174 33554432000 4194304 4196468 140729121252096 139965067492400 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30152 KiB

[startup+0.210354 s]*
/proc/loadavg: 8.12 8.20 8.25 2/211 31275
/proc/meminfo: memFree=30886348/32770624 swapFree=66922468/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 27597 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446712067 115843072 364 33554432000 4194304 5098028 140724811082400 140724811080504 140402934645372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7335936 140724811088757 140724811089001 140724811089001 140724811091914 0
/proc/31254/statm: 28282 364 305 221 0 87 0
[pid=31256] ppid=31254 vsize=28227396 memory=40936 CPUtime=0.33 cores=0-7
/proc/31256/stat : 31256 (java) S 31254 31254 27597 0 -1 1077944320 9498 0 0 0 30 3 0 0 20 0 20 0 446712067 28904853504 10234 33554432000 4194304 4196468 140729121252096 140729121234640 139966095466231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
/proc/31256/statm: 7056849 10234 3293 1 0 7019032 0
[pid=31256/tid=31257] ppid=31254 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31254 27597 0 -1 4202560 6627 0 0 0 17 3 0 0 20 0 20 0 446712067 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966099698960 139965686119276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31258] ppid=31254 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966015319184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31259] ppid=31254 vsize=28227396 memory=288370395587622528 CPUtime=0 cores=0-7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966014266384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31260] ppid=31254 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966013213584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31261] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966012160784 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31262] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966011107984 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31263] ppid=31254 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966010055184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31264] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966009002384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31265] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446712068 28904853504 10234 33554432000 4194304 4196468 140729121252096 139966007949584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31266] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 27597 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446712069 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965076966256 139966095477378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31267] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31254 27597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446712070 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965075912224 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31268] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 27597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446712070 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965074859376 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31269] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965073807696 139966095484827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31270] ppid=31254 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31256/task/31270/stat : 31270 (java) R 31254 31254 27597 0 -1 1077944384 465 0 0 0 1 0 0 0 20 0 20 0 446712073 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965072755056 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31271] ppid=31254 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31256/task/31271/stat : 31271 (java) R 31254 31254 27597 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 446712073 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965071702256 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31272] ppid=31254 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31254 27597 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 446712073 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965070649456 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31273] ppid=31254 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/31256/task/31273/stat : 31273 (java) R 31254 31254 27597 0 -1 4202560 762 0 0 0 7 0 0 0 20 0 20 0 446712073 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965069596656 139966095478166 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31274] ppid=31254 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965068545120 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31275] ppid=31254 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31256/task/31275/stat : 31275 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712073 28904853504 10234 33554432000 4194304 4196468 140729121252096 139965067492400 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42392 KiB

[startup+0.309592 s]*
/proc/loadavg: 8.12 8.20 8.25 2/211 31275
/proc/meminfo: memFree=30879168/32770624 swapFree=66922468/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 27597 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446712067 115843072 364 33554432000 4194304 5098028 140724811082400 140724811080504 140402934645372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7335936 140724811088757 140724811089001 140724811089001 140724811091914 0
/proc/31254/statm: 28282 364 305 221 0 87 0
[pid=31256] ppid=31254 vsize=28231652 memory=49800 CPUtime=0.52 cores=0-7
/proc/31256/stat : 31256 (java) S 31254 31254 27597 0 -1 1077944320 10849 0 0 0 48 4 0 0 20 0 20 0 446712067 28909211648 12450 33554432000 4194304 4196468 140729121252096 140729121234640 139966095466231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
/proc/31256/statm: 7057913 12450 3355 1 0 7019032 0
[pid=31256/tid=31257] ppid=31254 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31254 27597 0 -1 4202560 7721 0 0 0 26 4 0 0 20 0 20 0 446712067 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966099697344 139966095489821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31258] ppid=31254 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966015319184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31259] ppid=31254 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966014266384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31260] ppid=31254 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966013213584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31261] ppid=31254 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966012160784 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31262] ppid=31254 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966011107984 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31263] ppid=31254 vsize=28231652 memory=140019289387951 CPUtime=0 cores=0-7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966010055184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31264] ppid=31254 vsize=28231652 memory=140019289390256 CPUtime=0 cores=0-7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966009002384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31265] ppid=31254 vsize=28231652 memory=140019289392560 CPUtime=0 cores=0-7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446712068 28909211648 12494 33554432000 4194304 4196468 140729121252096 139966007949584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31266] ppid=31254 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 27597 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446712069 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965076966256 139966095477378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31267] ppid=31254 vsize=28231652 memory=280038578792080 CPUtime=0 cores=0-7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31254 27597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446712070 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965075912224 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31268] ppid=31254 vsize=28231652 memory=280038578798992 CPUtime=0 cores=0-7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 27597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446712070 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965074859376 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31269] ppid=31254 vsize=28231652 memory=280038578740272 CPUtime=0 cores=0-7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712073 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965073807696 139966095484827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31270] ppid=31254 vsize=28231652 memory=280038578812816 CPUtime=0.03 cores=0-7
/proc/31256/task/31270/stat : 31270 (java) R 31254 31254 27597 0 -1 4202560 546 0 0 0 3 0 0 0 20 0 20 0 446712073 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965072745168 139966075120112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31271] ppid=31254 vsize=28231652 memory=280038578819728 CPUtime=0.03 cores=0-7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31254 27597 0 -1 1077944384 184 0 0 0 3 0 0 0 20 0 20 0 446712073 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965071702256 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31272] ppid=31254 vsize=28231652 memory=280038578817424 CPUtime=0.02 cores=0-7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31254 27597 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 20 0 446712073 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965070649456 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31273] ppid=31254 vsize=28231652 memory=280038578833584 CPUtime=0.12 cores=0-7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31254 27597 0 -1 1077944384 884 0 0 0 12 0 0 0 20 0 20 0 446712073 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965069596656 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31274] ppid=31254 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446712073 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965068545120 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31275] ppid=31254 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31256/task/31275/stat : 31275 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712073 28909211648 12494 33554432000 4194304 4196468 140729121252096 139965067492400 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51256 KiB

[startup+0.70099 s]
/proc/loadavg: 8.12 8.20 8.25 5/211 31275
/proc/meminfo: memFree=30849084/32770624 swapFree=66922468/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 27597 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446712067 115843072 364 33554432000 4194304 5098028 140724811082400 140724811080504 140402934645372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7335936 140724811088757 140724811089001 140724811089001 140724811091914 0
/proc/31254/statm: 28282 364 305 221 0 87 0
[pid=31256] ppid=31254 vsize=28233776 memory=102324 CPUtime=1.95 cores=0-7
/proc/31256/stat : 31256 (java) S 31254 31254 27597 0 -1 1077944320 16246 0 0 0 188 7 0 0 20 0 20 0 446712067 28911386624 25581 33554432000 4194304 4196468 140729121252096 140729121234640 139966095466231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
/proc/31256/statm: 7058444 25581 3461 1 0 7019544 0
[pid=31256/tid=31257] ppid=31254 vsize=28233776 memory=280038579191472 CPUtime=0.68 cores=0-7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31254 27597 0 -1 4202560 9155 0 0 0 63 5 0 0 20 0 20 0 446712067 28911386624 25581 33554432000 4194304 4196468 140729121252096 139966099704304 139966095487578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31258] ppid=31254 vsize=28233776 memory=140019289596784 CPUtime=0 cores=0-7
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28911386624 25581 33554432000 4194304 4196468 140729121252096 139966015319184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31259] ppid=31254 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 27597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446712068 28911386624 25581 33554432000 4194304 4196468 140729121252096 139966014266384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31260] ppid=31254 vsize=28233776 memory=1000 CPUtime=0 cores=0-7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446712068 28911386624 25581 33554432000 4194304 4196468 140729121252096 139966013213584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0

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

[pid=31256/tid=31269] ppid=31254 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446712073 29458776064 62932 33554432000 4194304 4196468 140729121252096 139965073807696 139966095484827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31270] ppid=31254 vsize=28768336 memory=0 CPUtime=0.75 cores=0-7
/proc/31256/task/31270/stat : 31270 (java) R 31254 31254 27597 0 -1 4202560 1701 0 0 0 75 0 0 0 20 0 28 0 446712073 29458776064 62932 33554432000 4194304 4196468 140729121252096 139965072741872 139966080388013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31271] ppid=31254 vsize=28768336 memory=0 CPUtime=0.79 cores=0-7
/proc/31256/task/31271/stat : 31271 (java) R 31254 31254 27597 0 -1 4202560 1577 0 0 0 79 0 0 0 20 0 28 0 446712073 29458776064 62932 33554432000 4194304 4196468 140729121252096 139965071684416 139966076988455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31272] ppid=31254 vsize=28768336 memory=0 CPUtime=0.8 cores=0-7
/proc/31256/task/31272/stat : 31272 (java) R 31254 31254 27597 0 -1 4202560 1607 0 0 0 80 0 0 0 20 0 28 0 446712073 29458776064 62932 33554432000 4194304 4196468 140729121252096 139965070636000 139966078852927 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31273] ppid=31254 vsize=28768336 memory=6943526294502006880 CPUtime=0.69 cores=0-7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31254 27597 0 -1 1077944384 2841 0 0 0 68 1 0 0 20 0 28 0 446712073 29458776064 62932 33554432000 4194304 4196468 140729121252096 139965069596656 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31274] ppid=31254 vsize=28768336 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446712073 29458776064 62932 33554432000 4194304 4196468 140729121252096 139965068545120 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31275] ppid=31254 vsize=28768336 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/31256/task/31275/stat : 31275 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446712073 29458776064 62932 33554432000 4194304 4196468 140729121252096 139965067492400 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 253184 KiB

[startup+3.1109 s]
/proc/loadavg: 8.43 8.26 8.27 9/219 31347
/proc/meminfo: memFree=30620776/32770624 swapFree=66922468/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 27597 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446712067 115843072 364 33554432000 4194304 5098028 140724811082400 140724811080504 140402934645372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7335936 140724811088757 140724811089001 140724811089001 140724811091914 0
/proc/31254/statm: 28282 364 305 221 0 87 0
[pid=31256] ppid=31254 vsize=28769364 memory=308364 CPUtime=18.07 cores=0-7
/proc/31256/stat : 31256 (java) S 31254 31254 27597 0 -1 1077944320 22319 0 0 0 1784 23 0 0 20 0 28 0 446712067 29459828736 77091 33554432000 4194304 4196468 140729121252096 140729121234640 139966095466231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
/proc/31256/statm: 7192341 77091 3521 1 0 7153441 0
[pid=31256/tid=31257] ppid=31254 vsize=28769364 memory=2 CPUtime=1.26 cores=0-7
/proc/31256/task/31257/stat : 31257 (java) S 31254 31254 27597 0 -1 1077944384 9453 0 0 0 119 7 0 0 20 0 28 0 446712067 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966099707008 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31258] ppid=31254 vsize=28769364 memory=3 CPUtime=0.02 cores=0-7
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 27597 0 -1 1077944384 52 0 0 0 1 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966015319184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31259] ppid=31254 vsize=28769364 memory=2 CPUtime=0.01 cores=0-7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 27597 0 -1 1077944384 93 0 0 0 0 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966014266384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31260] ppid=31254 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 27597 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966013213584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31261] ppid=31254 vsize=28769364 memory=1456 CPUtime=0.03 cores=0-7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 27597 0 -1 1077944384 70 0 0 0 2 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966012160784 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31262] ppid=31254 vsize=28769364 memory=308244 CPUtime=0.02 cores=0-7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 27597 0 -1 1077944384 75 0 0 0 1 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966011107984 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31263] ppid=31254 vsize=28769364 memory=1456 CPUtime=0.02 cores=0-7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 27597 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966010055184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31264] ppid=31254 vsize=28769364 memory=308132 CPUtime=0.03 cores=0-7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 27597 0 -1 1077944384 80 0 0 0 1 2 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966009002384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31265] ppid=31254 vsize=28769364 memory=0 CPUtime=0.02 cores=0-7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 27597 0 -1 1077944384 56 0 0 0 1 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966007949584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31266] ppid=31254 vsize=28769364 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 27597 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 446712069 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965076966256 139966095477378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31267] ppid=31254 vsize=28769364 memory=2811011 CPUtime=0 cores=0-7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31254 27597 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 446712070 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965075912288 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31268] ppid=31254 vsize=28769364 memory=2812295 CPUtime=0 cores=0-7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 27597 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 446712070 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965074859392 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31269] ppid=31254 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965073807696 139966095484827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31270] ppid=31254 vsize=28769364 memory=0 CPUtime=1.38 cores=0-7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 27597 0 -1 1077944384 2147 0 0 0 138 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965072755056 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31271] ppid=31254 vsize=28769364 memory=1056 CPUtime=1.44 cores=0-7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31254 27597 0 -1 1077944384 1903 0 0 0 144 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965071702256 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31272] ppid=31254 vsize=28769364 memory=11620 CPUtime=1.53 cores=0-7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31254 27597 0 -1 1077944384 2205 0 0 0 153 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965070649456 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31273] ppid=31254 vsize=28769364 memory=3992 CPUtime=0.84 cores=0-7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31254 27597 0 -1 1077944384 3245 0 0 0 83 1 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965069596656 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31274] ppid=31254 vsize=28769364 memory=2828 CPUtime=0 cores=0-7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965068545120 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31275] ppid=31254 vsize=28769364 memory=1000 CPUtime=0 cores=0-7
/proc/31256/task/31275/stat : 31275 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965067492400 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31340] ppid=31254 vsize=28769364 memory=1560 CPUtime=0.62 cores=0-7
/proc/31256/task/31340/stat : 31340 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 62 0 0 0 20 0 28 0 446712315 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964200705192 139965693587763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31341] ppid=31254 vsize=28769364 memory=1172 CPUtime=0.49 cores=0-7
/proc/31256/task/31341/stat : 31341 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 49 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964194390168 139965693974047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31342] ppid=31254 vsize=28769364 memory=14008 CPUtime=0.6 cores=0-7
/proc/31256/task/31342/stat : 31342 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 60 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964201758744 139965693587663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31343] ppid=31254 vsize=28769364 memory=14076 CPUtime=0.53 cores=0-7
/proc/31256/task/31343/stat : 31343 (java) R 31254 31254 27597 0 -1 4202560 31 0 0 0 53 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964196495256 139965693587691 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31344] ppid=31254 vsize=28769364 memory=2116 CPUtime=0.57 cores=0-7
/proc/31256/task/31344/stat : 31344 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 57 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964197547800 139965693587754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31345] ppid=31254 vsize=28769364 memory=0 CPUtime=0.6 cores=0-7
/proc/31256/task/31345/stat : 31345 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 60 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964195441784 139965693587960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31346] ppid=31254 vsize=28769364 memory=0 CPUtime=0.42 cores=0-7
/proc/31256/task/31346/stat : 31346 (java) R 31254 31254 27597 0 -1 4202560 17 0 0 0 42 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965066433032 139965693587571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31347] ppid=31254 vsize=28769364 memory=268615844688972 CPUtime=0.61 cores=0-7
/proc/31256/task/31347/stat : 31347 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 61 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964199653648 139965693587663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
Current children cumulated CPU time: 18.07 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 309820 KiB

[startup+3.16842 s]
# the end of solver process 31254 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18.1533 s, system=0.241124 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.1109 s]
/proc/loadavg: 8.43 8.26 8.27 9/219 31347
/proc/meminfo: memFree=30620776/32770624 swapFree=66922468/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 27597 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446712067 115843072 364 33554432000 4194304 5098028 140724811082400 140724811080504 140402934645372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7335936 140724811088757 140724811089001 140724811089001 140724811091914 0
/proc/31254/statm: 28282 364 305 221 0 87 0
[pid=31256] ppid=31254 vsize=28769364 memory=308364 CPUtime=18.07 cores=0-7
/proc/31256/stat : 31256 (java) S 31254 31254 27597 0 -1 1077944320 22319 0 0 0 1784 23 0 0 20 0 28 0 446712067 29459828736 77091 33554432000 4194304 4196468 140729121252096 140729121234640 139966095466231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
/proc/31256/statm: 7192341 77091 3521 1 0 7153441 0
[pid=31256/tid=31257] ppid=31254 vsize=28769364 memory=2 CPUtime=1.26 cores=0-7
/proc/31256/task/31257/stat : 31257 (java) S 31254 31254 27597 0 -1 1077944384 9453 0 0 0 119 7 0 0 20 0 28 0 446712067 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966099707008 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31258] ppid=31254 vsize=28769364 memory=3 CPUtime=0.02 cores=0-7
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 27597 0 -1 1077944384 52 0 0 0 1 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966015319184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31259] ppid=31254 vsize=28769364 memory=2 CPUtime=0.01 cores=0-7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 27597 0 -1 1077944384 93 0 0 0 0 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966014266384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31260] ppid=31254 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 27597 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966013213584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31261] ppid=31254 vsize=28769364 memory=1456 CPUtime=0.03 cores=0-7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 27597 0 -1 1077944384 70 0 0 0 2 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966012160784 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31262] ppid=31254 vsize=28769364 memory=308244 CPUtime=0.02 cores=0-7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 27597 0 -1 1077944384 75 0 0 0 1 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966011107984 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31263] ppid=31254 vsize=28769364 memory=1456 CPUtime=0.02 cores=0-7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 27597 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966010055184 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31264] ppid=31254 vsize=28769364 memory=308132 CPUtime=0.03 cores=0-7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 27597 0 -1 1077944384 80 0 0 0 1 2 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966009002384 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31265] ppid=31254 vsize=28769364 memory=0 CPUtime=0.02 cores=0-7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 27597 0 -1 1077944384 56 0 0 0 1 1 0 0 20 0 28 0 446712068 29459828736 77091 33554432000 4194304 4196468 140729121252096 139966007949584 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31266] ppid=31254 vsize=28769364 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 27597 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 446712069 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965076966256 139966095477378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31267] ppid=31254 vsize=28769364 memory=2811011 CPUtime=0 cores=0-7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31254 27597 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 446712070 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965075912288 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31268] ppid=31254 vsize=28769364 memory=2812295 CPUtime=0 cores=0-7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 27597 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 446712070 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965074859392 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31269] ppid=31254 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965073807696 139966095484827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31270] ppid=31254 vsize=28769364 memory=0 CPUtime=1.38 cores=0-7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 27597 0 -1 1077944384 2147 0 0 0 138 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965072755056 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31271] ppid=31254 vsize=28769364 memory=1056 CPUtime=1.44 cores=0-7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31254 27597 0 -1 1077944384 1903 0 0 0 144 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965071702256 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31272] ppid=31254 vsize=28769364 memory=11620 CPUtime=1.53 cores=0-7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31254 27597 0 -1 1077944384 2205 0 0 0 153 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965070649456 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31273] ppid=31254 vsize=28769364 memory=3992 CPUtime=0.84 cores=0-7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31254 27597 0 -1 1077944384 3245 0 0 0 83 1 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965069596656 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31274] ppid=31254 vsize=28769364 memory=2828 CPUtime=0 cores=0-7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31254 27597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965068545120 139966095476437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31275] ppid=31254 vsize=28769364 memory=1000 CPUtime=0 cores=0-7
/proc/31256/task/31275/stat : 31275 (java) S 31254 31254 27597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446712073 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965067492400 139966095477378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31340] ppid=31254 vsize=28769364 memory=1560 CPUtime=0.62 cores=0-7
/proc/31256/task/31340/stat : 31340 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 62 0 0 0 20 0 28 0 446712315 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964200705192 139965693587763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31341] ppid=31254 vsize=28769364 memory=1172 CPUtime=0.49 cores=0-7
/proc/31256/task/31341/stat : 31341 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 49 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964194390168 139965693974047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31342] ppid=31254 vsize=28769364 memory=14008 CPUtime=0.6 cores=0-7
/proc/31256/task/31342/stat : 31342 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 60 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964201758744 139965693587663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31343] ppid=31254 vsize=28769364 memory=14076 CPUtime=0.53 cores=0-7
/proc/31256/task/31343/stat : 31343 (java) R 31254 31254 27597 0 -1 4202560 31 0 0 0 53 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964196495256 139965693587691 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31344] ppid=31254 vsize=28769364 memory=2116 CPUtime=0.57 cores=0-7
/proc/31256/task/31344/stat : 31344 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 57 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964197547800 139965693587754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31345] ppid=31254 vsize=28769364 memory=0 CPUtime=0.6 cores=0-7
/proc/31256/task/31345/stat : 31345 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 60 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964195441784 139965693587960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31346] ppid=31254 vsize=28769364 memory=0 CPUtime=0.42 cores=0-7
/proc/31256/task/31346/stat : 31346 (java) R 31254 31254 27597 0 -1 4202560 17 0 0 0 42 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139965066433032 139965693587571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
[pid=31256/tid=31347] ppid=31254 vsize=28769364 memory=268615844688972 CPUtime=0.61 cores=0-7
/proc/31256/task/31347/stat : 31347 (java) R 31254 31254 27597 0 -1 4202560 18 0 0 0 61 0 0 0 20 0 28 0 446712316 29459828736 77091 33554432000 4194304 4196468 140729121252096 139964199653648 139965693587663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32649216 140729121256426 140729121256598 140729121256598 140729121259471 0
Current children cumulated CPU time: 18.07 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 309820 KiB

Child status: 0
Real time (s): 3.16848
CPU time (s): 18.3945
CPU user time (s): 18.1533
CPU system time (s): 0.241124
CPU usage (%): 580.545
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 309820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1533
system time used= 0.241124
maximum resident set size= 312048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4229
involuntary context switches= 484


# summary of solver processes directly reported to runsolver:
#   pid: 31254
#   total CPU time (s): 18.3945
#   total CPU user time (s): 18.1533
#   total CPU system time (s): 0.241124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041199 second user time and 0.081616 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 10:08:20
IDJOB=4399918
IDBENCH=128043
IDSOLVER=2854
FILE ID=node141/4399918-1568707742
RUNJOBID= node141-1568702487-27624
PBS_JOBID= 21703919
Free space on /tmp= 58544 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399918-1568707742/watcher-4399918-1568707742 -o /tmp/evaluation-result-4399918-1568707742/solver-4399918-1568707742 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568702487-27624 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1826074883 HOME/instance-4399918-1568707742.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=1826074883

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
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:        30916588 kB
MemAvailable:   31830032 kB
Buffers:          231116 kB
Cached:           978744 kB
SwapCached:        77704 kB
Active:           565024 kB
Inactive:         727352 kB
Active(anon):      10020 kB
Inactive(anon):   115632 kB
Active(file):     555004 kB
Inactive(file):   611720 kB
Unevictable:      108632 kB
Mlocked:          108632 kB
SwapTotal:      67108860 kB
SwapFree:       66922468 kB
Dirty:             26528 kB
Writeback:             0 kB
AnonPages:        112904 kB
Mapped:            42684 kB
Shmem:             34648 kB
Slab:             155556 kB
SReclaimable:     125108 kB
SUnreclaim:        30448 kB
KernelStack:        3360 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506736 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:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-17 10:08:23