Trace number 4404297

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallelSAT 160.686 54.1465

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s10c-table.xml
MD5SUM8248e4e11a775a898590caffd4c1e549
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.54494
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":49},{"degree":4,"count":32}]
Minimum constraint arity9
Maximum constraint arity32
Distribution of constraint arities[{"arity":9,"count":27},{"arity":32,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404297-1568994537.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404297-1568994537.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
121.25/44.96	c solve instance...
160.43/54.05	s SATISFIABLE
160.43/54.05	v <instantiation>
160.43/54.05	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
160.43/54.05	v 	<values>1 9 3 6 7 2 4 8 5 4 6 2 3 5 8 9 7 1 7 8 5 9 1 4 6 2 3 5 3 8 2 9 6 7 1 4 6 7 4 1 3 5 2 9 8 2 1 9 4 8 7 3 5 6 8 2 6 7 4 1 5 3 9 9 4 1 5 2 3 8 6 7 3 5 7 8 6 9 1 4 2 </values>
160.43/54.05	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7419 MiB free)
  memory of node 1: 16384 MiB (6428 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404297-1568994537/watcher-4404297-1568994537 -o /var/tmp/evaluation-result-4404297-1568994537/solver-4404297-1568994537 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1547692152 HOME/instance-4404297-1568994537.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=16212, runsolver pid=16209
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 7.48 7.34 7.35 3/211 16233
/proc/meminfo: memFree=14162588/32770624 swapFree=66972280/67108860
[pid=16212] ppid=16209 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16212/stat : 16212 (xcsp3-exec) S 16209 16212 16074 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475395530 115843072 362 33554432000 4194304 5098028 140729256177600 140729256175704 140166145065596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37146624 140729256186705 140729256186965 140729256186965 140729256189894 0
/proc/16212/statm: 28282 362 304 221 0 87 0
[pid=16214] ppid=16212 vsize=28227396 memory=30200 CPUtime=0.12 cores=0-7
/proc/16214/stat : 16214 (java) S 16212 16212 16074 0 -1 1077944320 5510 0 0 0 11 1 0 0 20 0 20 0 475395530 28904853504 7550 33554432000 4194304 4196468 140726974659616 140726974642160 139792032882423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
/proc/16214/statm: 7056849 7550 3122 1 0 7019032 0
[pid=16214/tid=16215] ppid=16212 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/16214/task/16215/stat : 16215 (java) R 16212 16212 16074 0 -1 4202560 3429 0 0 0 8 1 0 0 20 0 20 0 475395530 28904853504 7550 33554432000 4194304 4196468 140726974659616 139792037112832 139792032894358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16216] ppid=16212 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16214/task/16216/stat : 16216 (java) S 16212 16212 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791584733584 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16217] ppid=16212 vsize=28227396 memory=140379885196928 CPUtime=0 cores=0-7
/proc/16214/task/16217/stat : 16217 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791583680784 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16218] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16218/stat : 16218 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791582628496 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16219] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16219/stat : 16219 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791581575696 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16220] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16220/stat : 16220 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791580523408 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16221] ppid=16212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16214/task/16221/stat : 16221 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791579470608 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16222] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16222/stat : 16222 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791578418320 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16223] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16223/stat : 16223 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791577365520 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16224] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16224/stat : 16224 (java) S 16212 16212 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475395533 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791149176944 139792032893570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16225] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16225/stat : 16225 (java) S 16212 16212 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475395533 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791148122912 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16226] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16226/stat : 16226 (java) S 16212 16212 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475395533 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791147070576 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16227] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16227/stat : 16227 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791146018896 139792032901019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16228] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16228/stat : 16228 (java) R 16212 16212 16074 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791144966768 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16229] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16229/stat : 16229 (java) R 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791143913968 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16230] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16230/stat : 16230 (java) R 16212 16212 16074 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791142861680 139792016281596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16231] ppid=16212 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16214/task/16231/stat : 16231 (java) R 16212 16212 16074 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 20 0 475395536 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791141808880 139792025119550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16232] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16232/stat : 16232 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791140755808 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16233] ppid=16212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16214/task/16233/stat : 16233 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 7550 33554432000 4194304 4196468 140726974659616 139791139703088 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31648 KiB

