Trace number 4407009

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-24 parallelOPT44 15.7853 2.54066

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark5.28313
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4407009-1569364102.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407009-1569364102.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.27/0.65	c solve instance...
1.66/0.73	o 81 
1.66/0.75	o 65 
1.66/0.75	o 61 
1.66/0.75	o 59 
1.66/0.79	o 57 
1.66/0.80	o 53 
2.23/0.81	o 52 
2.23/0.81	o 49 
2.23/0.87	o 47 
2.95/0.99	o 45 
3.74/1.05	o 44 
15.54/2.53	s OPTIMUM FOUND
15.54/2.53	v <instantiation>
15.54/2.53	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
15.54/2.53	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
15.54/2.53	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407009-1569364102/watcher-4407009-1569364102 -o /var/tmp/evaluation-result-4407009-1569364102/solver-4407009-1569364102 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1569357356-20838 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 297929805 HOME/instance-4407009-1569364102.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
solver pid=tchdog thread7.x86_64
, 
, runsolver pid=22814
solver pid=tchdog thread7.x86_64
, 
, runsolver pid=Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 6.51 7.01 7.16 2/211 22838
/proc/meminfo: memFree=25727584/32770624 swapFree=66992472/67108860
[pid=22817] ppid=22814 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22817/stat : 22817 (xcsp3-exec) S 22814 22817 20811 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512672751 115843072 363 33554432000 4194304 5098028 140721085290672 140721085288776 140124863083132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15495168 140721085293394 140721085293653 140721085293653 140721085296582 0
/proc/22817/statm: 28282 363 304 221 0 87 0
[pid=22819] ppid=22817 vsize=28227396 memory=30200 CPUtime=0.12 cores=0-7
/proc/22819/stat : 22819 (java) S 22817 22817 20811 0 -1 1077944320 5963 0 0 0 11 1 0 0 20 0 20 0 512672751 28904853504 7550 33554432000 4194304 4196468 140732852607344 140732852589888 140034371088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
/proc/22819/statm: 7056849 7550 3140 1 0 7019032 0
[pid=22819/tid=22820] ppid=22817 vsize=28227396 memory=-2177352373413752899 CPUtime=0.09 cores=0-7
/proc/22819/task/22820/stat : 22820 (java) R 22817 22817 20811 0 -1 4202560 3866 0 0 0 8 1 0 0 20 0 20 0 512672751 28904853504 7550 33554432000 4194304 4196468 140732852607344 140034375316352 140034350813178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22821] ppid=22817 vsize=28227396 memory=732370020717235173 CPUtime=0 cores=0-7
/proc/22819/task/22821/stat : 22821 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 7550 33554432000 4194304 4196468 140732852607344 140034323708688 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22822] ppid=22817 vsize=28227396 memory=139882379781760 CPUtime=0 cores=0-7
/proc/22819/task/22822/stat : 22822 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 7550 33554432000 4194304 4196468 140732852607344 140033920981904 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22823] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22823/stat : 22823 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 7550 33554432000 4194304 4196468 140732852607344 140033919929360 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22824] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22824/stat : 22824 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 7550 33554432000 4194304 4196468 140732852607344 140033918876816 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22825] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22825/stat : 22825 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 7550 33554432000 4194304 4196468 140732852607344 140033917823248 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22826] ppid=22817 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22819/task/22826/stat : 22826 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 7550 33554432000 4194304 4196468 140732852607344 140033916770704 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22827] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22827/stat : 22827 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 7550 33554432000 4194304 4196468 140732852607344 140033915718160 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22828] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22828/stat : 22828 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 7550 33554432000 4194304 4196468 140732852607344 140033914665616 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22829] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22829/stat : 22829 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672754 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032968968688 140034371099266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22830] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22830/stat : 22830 (java) S 22817 22817 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512672754 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032967914912 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22831] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22831/stat : 22831 (java) S 22817 22817 20811 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 512672754 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032966862320 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22832] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22832/stat : 22832 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032965810896 140034371106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22833] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22833/stat : 22833 (java) S 22817 22817 20811 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032964757488 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22834] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22834/stat : 22834 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032963704944 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22835] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22835/stat : 22835 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032962652400 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22836] ppid=22817 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22819/task/22836/stat : 22836 (java) R 22817 22817 20811 0 -1 4202560 348 0 0 0 1 0 0 0 20 0 20 0 512672757 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032961599856 140034350042611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22837] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22837/stat : 22837 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032960547552 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22838] ppid=22817 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22819/task/22838/stat : 22838 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 7550 33554432000 4194304 4196468 140732852607344 140032959495088 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31652 KiB