[startup+0.210539 s]*
/proc/loadavg: 7.48 7.34 7.35 3/211 16233
/proc/meminfo: memFree=14150724/32770624 swapFree=66972280/67108860
[pid=16212] ppid=16209 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16212/stat : 16212 (xcsp3-exec) S 16209 16212 16074 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475395530 115843072 362 33554432000 4194304 5098028 140729256177600 140729256175704 140166145065596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37146624 140729256186705 140729256186965 140729256186965 140729256189894 0
/proc/16212/statm: 28282 362 304 221 0 87 0
[pid=16214] ppid=16212 vsize=28227396 memory=40600 CPUtime=0.33 cores=0-7
/proc/16214/stat : 16214 (java) S 16212 16212 16074 0 -1 1077944320 8907 0 0 0 30 3 0 0 20 0 20 0 475395530 28904853504 10150 33554432000 4194304 4196468 140726974659616 140726974642160 139792032882423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
/proc/16214/statm: 7056849 10150 3264 1 0 7019032 0
[pid=16214/tid=16215] ppid=16212 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16214/task/16215/stat : 16215 (java) R 16212 16212 16074 0 -1 4202560 6196 0 0 0 17 2 0 0 20 0 20 0 475395530 28904853504 10150 33554432000 4194304 4196468 140726974659616 139792037120160 139792032894358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16216] ppid=16212 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/16214/task/16216/stat : 16216 (java) S 16212 16212 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791584733584 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16217] ppid=16212 vsize=28227396 memory=288370756036908672 CPUtime=0 cores=0-7
/proc/16214/task/16217/stat : 16217 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791583680784 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16218] ppid=16212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16214/task/16218/stat : 16218 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791582628496 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16219] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16219/stat : 16219 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791581575696 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16220] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16220/stat : 16220 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791580523408 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16221] ppid=16212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16214/task/16221/stat : 16221 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791579470608 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16222] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16222/stat : 16222 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791578418320 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16223] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16223/stat : 16223 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791577365520 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16224] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16224/stat : 16224 (java) S 16212 16212 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475395533 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791149176944 139792032893570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16225] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16225/stat : 16225 (java) S 16212 16212 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475395533 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791148122912 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16226] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16226/stat : 16226 (java) S 16212 16212 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475395533 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791147070576 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16227] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16227/stat : 16227 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791146018896 139792032901019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16228] ppid=16212 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16214/task/16228/stat : 16228 (java) S 16212 16212 16074 0 -1 1077944384 412 0 0 0 1 0 0 0 20 0 20 0 475395536 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791144966768 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16229] ppid=16212 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16214/task/16229/stat : 16229 (java) S 16212 16212 16074 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 20 0 475395536 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791143913968 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16230] ppid=16212 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16214/task/16230/stat : 16230 (java) S 16212 16212 16074 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 20 0 475395536 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791142861680 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16231] ppid=16212 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/16214/task/16231/stat : 16231 (java) R 16212 16212 16074 0 -1 4202560 756 0 0 0 7 0 0 0 20 0 20 0 475395536 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791141808880 139792025119550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16232] ppid=16212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16232/stat : 16232 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791140755808 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16233] ppid=16212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16214/task/16233/stat : 16233 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395536 28904853504 10150 33554432000 4194304 4196468 140726974659616 139791139703088 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42048 KiB

[startup+0.320757 s]*
/proc/loadavg: 6.96 7.23 7.31 2/211 16233
/proc/meminfo: memFree=14143688/32770624 swapFree=66972280/67108860
[pid=16212] ppid=16209 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16212/stat : 16212 (xcsp3-exec) S 16209 16212 16074 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475395530 115843072 362 33554432000 4194304 5098028 140729256177600 140729256175704 140166145065596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37146624 140729256186705 140729256186965 140729256186965 140729256189894 0
/proc/16212/statm: 28282 362 304 221 0 87 0
[pid=16214] ppid=16212 vsize=28231652 memory=49940 CPUtime=0.52 cores=0-7
/proc/16214/stat : 16214 (java) S 16212 16212 16074 0 -1 1077944320 10319 0 0 0 48 4 0 0 20 0 20 0 475395530 28909211648 12485 33554432000 4194304 4196468 140726974659616 140726974642160 139792032882423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
/proc/16214/statm: 7057913 12485 3320 1 0 7019032 0
[pid=16214/tid=16215] ppid=16212 vsize=28231652 memory=8317482817917895235 CPUtime=0.31 cores=0-7
/proc/16214/task/16215/stat : 16215 (java) R 16212 16212 16074 0 -1 4202560 7456 0 0 0 28 3 0 0 20 0 20 0 475395530 28909211648 12485 33554432000 4194304 4196468 140726974659616 139792037114880 139792016962910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16216] ppid=16212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16216/stat : 16216 (java) S 16212 16212 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475395531 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791584733584 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16217] ppid=16212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16217/stat : 16217 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791583680784 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16218] ppid=16212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16218/stat : 16218 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791582628496 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16219] ppid=16212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16219/stat : 16219 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791581575696 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16220] ppid=16212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16220/stat : 16220 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791580523408 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16221] ppid=16212 vsize=28231652 memory=140379731094191 CPUtime=0 cores=0-7
/proc/16214/task/16221/stat : 16221 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791579470608 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16222] ppid=16212 vsize=28231652 memory=140379731096496 CPUtime=0 cores=0-7
/proc/16214/task/16222/stat : 16222 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475395531 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791578418320 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16223] ppid=16212 vsize=28231652 memory=140379731098800 CPUtime=0 cores=0-7
/proc/16214/task/16223/stat : 16223 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395531 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791577365520 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16224] ppid=16212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16224/stat : 16224 (java) S 16212 16212 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475395533 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791149176944 139792032893570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16225] ppid=16212 vsize=28231652 memory=280759462211472 CPUtime=0 cores=0-7
/proc/16214/task/16225/stat : 16225 (java) S 16212 16212 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475395533 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791148122912 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16226] ppid=16212 vsize=28231652 memory=280759462209168 CPUtime=0 cores=0-7
/proc/16214/task/16226/stat : 16226 (java) S 16212 16212 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475395533 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791147070576 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16227] ppid=16212 vsize=28231652 memory=280759462216080 CPUtime=0 cores=0-7
/proc/16214/task/16227/stat : 16227 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395536 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791146018896 139792032901019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16228] ppid=16212 vsize=28231652 memory=280759462157360 CPUtime=0.02 cores=0-7
/proc/16214/task/16228/stat : 16228 (java) S 16212 16212 16074 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 20 0 475395536 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791144966768 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16229] ppid=16212 vsize=28231652 memory=280759462229904 CPUtime=0.02 cores=0-7
/proc/16214/task/16229/stat : 16229 (java) S 16212 16212 16074 0 -1 1077944384 67 0 0 0 2 0 0 0 20 0 20 0 475395536 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791143913968 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16230] ppid=16212 vsize=28231652 memory=280759462236816 CPUtime=0.02 cores=0-7
/proc/16214/task/16230/stat : 16230 (java) S 16212 16212 16074 0 -1 1077944384 190 0 0 0 2 0 0 0 20 0 20 0 475395536 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791142861680 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16231] ppid=16212 vsize=28231652 memory=280759462234512 CPUtime=0.12 cores=0-7
/proc/16214/task/16231/stat : 16231 (java) S 16212 16212 16074 0 -1 1077944384 907 0 0 0 12 0 0 0 20 0 20 0 475395536 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791141808880 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16232] ppid=16212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16232/stat : 16232 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475395536 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791140755808 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16233] ppid=16212 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16214/task/16233/stat : 16233 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475395536 28909211648 12485 33554432000 4194304 4196468 140726974659616 139791139703088 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51388 KiB

[startup+0.701021 s]
/proc/loadavg: 6.96 7.23 7.31 6/211 16233
/proc/meminfo: memFree=14037660/32770624 swapFree=66972280/67108860
[pid=16212] ppid=16209 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16212/stat : 16212 (xcsp3-exec) S 16209 16212 16074 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475395530 115843072 362 33554432000 4194304 5098028 140729256177600 140729256175704 140166145065596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37146624 140729256186705 140729256186965 140729256186965 140729256189894 0
/proc/16212/statm: 28282 362 304 221 0 87 0
[pid=16214] ppid=16212 vsize=28233776 memory=266860 CPUtime=1.58 cores=0-7
/proc/16214/stat : 16214 (java) S 16212 16212 16074 0 -1 1077944320 13555 0 0 0 147 11 0 0 20 0 20 0 475395530 28911386624 66715 33554432000 4194304 4196468 140726974659616 140726974642160 139792032882423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
/proc/16214/statm: 7058444 66715 3455 1 0 7019544 0
[pid=16214/tid=16215] ppid=16212 vsize=28233776 memory=0 CPUtime=0.65 cores=0-7
/proc/16214/task/16215/stat : 16215 (java) R 16212 16212 16074 0 -1 4202560 7894 0 0 0 60 5 0 0 20 0 20 0 475395530 28911386624 66715 33554432000 4194304 4196468 140726974659616 139792037119136 139791673743678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16216] ppid=16212 vsize=28233776 memory=140379731305328 CPUtime=0 cores=0-7
/proc/16214/task/16216/stat : 16216 (java) S 16212 16212 16074 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 475395531 28911386624 66715 33554432000 4194304 4196468 140726974659616 139791584733584 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16217] ppid=16212 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16214/task/16217/stat : 16217 (java) S 16212 16212 16074 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 475395531 28911386624 66715 33554432000 4194304 4196468 140726974659616 139791583680784 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16218] ppid=16212 vsize=28233776 memory=1200 CPUtime=0.01 cores=0-7
/proc/16214/task/16218/stat : 16218 (java) S 16212 16212 16074 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 20 0 475395531 28911386624 66715 33554432000 4194304 4196468 140726974659616 139791582628496 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0

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