[startup+0.210123 s]*
/proc/loadavg: 6.51 7.01 7.16 3/211 22838
/proc/meminfo: memFree=25715920/32770624 swapFree=66992472/67108860
[pid=22817] ppid=22814 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22817/stat : 22817 (xcsp3-exec) S 22814 22817 20811 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512672751 115843072 363 33554432000 4194304 5098028 140721085290672 140721085288776 140124863083132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15495168 140721085293394 140721085293653 140721085293653 140721085296582 0
/proc/22817/statm: 28282 363 304 221 0 87 0
[pid=22819] ppid=22817 vsize=28227396 memory=41376 CPUtime=0.33 cores=0-7
/proc/22819/stat : 22819 (java) S 22817 22817 20811 0 -1 1077944320 9532 0 0 0 30 3 0 0 20 0 20 0 512672751 28904853504 10344 33554432000 4194304 4196468 140732852607344 140732852589888 140034371088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
/proc/22819/statm: 7056849 10344 3310 1 0 7019032 0
[pid=22819/tid=22820] ppid=22817 vsize=28227396 memory=0 CPUtime=0.19 cores=0-7
/proc/22819/task/22820/stat : 22820 (java) R 22817 22817 20811 0 -1 4202560 6674 0 0 0 17 2 0 0 20 0 20 0 512672751 28904853504 10344 33554432000 4194304 4196468 140732852607344 140034375320032 140034355168606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22821] ppid=22817 vsize=28227396 memory=732370020717235173 CPUtime=0 cores=0-7
/proc/22819/task/22821/stat : 22821 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 10344 33554432000 4194304 4196468 140732852607344 140034323708688 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22822] ppid=22817 vsize=28227396 memory=139882379781760 CPUtime=0 cores=0-7
/proc/22819/task/22822/stat : 22822 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 10344 33554432000 4194304 4196468 140732852607344 140033920981904 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22823] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22823/stat : 22823 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 10344 33554432000 4194304 4196468 140732852607344 140033919929360 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22824] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22824/stat : 22824 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 10344 33554432000 4194304 4196468 140732852607344 140033918876816 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22825] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22825/stat : 22825 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 10344 33554432000 4194304 4196468 140732852607344 140033917823248 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22826] ppid=22817 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22819/task/22826/stat : 22826 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 10344 33554432000 4194304 4196468 140732852607344 140033916770704 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22827] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22827/stat : 22827 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 10344 33554432000 4194304 4196468 140732852607344 140033915718160 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22828] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22828/stat : 22828 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672752 28904853504 10344 33554432000 4194304 4196468 140732852607344 140033914665616 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22829] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22829/stat : 22829 (java) S 22817 22817 20811 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512672754 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032968968688 140034371099266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22830] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22830/stat : 22830 (java) S 22817 22817 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512672754 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032967914912 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22831] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22831/stat : 22831 (java) S 22817 22817 20811 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 512672754 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032966862320 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22832] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22832/stat : 22832 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032965810896 140034371106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22833] ppid=22817 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22819/task/22833/stat : 22833 (java) S 22817 22817 20811 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 20 0 512672757 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032964757488 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22834] ppid=22817 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22819/task/22834/stat : 22834 (java) S 22817 22817 20811 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 512672757 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032963704944 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22835] ppid=22817 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22819/task/22835/stat : 22835 (java) S 22817 22817 20811 0 -1 1077944384 302 0 0 0 1 0 0 0 20 0 20 0 512672757 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032962652400 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22836] ppid=22817 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/22819/task/22836/stat : 22836 (java) S 22817 22817 20811 0 -1 1077944384 743 0 0 0 8 0 0 0 20 0 20 0 512672757 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032961599856 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22837] ppid=22817 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22837/stat : 22837 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032960547552 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22838] ppid=22817 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22819/task/22838/stat : 22838 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672757 28904853504 10344 33554432000 4194304 4196468 140732852607344 140032959495088 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42828 KiB