[pid=16214/tid=16221] ppid=16212 vsize=28433468 memory=62 CPUtime=14.49 cores=0-7
/proc/16214/task/16221/stat : 16221 (java) S 16212 16212 16074 0 -1 1077944384 80208 0 0 0 1170 279 0 0 20 0 23 0 475395531 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791579470608 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16222] ppid=16212 vsize=28433468 memory=53 CPUtime=14.39 cores=0-7
/proc/16214/task/16222/stat : 16222 (java) S 16212 16212 16074 0 -1 1077944384 54550 0 0 0 1130 309 0 0 20 0 23 0 475395531 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791578418320 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16223] ppid=16212 vsize=28433468 memory=60 CPUtime=14.32 cores=0-7
/proc/16214/task/16223/stat : 16223 (java) S 16212 16212 16074 0 -1 1077944384 56174 0 0 0 1154 278 0 0 20 0 23 0 475395531 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791577365520 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16224] ppid=16212 vsize=28433468 memory=40 CPUtime=11.51 cores=0-7
/proc/16214/task/16224/stat : 16224 (java) R 16212 16212 16074 0 -1 4202560 19260 0 0 0 1117 34 0 0 20 0 23 0 475395533 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791149175376 139792017583056 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16225] ppid=16212 vsize=28433468 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16214/task/16225/stat : 16225 (java) S 16212 16212 16074 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 23 0 475395533 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791148122976 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16226] ppid=16212 vsize=28433468 memory=12234300 CPUtime=0 cores=0-7
/proc/16214/task/16226/stat : 16226 (java) S 16212 16212 16074 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 23 0 475395533 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791147070592 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16227] ppid=16212 vsize=28433468 memory=804 CPUtime=0 cores=0-7
/proc/16214/task/16227/stat : 16227 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 475395536 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791146018896 139792032901019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16228] ppid=16212 vsize=28433468 memory=4100 CPUtime=0.65 cores=0-7
/proc/16214/task/16228/stat : 16228 (java) S 16212 16212 16074 0 -1 1077944384 3401 0 0 0 64 1 0 0 20 0 23 0 475395536 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791144966816 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16229] ppid=16212 vsize=28433468 memory=1804 CPUtime=0.68 cores=0-7
/proc/16214/task/16229/stat : 16229 (java) S 16212 16212 16074 0 -1 1077944384 4217 0 0 0 67 1 0 0 20 0 23 0 475395536 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791143913728 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16230] ppid=16212 vsize=28433468 memory=920 CPUtime=0.63 cores=0-7
/proc/16214/task/16230/stat : 16230 (java) S 16212 16212 16074 0 -1 1077944384 2696 0 0 0 62 1 0 0 20 0 23 0 475395536 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791142846672 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16231] ppid=16212 vsize=28433468 memory=4112 CPUtime=0.5 cores=0-7
/proc/16214/task/16231/stat : 16231 (java) S 16212 16212 16074 0 -1 1077944384 5331 0 0 0 48 2 0 0 20 0 23 0 475395536 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791141808928 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16232] ppid=16212 vsize=28433468 memory=12234300 CPUtime=0 cores=0-7
/proc/16214/task/16232/stat : 16232 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 475395536 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791140755808 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16233] ppid=16212 vsize=28433468 memory=1448 CPUtime=0.03 cores=0-7
/proc/16214/task/16233/stat : 16233 (java) S 16212 16212 16074 0 -1 1077944384 527 0 0 0 1 2 0 0 20 0 23 0 475395536 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791139703088 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16237] ppid=16212 vsize=28433468 memory=12234300 CPUtime=0 cores=0-7
/proc/16214/task/16237/stat : 16237 (java) S 16212 16212 16074 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 23 0 475400027 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791130487104 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16238] ppid=16212 vsize=28433468 memory=10323826312961 CPUtime=0 cores=0-7
/proc/16214/task/16238/stat : 16238 (java) S 16212 16212 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 23 0 475400027 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791129436304 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16239] ppid=16212 vsize=28433468 memory=10418315593217 CPUtime=0 cores=0-7
/proc/16214/task/16239/stat : 16239 (java) S 16212 16212 16074 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 23 0 475400027 29115871232 3058575 33554432000 4194304 4196468 140726974659616 139791128385040 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
Current children cumulated CPU time: 156.18 s
Current children cumulated vsize: 28546596 KiB
Current children cumulated memory: 12235748 KiB