[startup+0.309749 s]*
/proc/loadavg: 6.51 7.01 7.16 3/211 22838
/proc/meminfo: memFree=25708912/32770624 swapFree=66992472/67108860
[pid=22817] ppid=22814 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22817/stat : 22817 (xcsp3-exec) S 22814 22817 20811 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512672751 115843072 363 33554432000 4194304 5098028 140721085290672 140721085288776 140124863083132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15495168 140721085293394 140721085293653 140721085293653 140721085296582 0
/proc/22817/statm: 28282 363 304 221 0 87 0
[pid=22819] ppid=22817 vsize=28231652 memory=49600 CPUtime=0.52 cores=0-7
/proc/22819/stat : 22819 (java) S 22817 22817 20811 0 -1 1077944320 10811 0 0 0 48 4 0 0 20 0 20 0 512672751 28909211648 12400 33554432000 4194304 4196468 140732852607344 140732852589888 140034371088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
/proc/22819/statm: 7057913 12400 3351 1 0 7019032 0
[pid=22819/tid=22820] ppid=22817 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/22819/task/22820/stat : 22820 (java) R 22817 22817 20811 0 -1 4202560 7761 0 0 0 26 3 0 0 20 0 20 0 512672751 28909211648 12445 33554432000 4194304 4196468 140732852607344 140034375321904 140034363805082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22821] ppid=22817 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22821/stat : 22821 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28909211648 12445 33554432000 4194304 4196468 140732852607344 140034323708688 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22822] ppid=22817 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22822/stat : 22822 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28909211648 12445 33554432000 4194304 4196468 140732852607344 140033920981904 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22823] ppid=22817 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22823/stat : 22823 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512672752 28909211648 12445 33554432000 4194304 4196468 140732852607344 140033919929360 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22824] ppid=22817 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22824/stat : 22824 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28909211648 12445 33554432000 4194304 4196468 140732852607344 140033918876816 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22825] ppid=22817 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22825/stat : 22825 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28909211648 12445 33554432000 4194304 4196468 140732852607344 140033917823248 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22826] ppid=22817 vsize=28231652 memory=139882253085359 CPUtime=0 cores=0-7
/proc/22819/task/22826/stat : 22826 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512672752 28909211648 12445 33554432000 4194304 4196468 140732852607344 140033916770704 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22827] ppid=22817 vsize=28231652 memory=139882253087664 CPUtime=0 cores=0-7
/proc/22819/task/22827/stat : 22827 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672752 28909211648 12445 33554432000 4194304 4196468 140732852607344 140033915718160 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22828] ppid=22817 vsize=28231652 memory=139882253089968 CPUtime=0 cores=0-7
/proc/22819/task/22828/stat : 22828 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672752 28909211648 12445 33554432000 4194304 4196468 140732852607344 140033914665616 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22829] ppid=22817 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22829/stat : 22829 (java) S 22817 22817 20811 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512672754 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032968968688 140034371099266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22830] ppid=22817 vsize=28231652 memory=279764506193808 CPUtime=0 cores=0-7
/proc/22819/task/22830/stat : 22830 (java) S 22817 22817 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512672754 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032967914912 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22831] ppid=22817 vsize=28231652 memory=279764506191504 CPUtime=0 cores=0-7
/proc/22819/task/22831/stat : 22831 (java) S 22817 22817 20811 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 512672754 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032966862320 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22832] ppid=22817 vsize=28231652 memory=279764506198416 CPUtime=0 cores=0-7
/proc/22819/task/22832/stat : 22832 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672757 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032965810896 140034371106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22833] ppid=22817 vsize=28231652 memory=279764506139664 CPUtime=0.02 cores=0-7
/proc/22819/task/22833/stat : 22833 (java) S 22817 22817 20811 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 20 0 512672757 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032964757488 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22834] ppid=22817 vsize=28231652 memory=279764506212240 CPUtime=0.02 cores=0-7
/proc/22819/task/22834/stat : 22834 (java) S 22817 22817 20811 0 -1 1077944384 45 0 0 0 2 0 0 0 20 0 20 0 512672757 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032963704944 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22835] ppid=22817 vsize=28231652 memory=279764506219152 CPUtime=0.04 cores=0-7
/proc/22819/task/22835/stat : 22835 (java) R 22817 22817 20811 0 -1 4202560 393 0 0 0 4 0 0 0 20 0 20 0 512672757 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032962652400 140034354992032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22836] ppid=22817 vsize=28231652 memory=279764506216848 CPUtime=0.12 cores=0-7
/proc/22819/task/22836/stat : 22836 (java) S 22817 22817 20811 0 -1 1077944384 831 0 0 0 12 0 0 0 20 0 20 0 512672757 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032961599856 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22837] ppid=22817 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22837/stat : 22837 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512672757 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032960547552 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22838] ppid=22817 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/22819/task/22838/stat : 22838 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512672757 28909211648 12445 33554432000 4194304 4196468 140732852607344 140032959495088 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51052 KiB