[startup+53.6018 s]
/proc/loadavg: 4.37 6.45 7.04 2/214 16239
/proc/meminfo: memFree=1936352/32770624 swapFree=66972280/67108860
[pid=16212] ppid=16209 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16212/stat : 16212 (xcsp3-exec) S 16209 16212 16074 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475395530 115843072 362 33554432000 4194304 5098028 140729256177600 140729256175704 140166145065596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37146624 140729256186705 140729256186965 140729256186965 140729256189894 0
/proc/16212/statm: 28282 362 304 221 0 87 0
[pid=16214] ppid=16212 vsize=28766288 memory=12243748 CPUtime=157.32 cores=0-7
/proc/16214/stat : 16214 (java) S 16212 16212 16074 0 -1 1077944320 602665 0 0 0 13295 2437 0 0 20 0 28 0 475395530 29456678912 3060937 33554432000 4194304 4196468 140726974659616 140726974642160 139792032882423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
/proc/16214/statm: 7191572 3060937 3513 1 0 7152672 0
[pid=16214/tid=16215] ppid=16212 vsize=28766288 memory=4639948313719891052 CPUtime=26.86 cores=0-7
/proc/16214/task/16215/stat : 16215 (java) S 16212 16212 16074 0 -1 1077944384 26087 0 0 0 2649 37 0 0 20 0 28 0 475395530 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139792037123200 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16216] ppid=16212 vsize=28766288 memory=7886199215173691496 CPUtime=14.41 cores=0-7
/proc/16214/task/16216/stat : 16216 (java) S 16212 16212 16074 0 -1 1077944384 65375 0 0 0 1143 298 0 0 20 0 28 0 475395531 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791584733584 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16217] ppid=16212 vsize=28766288 memory=6300375798488918629 CPUtime=14.44 cores=0-7
/proc/16214/task/16217/stat : 16217 (java) S 16212 16212 16074 0 -1 1077944384 66537 0 0 0 1153 291 0 0 20 0 28 0 475395531 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791583680784 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16218] ppid=16212 vsize=28766288 memory=7666630076773461094 CPUtime=14.29 cores=0-7
/proc/16214/task/16218/stat : 16218 (java) S 16212 16212 16074 0 -1 1077944384 62139 0 0 0 1143 286 0 0 20 0 28 0 475395531 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791582628496 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16219] ppid=16212 vsize=28766288 memory=7956005031678667109 CPUtime=14.43 cores=0-7
/proc/16214/task/16219/stat : 16219 (java) S 16212 16212 16074 0 -1 1077944384 85856 0 0 0 1140 303 0 0 20 0 28 0 475395531 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791581575696 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16220] ppid=16212 vsize=28766288 memory=303430223234596890 CPUtime=14.42 cores=0-7
/proc/16214/task/16220/stat : 16220 (java) S 16212 16212 16074 0 -1 1077944384 61267 0 0 0 1138 304 0 0 20 0 28 0 475395531 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791580523408 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16221] ppid=16212 vsize=28766288 memory=288230621803970871 CPUtime=14.49 cores=0-7
/proc/16214/task/16221/stat : 16221 (java) S 16212 16212 16074 0 -1 1077944384 80210 0 0 0 1170 279 0 0 20 0 28 0 475395531 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791579470608 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16222] ppid=16212 vsize=28766288 memory=14135532779211192 CPUtime=14.39 cores=0-7
/proc/16214/task/16222/stat : 16222 (java) S 16212 16212 16074 0 -1 1077944384 54553 0 0 0 1130 309 0 0 20 0 28 0 475395531 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791578418320 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16223] ppid=16212 vsize=28766288 memory=280759462002928 CPUtime=14.32 cores=0-7
/proc/16214/task/16223/stat : 16223 (java) S 16212 16212 16074 0 -1 1077944384 56177 0 0 0 1154 278 0 0 20 0 28 0 475395531 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791577365520 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16224] ppid=16212 vsize=28766288 memory=280759462002928 CPUtime=11.8 cores=0-7
/proc/16214/task/16224/stat : 16224 (java) S 16212 16212 16074 0 -1 1077944384 22613 0 0 0 1143 37 0 0 20 0 28 0 475395533 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791149176944 139792032893570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16225] ppid=16212 vsize=28766288 memory=280759462002928 CPUtime=0 cores=0-7
/proc/16214/task/16225/stat : 16225 (java) S 16212 16212 16074 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 28 0 475395533 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791148122976 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16226] ppid=16212 vsize=28766288 memory=280759462002928 CPUtime=0 cores=0-7
/proc/16214/task/16226/stat : 16226 (java) S 16212 16212 16074 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 28 0 475395533 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791147070592 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16227] ppid=16212 vsize=28766288 memory=280759462002928 CPUtime=0 cores=0-7
/proc/16214/task/16227/stat : 16227 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475395536 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791146018896 139792032901019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16228] ppid=16212 vsize=28766288 memory=280759462002928 CPUtime=0.65 cores=0-7
/proc/16214/task/16228/stat : 16228 (java) R 16212 16212 16074 0 -1 1077944384 3428 0 0 0 64 1 0 0 20 0 28 0 475395536 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791144966768 139792032893570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16229] ppid=16212 vsize=28766288 memory=280759462002928 CPUtime=0.69 cores=0-7
/proc/16214/task/16229/stat : 16229 (java) S 16212 16212 16074 0 -1 1077944384 4258 0 0 0 68 1 0 0 20 0 28 0 475395536 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791143913968 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16230] ppid=16212 vsize=28766288 memory=280759462002928 CPUtime=0.64 cores=0-7
/proc/16214/task/16230/stat : 16230 (java) S 16212 16212 16074 0 -1 1077944384 3101 0 0 0 63 1 0 0 20 0 28 0 475395536 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791142861680 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16231] ppid=16212 vsize=28766288 memory=6944652177228980320 CPUtime=0.52 cores=0-7
/proc/16214/task/16231/stat : 16231 (java) S 16212 16212 16074 0 -1 1077944384 6276 0 0 0 50 2 0 0 20 0 28 0 475395536 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791141808880 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16232] ppid=16212 vsize=28766288 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/16214/task/16232/stat : 16232 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475395536 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791140755808 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16233] ppid=16212 vsize=28766288 memory=-2843871789979587998 CPUtime=0.03 cores=0-7
/proc/16214/task/16233/stat : 16233 (java) S 16212 16212 16074 0 -1 1077944384 527 0 0 0 1 2 0 0 20 0 28 0 475395536 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791139703088 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16237] ppid=16212 vsize=28766288 memory=1448 CPUtime=0.09 cores=0-7
/proc/16214/task/16237/stat : 16237 (java) R 16212 16212 16074 0 -1 4202560 239 0 0 0 9 0 0 0 20 0 28 0 475400027 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791130482416 139791670706308 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16238] ppid=16212 vsize=28766288 memory=12234300 CPUtime=0.1 cores=0-7
/proc/16214/task/16238/stat : 16238 (java) R 16212 16212 16074 0 -1 4202560 331 0 0 0 10 0 0 0 20 0 28 0 475400027 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791129431856 139791670730804 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16239] ppid=16212 vsize=28766288 memory=1552 CPUtime=0.09 cores=0-7
/proc/16214/task/16239/stat : 16239 (java) R 16212 16212 16074 0 -1 4202560 233 0 0 0 9 0 0 0 20 0 28 0 475400027 29456678912 3060937 33554432000 4194304 4196468 140726974659616 139791128382456 139791670730804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
Current children cumulated CPU time: 157.32 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 12245196 KiB