[startup+0.701659 s]
/proc/loadavg: 6.51 7.01 7.16 2/211 22838
/proc/meminfo: memFree=25689808/32770624 swapFree=66992472/67108860
[pid=22817] ppid=22814 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22817/stat : 22817 (xcsp3-exec) S 22814 22817 20811 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512672751 115843072 363 33554432000 4194304 5098028 140721085290672 140721085288776 140124863083132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15495168 140721085293394 140721085293653 140721085293653 140721085296582 0
/proc/22817/statm: 28282 363 304 221 0 87 0
[pid=22819] ppid=22817 vsize=28766288 memory=102032 CPUtime=1.66 cores=0-7
/proc/22819/stat : 22819 (java) S 22817 22817 20811 0 -1 1077944320 15456 0 0 0 159 7 0 0 20 0 28 0 512672751 29456678912 25508 33554432000 4194304 4196468 140732852607344 140732852589888 140034371088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
/proc/22819/statm: 7191572 25508 3450 1 0 7152672 0
[pid=22819/tid=22820] ppid=22817 vsize=28766288 memory=0 CPUtime=0.64 cores=0-7
/proc/22819/task/22820/stat : 22820 (java) S 22817 22817 20811 0 -1 1077944384 9410 0 0 0 60 4 0 0 20 0 28 0 512672751 29456678912 25508 33554432000 4194304 4196468 140732852607344 140034375328896 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22821] ppid=22817 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22821/stat : 22821 (java) S 22817 22817 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512672752 29456678912 25508 33554432000 4194304 4196468 140732852607344 140034323708688 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22822] ppid=22817 vsize=28766288 memory=0 CPUtime=0 cores=0-7

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

[pid=22819/tid=22836] ppid=22817 vsize=28834900 memory=3905382224613538192 CPUtime=0.62 cores=0-7
/proc/22819/task/22836/stat : 22836 (java) R 22817 22817 20811 0 -1 1077944384 2862 0 0 0 61 1 0 0 20 0 28 0 512672757 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032961599856 140034371099266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22837] ppid=22817 vsize=28834900 memory=663770999429948521 CPUtime=0 cores=0-7
/proc/22819/task/22837/stat : 22837 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512672757 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032960547552 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22838] ppid=22817 vsize=28834900 memory=2319389199166349359 CPUtime=0 cores=0-7
/proc/22819/task/22838/stat : 22838 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512672757 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032959495088 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22927] ppid=22817 vsize=28834900 memory=3688501095537062963 CPUtime=0.7 cores=0-7
/proc/22819/task/22927/stat : 22927 (java) R 22817 22817 20811 0 -1 4202560 23 0 0 0 70 0 0 0 20 0 28 0 512672857 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032947355864 140034007918945 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22928] ppid=22817 vsize=28834900 memory=7162531440177276259 CPUtime=0.66 cores=0-7
/proc/22819/task/22928/stat : 22928 (java) R 22817 22817 20811 0 -1 4202560 22 0 0 0 66 0 0 0 20 0 28 0 512672857 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032950515128 140034007920045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22929] ppid=22817 vsize=28834900 memory=7162531440177276259 CPUtime=0.65 cores=0-7
/proc/22819/task/22929/stat : 22929 (java) R 22817 22817 20811 0 -1 4202560 27 0 0 0 65 0 0 0 20 0 28 0 512672857 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032945249368 140034007806004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22930] ppid=22817 vsize=28834900 memory=7162531440177276259 CPUtime=0.64 cores=0-7
/proc/22819/task/22930/stat : 22930 (java) R 22817 22817 20811 0 -1 4202560 21 0 0 0 64 0 0 0 20 0 28 0 512672857 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032943144888 140034007805011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22931] ppid=22817 vsize=28834900 memory=7162531440177276259 CPUtime=0.67 cores=0-7
/proc/22819/task/22931/stat : 22931 (java) R 22817 22817 20811 0 -1 4202560 18 0 0 0 67 0 0 0 20 0 28 0 512672857 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032942092472 140034007805781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22932] ppid=22817 vsize=28834900 memory=0 CPUtime=0.58 cores=0-7
/proc/22819/task/22932/stat : 22932 (java) R 22817 22817 20811 0 -1 4202560 18 0 0 0 58 0 0 0 20 0 28 0 512672857 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032948408936 140034007805963 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22933] ppid=22817 vsize=28834900 memory=0 CPUtime=0.64 cores=0-7
/proc/22819/task/22933/stat : 22933 (java) R 22817 22817 20811 0 -1 4202560 18 0 0 0 64 0 0 0 20 0 28 0 512672857 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032946302616 140034008339468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22934] ppid=22817 vsize=28834900 memory=0 CPUtime=0.66 cores=0-7
/proc/22819/task/22934/stat : 22934 (java) R 22817 22817 20811 0 -1 4202560 21 0 0 0 66 0 0 0 20 0 28 0 512672857 29526937600 50855 33554432000 4194304 4196468 140732852607344 140032949461928 140034009421319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
Current children cumulated CPU time: 11.62 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 204872 KiB

[startup+2.40166 s]
/proc/loadavg: 6.51 7.01 7.16 13/219 22934
/proc/meminfo: memFree=25554868/32770624 swapFree=66992472/67108860
[pid=22817] ppid=22814 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22817/stat : 22817 (xcsp3-exec) S 22814 22817 20811 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512672751 115843072 363 33554432000 4194304 5098028 140721085290672 140721085288776 140124863083132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15495168 140721085293394 140721085293653 140721085293653 140721085296582 0
/proc/22817/statm: 28282 363 304 221 0 87 0
[pid=22819] ppid=22817 vsize=28834900 memory=205864 CPUtime=14.74 cores=0-7
/proc/22819/stat : 22819 (java) S 22817 22817 20811 0 -1 1077944320 25289 0 0 0 1462 12 0 0 20 0 28 0 512672751 29526937600 51466 33554432000 4194304 4196468 140732852607344 140732852589888 140034371088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
/proc/22819/statm: 7208725 51466 3487 1 0 7169825 0
[pid=22819/tid=22820] ppid=22817 vsize=28834900 memory=21304 CPUtime=0.65 cores=0-7
/proc/22819/task/22820/stat : 22820 (java) S 22817 22817 20811 0 -1 1077944384 9416 0 0 0 61 4 0 0 20 0 28 0 512672751 29526937600 51466 33554432000 4194304 4196468 140732852607344 140034375328896 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22821] ppid=22817 vsize=28834900 memory=512 CPUtime=0 cores=0-7
/proc/22819/task/22821/stat : 22821 (java) S 22817 22817 20811 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51466 33554432000 4194304 4196468 140732852607344 140034323708688 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22822] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22822/stat : 22822 (java) S 22817 22817 20811 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51466 33554432000 4194304 4196468 140732852607344 140033920981904 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22823] ppid=22817 vsize=28834900 memory=2241 CPUtime=0 cores=0-7
/proc/22819/task/22823/stat : 22823 (java) S 22817 22817 20811 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51466 33554432000 4194304 4196468 140732852607344 140033919929360 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22824] ppid=22817 vsize=28834900 memory=2244 CPUtime=0 cores=0-7
/proc/22819/task/22824/stat : 22824 (java) S 22817 22817 20811 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51466 33554432000 4194304 4196468 140732852607344 140033918876816 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22825] ppid=22817 vsize=28834900 memory=7738712903660486758 CPUtime=0 cores=0-7
/proc/22819/task/22825/stat : 22825 (java) S 22817 22817 20811 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51466 33554432000 4194304 4196468 140732852607344 140033917823248 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22826] ppid=22817 vsize=28834900 memory=7233182771427631980 CPUtime=0 cores=0-7
/proc/22819/task/22826/stat : 22826 (java) S 22817 22817 20811 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51466 33554432000 4194304 4196468 140732852607344 140033916770704 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22827] ppid=22817 vsize=28834900 memory=5931329015123165280 CPUtime=0 cores=0-7
/proc/22819/task/22827/stat : 22827 (java) S 22817 22817 20811 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51466 33554432000 4194304 4196468 140732852607344 140033915718160 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22828] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22828/stat : 22828 (java) S 22817 22817 20811 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51466 33554432000 4194304 4196468 140732852607344 140033914665616 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22829] ppid=22817 vsize=28834900 memory=2241 CPUtime=0 cores=0-7
/proc/22819/task/22829/stat : 22829 (java) S 22817 22817 20811 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 512672754 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032968968688 140034371099266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22830] ppid=22817 vsize=28834900 memory=2244 CPUtime=0 cores=0-7
/proc/22819/task/22830/stat : 22830 (java) S 22817 22817 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 512672754 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032967914912 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22831] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22831/stat : 22831 (java) S 22817 22817 20811 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 512672754 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032966862320 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22832] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22832/stat : 22832 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512672757 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032965810896 140034371106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22833] ppid=22817 vsize=28834900 memory=0 CPUtime=1.34 cores=0-7
/proc/22819/task/22833/stat : 22833 (java) R 22817 22817 20811 0 -1 4202560 3136 0 0 0 134 0 0 0 20 0 28 0 512672757 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032964757488 140034349492007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22834] ppid=22817 vsize=28834900 memory=1452 CPUtime=1.2 cores=0-7
/proc/22819/task/22834/stat : 22834 (java) R 22817 22817 20811 0 -1 1077944384 3338 0 0 0 119 1 0 0 20 0 28 0 512672757 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032963704944 140034371099266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22835] ppid=22817 vsize=28834900 memory=199328 CPUtime=1.54 cores=0-7
/proc/22819/task/22835/stat : 22835 (java) R 22817 22817 20811 0 -1 4202560 3159 0 0 0 153 1 0 0 20 0 28 0 512672757 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032962652400 140034357110272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22836] ppid=22817 vsize=28834900 memory=0 CPUtime=0.63 cores=0-7
/proc/22819/task/22836/stat : 22836 (java) S 22817 22817 20811 0 -1 1077944384 2869 0 0 0 62 1 0 0 20 0 28 0 512672757 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032961599856 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22837] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22837/stat : 22837 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512672757 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032960547552 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22838] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22838/stat : 22838 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512672757 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032959495088 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22927] ppid=22817 vsize=28834900 memory=0 CPUtime=1.02 cores=0-7
/proc/22819/task/22927/stat : 22927 (java) R 22817 22817 20811 0 -1 4202560 23 0 0 0 102 0 0 0 20 0 28 0 512672857 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032947355768 140034007806318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22928] ppid=22817 vsize=28834900 memory=0 CPUtime=1.03 cores=0-7
/proc/22819/task/22928/stat : 22928 (java) R 22817 22817 20811 0 -1 4202560 22 0 0 0 103 0 0 0 20 0 28 0 512672857 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032950514712 140034008374594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22929] ppid=22817 vsize=28834900 memory=0 CPUtime=0.98 cores=0-7
/proc/22819/task/22929/stat : 22929 (java) R 22817 22817 20811 0 -1 4202560 27 0 0 0 98 0 0 0 20 0 28 0 512672857 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032945251360 140034009376516 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22930] ppid=22817 vsize=28834900 memory=0 CPUtime=0.83 cores=0-7
/proc/22819/task/22930/stat : 22930 (java) R 22817 22817 20811 0 -1 4202560 21 0 0 0 83 0 0 0 20 0 28 0 512672857 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032943144272 140034007805136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22931] ppid=22817 vsize=28834900 memory=0 CPUtime=0.94 cores=0-7
/proc/22819/task/22931/stat : 22931 (java) R 22817 22817 20811 0 -1 4202560 18 0 0 0 94 0 0 0 20 0 28 0 512672857 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032942092616 140034008500715 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22932] ppid=22817 vsize=28834900 memory=0 CPUtime=0.87 cores=0-7
/proc/22819/task/22932/stat : 22932 (java) R 22817 22817 20811 0 -1 4202560 19 0 0 0 87 0 0 0 20 0 28 0 512672857 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032948409048 140034009140499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22933] ppid=22817 vsize=28834900 memory=0 CPUtime=1.03 cores=0-7
/proc/22819/task/22933/stat : 22933 (java) R 22817 22817 20811 0 -1 4202560 18 0 0 0 103 0 0 0 20 0 28 0 512672857 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032946304840 140034008375224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22934] ppid=22817 vsize=28834900 memory=0 CPUtime=0.99 cores=0-7
/proc/22819/task/22934/stat : 22934 (java) R 22817 22817 20811 0 -1 4202560 21 0 0 0 99 0 0 0 20 0 28 0 512672857 29526937600 51466 33554432000 4194304 4196468 140732852607344 140032949461928 140034007807116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
Current children cumulated CPU time: 14.74 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 207316 KiB