[startup+54.0018 s]
/proc/loadavg: 4.37 6.45 7.04 2/214 16239
/proc/meminfo: memFree=1936352/32770624 swapFree=66972280/67108860
[pid=16212] ppid=16209 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16212/stat : 16212 (xcsp3-exec) S 16209 16212 16074 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475395530 115843072 362 33554432000 4194304 5098028 140729256177600 140729256175704 140166145065596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37146624 140729256186705 140729256186965 140729256186965 140729256189894 0
/proc/16212/statm: 28282 362 304 221 0 87 0
[pid=16214] ppid=16212 vsize=28766288 memory=12244040 CPUtime=160.43 cores=0-7
/proc/16214/stat : 16214 (java) S 16212 16212 16074 0 -1 1077944320 651317 0 0 0 13564 2479 0 0 20 0 28 0 475395530 29456678912 3061010 33554432000 4194304 4196468 140726974659616 140726974642160 139792032882423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
/proc/16214/statm: 7191572 3061010 3513 1 0 7152672 0
[pid=16214/tid=16215] ppid=16212 vsize=28766288 memory=43160 CPUtime=26.86 cores=0-7
/proc/16214/task/16215/stat : 16215 (java) S 16212 16212 16074 0 -1 1077944384 26087 0 0 0 2649 37 0 0 20 0 28 0 475395530 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139792037123200 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16216] ppid=16212 vsize=28766288 memory=6791534058613427641 CPUtime=14.41 cores=0-7
/proc/16214/task/16216/stat : 16216 (java) S 16212 16212 16074 0 -1 1077944384 65375 0 0 0 1143 298 0 0 20 0 28 0 475395531 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791584733584 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16217] ppid=16212 vsize=28766288 memory=12234300 CPUtime=14.44 cores=0-7
/proc/16214/task/16217/stat : 16217 (java) S 16212 16212 16074 0 -1 1077944384 66537 0 0 0 1153 291 0 0 20 0 28 0 475395531 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791583680784 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16218] ppid=16212 vsize=28766288 memory=6082203013281114455 CPUtime=14.29 cores=0-7
/proc/16214/task/16218/stat : 16218 (java) S 16212 16212 16074 0 -1 1077944384 62139 0 0 0 1143 286 0 0 20 0 28 0 475395531 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791582628496 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16219] ppid=16212 vsize=28766288 memory=280759462269696 CPUtime=14.43 cores=0-7
/proc/16214/task/16219/stat : 16219 (java) S 16212 16212 16074 0 -1 1077944384 85856 0 0 0 1140 303 0 0 20 0 28 0 475395531 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791581575696 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16220] ppid=16212 vsize=28766288 memory=992 CPUtime=14.42 cores=0-7
/proc/16214/task/16220/stat : 16220 (java) S 16212 16212 16074 0 -1 1077944384 61267 0 0 0 1138 304 0 0 20 0 28 0 475395531 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791580523408 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16221] ppid=16212 vsize=28766288 memory=2044 CPUtime=14.49 cores=0-7
/proc/16214/task/16221/stat : 16221 (java) S 16212 16212 16074 0 -1 1077944384 80210 0 0 0 1170 279 0 0 20 0 28 0 475395531 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791579470608 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16222] ppid=16212 vsize=28766288 memory=1432 CPUtime=14.39 cores=0-7
/proc/16214/task/16222/stat : 16222 (java) S 16212 16212 16074 0 -1 1077944384 54553 0 0 0 1130 309 0 0 20 0 28 0 475395531 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791578418320 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16223] ppid=16212 vsize=28766288 memory=11624 CPUtime=14.32 cores=0-7
/proc/16214/task/16223/stat : 16223 (java) S 16212 16212 16074 0 -1 1077944384 56177 0 0 0 1154 278 0 0 20 0 28 0 475395531 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791577365520 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16224] ppid=16212 vsize=28766288 memory=740 CPUtime=11.8 cores=0-7
/proc/16214/task/16224/stat : 16224 (java) S 16212 16212 16074 0 -1 1077944384 22619 0 0 0 1143 37 0 0 20 0 28 0 475395533 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791149176944 139792032893570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16225] ppid=16212 vsize=28766288 memory=1056 CPUtime=0 cores=0-7
/proc/16214/task/16225/stat : 16225 (java) S 16212 16212 16074 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 28 0 475395533 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791148122976 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16226] ppid=16212 vsize=28766288 memory=1552 CPUtime=0 cores=0-7
/proc/16214/task/16226/stat : 16226 (java) S 16212 16212 16074 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 28 0 475395533 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791147070592 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16227] ppid=16212 vsize=28766288 memory=1040 CPUtime=0 cores=0-7
/proc/16214/task/16227/stat : 16227 (java) S 16212 16212 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475395536 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791146018896 139792032901019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16228] ppid=16212 vsize=28766288 memory=3644 CPUtime=0.7 cores=0-7
/proc/16214/task/16228/stat : 16228 (java) S 16212 16212 16074 0 -1 1077944384 3604 0 0 0 69 1 0 0 20 0 28 0 475395536 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791144966768 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16229] ppid=16212 vsize=28766288 memory=780 CPUtime=0.71 cores=0-7
/proc/16214/task/16229/stat : 16229 (java) S 16212 16212 16074 0 -1 1077944384 4334 0 0 0 70 1 0 0 20 0 28 0 475395536 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791143913968 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16230] ppid=16212 vsize=28766288 memory=2832 CPUtime=0.68 cores=0-7
/proc/16214/task/16230/stat : 16230 (java) S 16212 16212 16074 0 -1 1077944384 3330 0 0 0 67 1 0 0 20 0 28 0 475395536 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791142861680 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16231] ppid=16212 vsize=28766288 memory=1716 CPUtime=0.56 cores=0-7
/proc/16214/task/16231/stat : 16231 (java) S 16212 16212 16074 0 -1 1077944384 6376 0 0 0 54 2 0 0 20 0 28 0 475395536 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791141808880 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16232] ppid=16212 vsize=28766288 memory=1200 CPUtime=0 cores=0-7
/proc/16214/task/16232/stat : 16232 (java) S 16212 16212 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475395536 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791140755808 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16233] ppid=16212 vsize=28766288 memory=5996 CPUtime=0.03 cores=0-7
/proc/16214/task/16233/stat : 16233 (java) S 16212 16212 16074 0 -1 1077944384 527 0 0 0 1 2 0 0 20 0 28 0 475395536 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791139703088 139792032893570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16237] ppid=16212 vsize=28766288 memory=14012 CPUtime=0.44 cores=0-7
/proc/16214/task/16237/stat : 16237 (java) S 16212 16212 16074 0 -1 1077944384 4740 0 0 0 44 0 0 0 20 0 28 0 475400027 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791130488512 139792032892629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16238] ppid=16212 vsize=28766288 memory=19384 CPUtime=0.45 cores=0-7
/proc/16214/task/16238/stat : 16238 (java) R 16212 16212 16074 0 -1 4202560 996 0 0 0 45 0 0 0 20 0 28 0 475400027 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791129434472 139791676225624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
[pid=16214/tid=16239] ppid=16212 vsize=28766288 memory=1200 CPUtime=0.47 cores=0-7
/proc/16214/task/16239/stat : 16239 (java) R 16212 16212 16074 0 -1 4202560 445 0 0 0 39 8 0 0 20 0 28 0 475400027 29456678912 3061010 33554432000 4194304 4196468 140726974659616 139791128378112 139791676225624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16891904 140726974665686 140726974665862 140726974665862 140726974668751 0
Current children cumulated CPU time: 160.43 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 12245488 KiB