[startup+2.50166 s]
/proc/loadavg: 6.51 7.01 7.16 13/219 22934
/proc/meminfo: memFree=25554868/32770624 swapFree=66992472/67108860
[pid=22817] ppid=22814 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22817/stat : 22817 (xcsp3-exec) S 22814 22817 20811 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512672751 115843072 363 33554432000 4194304 5098028 140721085290672 140721085288776 140124863083132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15495168 140721085293394 140721085293653 140721085293653 140721085296582 0
/proc/22817/statm: 28282 363 304 221 0 87 0
[pid=22819] ppid=22817 vsize=28834900 memory=207912 CPUtime=15.54 cores=0-7
/proc/22819/stat : 22819 (java) S 22817 22817 20811 0 -1 1077944320 25307 0 0 0 1542 12 0 0 20 0 28 0 512672751 29526937600 51978 33554432000 4194304 4196468 140732852607344 140732852589888 140034371088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
/proc/22819/statm: 7208725 51978 3487 1 0 7169825 0
[pid=22819/tid=22820] ppid=22817 vsize=28834900 memory=4134930498285298233 CPUtime=0.65 cores=0-7
/proc/22819/task/22820/stat : 22820 (java) S 22817 22817 20811 0 -1 1077944384 9416 0 0 0 61 4 0 0 20 0 28 0 512672751 29526937600 51978 33554432000 4194304 4196468 140732852607344 140034375328896 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22821] ppid=22817 vsize=28834900 memory=18436 CPUtime=0 cores=0-7
/proc/22819/task/22821/stat : 22821 (java) S 22817 22817 20811 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51978 33554432000 4194304 4196468 140732852607344 140034323708688 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22822] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22822/stat : 22822 (java) S 22817 22817 20811 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51978 33554432000 4194304 4196468 140732852607344 140033920981904 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22823] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22823/stat : 22823 (java) S 22817 22817 20811 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51978 33554432000 4194304 4196468 140732852607344 140033919929360 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22824] ppid=22817 vsize=28834900 memory=199436 CPUtime=0 cores=0-7
/proc/22819/task/22824/stat : 22824 (java) S 22817 22817 20811 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51978 33554432000 4194304 4196468 140732852607344 140033918876816 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22825] ppid=22817 vsize=28834900 memory=195668 CPUtime=0 cores=0-7
/proc/22819/task/22825/stat : 22825 (java) S 22817 22817 20811 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51978 33554432000 4194304 4196468 140732852607344 140033917823248 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22826] ppid=22817 vsize=28834900 memory=65 CPUtime=0 cores=0-7
/proc/22819/task/22826/stat : 22826 (java) S 22817 22817 20811 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51978 33554432000 4194304 4196468 140732852607344 140033916770704 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22827] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22827/stat : 22827 (java) S 22817 22817 20811 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51978 33554432000 4194304 4196468 140732852607344 140033915718160 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22828] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22828/stat : 22828 (java) S 22817 22817 20811 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 512672752 29526937600 51978 33554432000 4194304 4196468 140732852607344 140033914665616 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22829] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22829/stat : 22829 (java) S 22817 22817 20811 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 512672754 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032968968688 140034371099266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22830] ppid=22817 vsize=28834900 memory=1060 CPUtime=0 cores=0-7
/proc/22819/task/22830/stat : 22830 (java) S 22817 22817 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 512672754 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032967914912 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22831] ppid=22817 vsize=28834900 memory=2828 CPUtime=0 cores=0-7
/proc/22819/task/22831/stat : 22831 (java) S 22817 22817 20811 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 512672754 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032966862320 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22832] ppid=22817 vsize=28834900 memory=756 CPUtime=0 cores=0-7
/proc/22819/task/22832/stat : 22832 (java) S 22817 22817 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512672757 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032965810896 140034371106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22833] ppid=22817 vsize=28834900 memory=1548 CPUtime=1.34 cores=0-7
/proc/22819/task/22833/stat : 22833 (java) S 22817 22817 20811 0 -1 1077944384 3140 0 0 0 134 0 0 0 20 0 28 0 512672757 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032964757488 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22834] ppid=22817 vsize=28834900 memory=8248 CPUtime=1.22 cores=0-7
/proc/22819/task/22834/stat : 22834 (java) R 22817 22817 20811 0 -1 1077944384 3343 0 0 0 121 1 0 0 20 0 28 0 512672757 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032963704944 140034371099266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22835] ppid=22817 vsize=28834900 memory=1164 CPUtime=1.55 cores=0-7
/proc/22819/task/22835/stat : 22835 (java) S 22817 22817 20811 0 -1 1077944384 3163 0 0 0 154 1 0 0 20 0 28 0 512672757 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032962652400 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22836] ppid=22817 vsize=28834900 memory=6791534058613427641 CPUtime=0.64 cores=0-7
/proc/22819/task/22836/stat : 22836 (java) S 22817 22817 20811 0 -1 1077944384 2873 0 0 0 63 1 0 0 20 0 28 0 512672757 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032961599856 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22837] ppid=22817 vsize=28834900 memory=14008 CPUtime=0 cores=0-7
/proc/22819/task/22837/stat : 22837 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512672757 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032960547552 140034371098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22838] ppid=22817 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/22819/task/22838/stat : 22838 (java) S 22817 22817 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512672757 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032959495088 140034371099266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22927] ppid=22817 vsize=28834900 memory=79 CPUtime=1.12 cores=0-7
/proc/22819/task/22927/stat : 22927 (java) R 22817 22817 20811 0 -1 4202560 23 0 0 0 112 0 0 0 20 0 28 0 512672857 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032947355768 140034008406763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22928] ppid=22817 vsize=28834900 memory=76 CPUtime=1.13 cores=0-7
/proc/22819/task/22928/stat : 22928 (java) R 22817 22817 20811 0 -1 4202560 22 0 0 0 113 0 0 0 20 0 28 0 512672857 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032950514712 140034008430004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22929] ppid=22817 vsize=28834900 memory=75 CPUtime=1.08 cores=0-7
/proc/22819/task/22929/stat : 22929 (java) R 22817 22817 20811 0 -1 4202560 27 0 0 0 108 0 0 0 20 0 28 0 512672857 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032945251360 140034007805306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22930] ppid=22817 vsize=28834900 memory=68 CPUtime=0.92 cores=0-7
/proc/22819/task/22930/stat : 22930 (java) R 22817 22817 20811 0 -1 4202560 21 0 0 0 92 0 0 0 20 0 28 0 512672857 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032943145368 140034007784432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22931] ppid=22817 vsize=28834900 memory=74 CPUtime=1.04 cores=0-7
/proc/22819/task/22931/stat : 22931 (java) R 22817 22817 20811 0 -1 4202560 18 0 0 0 104 0 0 0 20 0 28 0 512672857 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032942093112 140034007806857 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22932] ppid=22817 vsize=28834900 memory=66 CPUtime=0.97 cores=0-7
/proc/22819/task/22932/stat : 22932 (java) R 22817 22817 20811 0 -1 4202560 20 0 0 0 97 0 0 0 20 0 28 0 512672857 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032948408904 140034009520160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22933] ppid=22817 vsize=28834900 memory=74 CPUtime=1.13 cores=0-7
/proc/22819/task/22933/stat : 22933 (java) R 22817 22817 20811 0 -1 4202560 18 0 0 0 113 0 0 0 20 0 28 0 512672857 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032946304840 140034007919871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
[pid=22819/tid=22934] ppid=22817 vsize=28834900 memory=71 CPUtime=1.07 cores=0-7
/proc/22819/task/22934/stat : 22934 (java) R 22817 22817 20811 0 -1 4202560 21 0 0 0 107 0 0 0 20 0 28 0 512672857 29526937600 51978 33554432000 4194304 4196468 140732852607344 140032949461928 140034008426040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9527296 140732852610006 140732852610182 140732852610182 140732852613071 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 209364 KiB

Child status: 0
Real time (s): 2.54066
CPU time (s): 15.7853
CPU user time (s): 15.6548
CPU system time (s): 0.130468
CPU usage (%): 621.307
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 209364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6548
system time used= 0.130468
maximum resident set size= 209284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25914
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4401
involuntary context switches= 537


# summary of solver processes directly reported to runsolver:
#   pid: 22817
#   total CPU time (s): 15.7853
#   total CPU user time (s): 15.6548
#   total CPU system time (s): 0.130468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040728 second user time and 0.066836 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-25 00:27:39
IDJOB=4407009
IDBENCH=141376
IDSOLVER=2871
FILE ID=node121/4407009-1569364102
RUNJOBID= node121-1569357356-20838
PBS_JOBID= 21705107
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.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-4407009-1569364102/watcher-4407009-1569364102 -o /var/tmp/evaluation-result-4407009-1569364102/solver-4407009-1569364102 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1569357356-20838 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 297929805 HOME/instance-4407009-1569364102.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=297929805

node121.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.75
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.75
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.75
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.75
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:        25744416 kB
MemAvailable:   31844188 kB
Buffers:          156000 kB
Cached:          6034260 kB
SwapCached:         4680 kB
Active:          3072280 kB
Inactive:        3126556 kB
Active(anon):       3544 kB
Inactive(anon):    55024 kB
Active(file):    3068736 kB
Inactive(file):  3071532 kB
Unevictable:      109592 kB
Mlocked:          109592 kB
SwapTotal:      67108860 kB
SwapFree:       66992472 kB
Dirty:             26296 kB
Writeback:             0 kB
AnonPages:        113460 kB
Mapped:            53748 kB
Shmem:             41156 kB
Slab:             417332 kB
SReclaimable:     387964 kB
SUnreclaim:        29368 kB
KernelStack:        3776 kB
PageTables:         6176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514980 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node121 at 2019-09-25 00:27:41