[startup+54.1027 s]
/proc/loadavg: 4.37 6.45 7.04 2/214 16239
/proc/meminfo: memFree=1936352/32770624 swapFree=66972280/67108860
[pid=16212] ppid=16209 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16212/stat : 16212 (xcsp3-exec) S 16209 16212 16074 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475395530 115843072 362 33554432000 4194304 5098028 140729256177600 140729256175704 140166145065596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37146624 140729256186705 140729256186965 140729256186965 140729256189894 0
/proc/16212/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 54.1465
CPU time (s): 160.686
CPU user time (s): 135.751
CPU system time (s): 24.935
CPU usage (%): 296.761
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 12245488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.751
system time used= 24.935
maximum resident set size= 12244084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 670960
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16137
involuntary context switches= 1369


# summary of solver processes directly reported to runsolver:
#   pid: 16212
#   total CPU time (s): 160.686
#   total CPU user time (s): 135.751
#   total CPU system time (s): 24.935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.434977 second user time and 0.590958 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 17:48:14
IDJOB=4404297
IDBENCH=120392
IDSOLVER=2865
FILE ID=node117/4404297-1568994537
RUNJOBID= node117-1568994492-16101
PBS_JOBID= 21704726
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s10c-table.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-4404297-1568994537/watcher-4404297-1568994537 -o /var/tmp/evaluation-result-4404297-1568994537/solver-4404297-1568994537 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1547692152 HOME/instance-4404297-1568994537.xml

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

MD5SUM BENCH= 8248e4e11a775a898590caffd4c1e549
RANDOM SEED=1547692152

node117.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:        14180324 kB
MemAvailable:   31832176 kB
Buffers:          139212 kB
Cached:         17418000 kB
SwapCached:        27724 kB
Active:          8716128 kB
Inactive:        8873880 kB
Active(anon):       3400 kB
Inactive(anon):    69972 kB
Active(file):    8712728 kB
Inactive(file):  8803908 kB
Unevictable:      108556 kB
Mlocked:          108556 kB
SwapTotal:      67108860 kB
SwapFree:       66972280 kB
Dirty:             45992 kB
Writeback:            68 kB
AnonPages:        113228 kB
Mapped:            47056 kB
Shmem:             32436 kB
Slab:             591936 kB
SReclaimable:     563676 kB
SUnreclaim:        28260 kB
KernelStack:        3344 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505892 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node117 at 2019-09-20 17:49:08