Trace number 4399431

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-16 parallelSAT 24.7759 4.11267

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
MD5SUMee1da6b537c1ecd46a877bd70c24ae39
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 benchmark0.402036
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints477
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree8
Maximum variable degree30
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":10,"count":3},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":17,"count":5},{"degree":18,"count":4},{"degree":19,"count":4},{"degree":20,"count":6},{"degree":22,"count":5},{"degree":23,"count":2},{"degree":24,"count":5},{"degree":25,"count":1},{"degree":26,"count":1},{"degree":27,"count":2},{"degree":28,"count":2},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":477}]
Number of extensional constraints477
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":477}]
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-4399431-1568703780.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4399431-1568703780.xml, -tl, 20160s, -p, 8]
0.34/0.24	c 8 solvers in parallel
0.34/0.31	c parse instance...
4.46/1.52	c solve instance...
24.03/4.10	s SATISFIABLE
24.03/4.10	v <instantiation>
24.03/4.10	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
24.03/4.10	v 	<values>9 18 18 7 20 16 12 17 19 19 8 5 11 2 16 17 15 20 8 11 1 3 4 2 1 17 12 20 15 17 20 14 18 13 4 9 5 17 9 20 16 20 2 19 19 3 19 20 4 20 </values>
24.03/4.10	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: 16375 MiB (14417 MiB free)
  memory of node 1: 16384 MiB (15455 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399431-1568703780/watcher-4399431-1568703780 -o /tmp/evaluation-result-4399431-1568703780/solver-4399431-1568703780 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 844677646 HOME/instance-4399431-1568703780.xml 

running on 8 cores: 0-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
Current StackSize limit: 8192 KiB

solver pid=19816, runsolver pid=19813

[startup+0.100109 s]*
/proc/loadavg: 7.71 8.05 8.09 2/212 19837
/proc/meminfo: memFree=30572848/32770688 swapFree=66961208/67108860
[pid=19816] ppid=19813 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19816/stat : 19816 (xcsp3-exec) S 19813 19816 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319697 115843072 363 33554432000 4194304 5098028 140733008032192 140733008030296 139986089882236 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33189888 140733008040822 140733008041065 140733008041065 140733008043978 0
/proc/19816/statm: 28282 363 304 221 0 87 0
[pid=19818] ppid=19816 vsize=28227396 memory=30060 CPUtime=0.12 cores=0-7
/proc/19818/stat : 19818 (java) S 19816 19816 18670 0 -1 1077944320 5472 0 0 0 11 1 0 0 20 0 20 0 446319697 28904853504 7515 33554432000 4194304 4196468 140721276299984 140721276282528 140388208897783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
/proc/19818/statm: 7056849 7515 3121 1 0 7019032 0
[pid=19818/tid=19819] ppid=19816 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/19818/task/19819/stat : 19819 (java) R 19816 19816 18670 0 -1 4202560 3381 0 0 0 8 0 0 0 20 0 20 0 446319697 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388213131264 140388192076033 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19820] ppid=19816 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19818/task/19820/stat : 19820 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388128750480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19821] ppid=19816 vsize=28227396 memory=140701168719488 CPUtime=0 cores=0-7
/proc/19818/task/19821/stat : 19821 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388127697680 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19822] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19822/stat : 19822 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388126645392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19823] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19823/stat : 19823 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388125592592 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19824] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19824/stat : 19824 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388124539280 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19825] ppid=19816 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19818/task/19825/stat : 19825 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388123486480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19826] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19826/stat : 19826 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388122434192 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19827] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19827/stat : 19827 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 7515 33554432000 4194304 4196468 140721276299984 140388121381392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19828] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19828/stat : 19828 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319700 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386404530800 140388208908930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19829] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19829/stat : 19829 (java) S 19816 19816 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446319700 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386403476768 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19830] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19830/stat : 19830 (java) S 19816 19816 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446319701 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386402424432 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19831] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19831/stat : 19831 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319703 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386401372752 140388208916379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19832] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19832/stat : 19832 (java) S 19816 19816 18670 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 446319703 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386400319600 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19833] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19833/stat : 19833 (java) S 19816 19816 18670 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 446319703 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386399266800 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19834] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19834/stat : 19834 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319703 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386398214512 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19835] ppid=19816 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19818/task/19835/stat : 19835 (java) S 19816 19816 18670 0 -1 1077944384 346 0 0 0 1 0 0 0 20 0 20 0 446319703 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386397161712 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19836] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19836/stat : 19836 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319703 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386396109664 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19837] ppid=19816 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19818/task/19837/stat : 19837 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319704 28904853504 7515 33554432000 4194304 4196468 140721276299984 140386395056944 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31512 KiB

[startup+0.211429 s]*
/proc/loadavg: 7.71 8.05 8.09 3/212 19837
/proc/meminfo: memFree=30559664/32770688 swapFree=66961208/67108860
[pid=19816] ppid=19813 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19816/stat : 19816 (xcsp3-exec) S 19813 19816 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319697 115843072 363 33554432000 4194304 5098028 140733008032192 140733008030296 139986089882236 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33189888 140733008040822 140733008041065 140733008041065 140733008043978 0
/proc/19816/statm: 28282 363 304 221 0 87 0
[pid=19818] ppid=19816 vsize=28227396 memory=40364 CPUtime=0.34 cores=0-7
/proc/19818/stat : 19818 (java) S 19816 19816 18670 0 -1 1077944320 8876 0 0 0 31 3 0 0 20 0 20 0 446319697 28904853504 10091 33554432000 4194304 4196468 140721276299984 140721276282528 140388208897783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
/proc/19818/statm: 7056849 10091 3258 1 0 7019032 0
[pid=19818/tid=19819] ppid=19816 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19818/task/19819/stat : 19819 (java) R 19816 19816 18670 0 -1 4202560 6162 0 0 0 18 2 0 0 20 0 20 0 446319697 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388213130624 140388208909718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19820] ppid=19816 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/19818/task/19820/stat : 19820 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388128750480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19821] ppid=19816 vsize=28227396 memory=3907354467857749664 CPUtime=0 cores=0-7
/proc/19818/task/19821/stat : 19821 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388127697680 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19822] ppid=19816 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19818/task/19822/stat : 19822 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388126645392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19823] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19823/stat : 19823 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388125592592 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19824] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19824/stat : 19824 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388124539280 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19825] ppid=19816 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19818/task/19825/stat : 19825 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388123486480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19826] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19826/stat : 19826 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388122434192 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19827] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19827/stat : 19827 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28904853504 10091 33554432000 4194304 4196468 140721276299984 140388121381392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19828] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19828/stat : 19828 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319700 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386404530800 140388208908930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19829] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19829/stat : 19829 (java) S 19816 19816 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446319700 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386403476768 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19830] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19830/stat : 19830 (java) S 19816 19816 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446319701 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386402424432 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19831] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19831/stat : 19831 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319703 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386401372752 140388208916379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19832] ppid=19816 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19818/task/19832/stat : 19832 (java) S 19816 19816 18670 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 20 0 446319703 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386400319600 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19833] ppid=19816 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19818/task/19833/stat : 19833 (java) S 19816 19816 18670 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 20 0 446319703 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386399266800 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19834] ppid=19816 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/19818/task/19834/stat : 19834 (java) R 19816 19816 18670 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 20 0 446319703 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386398214512 140388208908930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19835] ppid=19816 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/19818/task/19835/stat : 19835 (java) R 19816 19816 18670 0 -1 4202560 757 0 0 0 7 0 0 0 20 0 20 0 446319703 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386397161712 140388201134910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19836] ppid=19816 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19836/stat : 19836 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319703 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386396109664 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19837] ppid=19816 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19818/task/19837/stat : 19837 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319704 28904853504 10091 33554432000 4194304 4196468 140721276299984 140386395056944 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41816 KiB

[startup+0.310744 s]*
/proc/loadavg: 7.71 8.05 8.09 2/212 19837
/proc/meminfo: memFree=30554784/32770688 swapFree=66961208/67108860
[pid=19816] ppid=19813 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19816/stat : 19816 (xcsp3-exec) S 19813 19816 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319697 115843072 363 33554432000 4194304 5098028 140733008032192 140733008030296 139986089882236 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33189888 140733008040822 140733008041065 140733008041065 140733008043978 0
/proc/19816/statm: 28282 363 304 221 0 87 0
[pid=19818] ppid=19816 vsize=28231652 memory=46476 CPUtime=0.51 cores=0-7
/proc/19818/stat : 19818 (java) S 19816 19816 18670 0 -1 1077944320 10053 0 0 0 48 3 0 0 20 0 20 0 446319697 28909211648 11619 33554432000 4194304 4196468 140721276299984 140721276282528 140388208897783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
/proc/19818/statm: 7057913 11619 3337 1 0 7019032 0
[pid=19818/tid=19819] ppid=19816 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/19818/task/19819/stat : 19819 (java) R 19816 19816 18670 0 -1 4202560 7093 0 0 0 27 2 0 0 20 0 20 0 446319697 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388213110192 140388208919709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19820] ppid=19816 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19820/stat : 19820 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388128750480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19821] ppid=19816 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19821/stat : 19821 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388127697680 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19822] ppid=19816 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19822/stat : 19822 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388126645392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19823] ppid=19816 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19823/stat : 19823 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319698 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388125592592 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19824] ppid=19816 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19824/stat : 19824 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388124539280 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19825] ppid=19816 vsize=28231652 memory=140701048335023 CPUtime=0 cores=0-7
/proc/19818/task/19825/stat : 19825 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388123486480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19826] ppid=19816 vsize=28231652 memory=140701048337328 CPUtime=0 cores=0-7
/proc/19818/task/19826/stat : 19826 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388122434192 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19827] ppid=19816 vsize=28231652 memory=140701048339632 CPUtime=0 cores=0-7
/proc/19818/task/19827/stat : 19827 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28909211648 11619 33554432000 4194304 4196468 140721276299984 140388121381392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19828] ppid=19816 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19828/stat : 19828 (java) S 19816 19816 18670 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446319700 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386404530800 140388208908930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19829] ppid=19816 vsize=28231652 memory=281402096693136 CPUtime=0 cores=0-7
/proc/19818/task/19829/stat : 19829 (java) S 19816 19816 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446319700 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386403476768 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19830] ppid=19816 vsize=28231652 memory=281402096690832 CPUtime=0 cores=0-7
/proc/19818/task/19830/stat : 19830 (java) S 19816 19816 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446319701 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386402424432 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19831] ppid=19816 vsize=28231652 memory=281402096697744 CPUtime=0 cores=0-7
/proc/19818/task/19831/stat : 19831 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319703 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386401372752 140388208916379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19832] ppid=19816 vsize=28231652 memory=281402096638992 CPUtime=0.01 cores=0-7
/proc/19818/task/19832/stat : 19832 (java) S 19816 19816 18670 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 20 0 446319703 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386400319600 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19833] ppid=19816 vsize=28231652 memory=281402096711568 CPUtime=0.03 cores=0-7
/proc/19818/task/19833/stat : 19833 (java) S 19816 19816 18670 0 -1 1077944384 272 0 0 0 3 0 0 0 20 0 20 0 446319703 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386399266800 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19834] ppid=19816 vsize=28231652 memory=281402096718480 CPUtime=0.02 cores=0-7
/proc/19818/task/19834/stat : 19834 (java) S 19816 19816 18670 0 -1 1077944384 124 0 0 0 2 0 0 0 20 0 20 0 446319703 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386398214512 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19835] ppid=19816 vsize=28231652 memory=281402096716176 CPUtime=0.13 cores=0-7
/proc/19818/task/19835/stat : 19835 (java) S 19816 19816 18670 0 -1 1077944384 896 0 0 0 13 0 0 0 20 0 20 0 446319703 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386397161712 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19836] ppid=19816 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19836/stat : 19836 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319703 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386396109664 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19837] ppid=19816 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/19818/task/19837/stat : 19837 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319704 28909211648 11619 33554432000 4194304 4196468 140721276299984 140386395056944 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 47928 KiB

[startup+0.700991 s]
/proc/loadavg: 7.50 8.00 8.07 6/212 19837
/proc/meminfo: memFree=30538592/32770688 swapFree=66961208/67108860
[pid=19816] ppid=19813 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19816/stat : 19816 (xcsp3-exec) S 19813 19816 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319697 115843072 363 33554432000 4194304 5098028 140733008032192 140733008030296 139986089882236 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33189888 140733008040822 140733008041065 140733008041065 140733008043978 0
/proc/19816/statm: 28282 363 304 221 0 87 0
[pid=19818] ppid=19816 vsize=28233776 memory=122612 CPUtime=1.89 cores=0-7
/proc/19818/stat : 19818 (java) S 19816 19816 18670 0 -1 1077944320 14692 0 0 0 183 6 0 0 20 0 20 0 446319697 28911386624 30653 33554432000 4194304 4196468 140721276299984 140721276282528 140388208897783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
/proc/19818/statm: 7058444 30653 3448 1 0 7019544 0
[pid=19818/tid=19819] ppid=19816 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/19818/task/19819/stat : 19819 (java) R 19816 19816 18670 0 -1 4202560 7885 0 0 0 64 4 0 0 20 0 20 0 446319697 28911386624 30653 33554432000 4194304 4196468 140721276299984 140388213134304 140388208909718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19820] ppid=19816 vsize=28233776 memory=140701048546160 CPUtime=0 cores=0-7
/proc/19818/task/19820/stat : 19820 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28911386624 30653 33554432000 4194304 4196468 140721276299984 140388128750480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19821] ppid=19816 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19821/stat : 19821 (java) S 19816 19816 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319698 28911386624 30653 33554432000 4194304 4196468 140721276299984 140388127697680 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19822] ppid=19816 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/19818/task/19822/stat : 19822 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319698 28911386624 30653 33554432000 4194304 4196468 140721276299984 140388126645392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0

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

[pid=19818/tid=19840] ppid=19816 vsize=28766288 memory=0 CPUtime=1.15 cores=0-7
/proc/19818/task/19840/stat : 19840 (java) R 19816 19816 18670 0 -1 4202560 55 0 0 0 115 0 0 0 20 0 28 0 446319851 29456678912 93512 33554432000 4194304 4196468 140721276299984 140386383734776 140387808703390 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19841] ppid=19816 vsize=28766288 memory=281402097054688 CPUtime=1.45 cores=0-7
/proc/19818/task/19841/stat : 19841 (java) R 19816 19816 18670 0 -1 4202560 48 0 0 0 145 0 0 0 20 0 28 0 446319851 29456678912 93512 33554432000 4194304 4196468 140721276299984 140386382680168 140387807837098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19842] ppid=19816 vsize=28766288 memory=7311575732573311971 CPUtime=1.33 cores=0-7
/proc/19818/task/19842/stat : 19842 (java) R 19816 19816 18670 0 -1 4202560 37 0 0 0 133 0 0 0 20 0 28 0 446319851 29456678912 93512 33554432000 4194304 4196468 140721276299984 140386381628968 140387808345445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19843] ppid=19816 vsize=28766288 memory=-2026666227646604569 CPUtime=1.42 cores=0-7
/proc/19818/task/19843/stat : 19843 (java) R 19816 19816 18670 0 -1 4202560 45 0 0 0 142 0 0 0 20 0 28 0 446319851 29456678912 93512 33554432000 4194304 4196468 140721276299984 140386380577080 140387808703452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19844] ppid=19816 vsize=28766288 memory=0 CPUtime=1.43 cores=0-7
/proc/19818/task/19844/stat : 19844 (java) R 19816 19816 18670 0 -1 4202560 34 0 0 0 143 0 0 0 20 0 28 0 446319851 29456678912 93512 33554432000 4194304 4196468 140721276299984 140386379523992 140387808832274 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19845] ppid=19816 vsize=28766288 memory=0 CPUtime=1.37 cores=0-7
/proc/19818/task/19845/stat : 19845 (java) R 19816 19816 18670 0 -1 4202560 78 0 0 0 137 0 0 0 20 0 28 0 446319851 29456678912 93512 33554432000 4194304 4196468 140721276299984 140386378470120 140387808832740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
Current children cumulated CPU time: 17.59 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 375500 KiB

[startup+3.60184 s]
/proc/loadavg: 7.50 8.00 8.07 8/220 19845
/proc/meminfo: memFree=30221972/32770688 swapFree=66961208/67108860
[pid=19816] ppid=19813 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19816/stat : 19816 (xcsp3-exec) S 19813 19816 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319697 115843072 363 33554432000 4194304 5098028 140733008032192 140733008030296 139986089882236 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33189888 140733008040822 140733008041065 140733008041065 140733008043978 0
/proc/19816/statm: 28282 363 304 221 0 87 0
[pid=19818] ppid=19816 vsize=28766288 memory=375420 CPUtime=20.77 cores=0-7
/proc/19818/stat : 19818 (java) S 19816 19816 18670 0 -1 1077944320 21585 0 0 0 2055 22 0 0 20 0 28 0 446319697 29456678912 93855 33554432000 4194304 4196468 140721276299984 140721276282528 140388208897783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
/proc/19818/statm: 7191572 93855 3519 1 0 7152672 0
[pid=19818/tid=19819] ppid=19816 vsize=28766288 memory=800 CPUtime=1.45 cores=0-7
/proc/19818/task/19819/stat : 19819 (java) S 19816 19816 18670 0 -1 1077944384 8589 0 0 0 138 7 0 0 20 0 28 0 446319697 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388213138560 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19820] ppid=19816 vsize=28766288 memory=1808 CPUtime=0.03 cores=0-7
/proc/19818/task/19820/stat : 19820 (java) S 19816 19816 18670 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 28 0 446319698 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388128750480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19821] ppid=19816 vsize=28766288 memory=920 CPUtime=0.03 cores=0-7
/proc/19818/task/19821/stat : 19821 (java) S 19816 19816 18670 0 -1 1077944384 23 0 0 0 2 1 0 0 20 0 28 0 446319698 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388127697680 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19822] ppid=19816 vsize=28766288 memory=4136 CPUtime=0.01 cores=0-7
/proc/19818/task/19822/stat : 19822 (java) S 19816 19816 18670 0 -1 1077944384 6 0 0 0 1 0 0 0 20 0 28 0 446319698 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388126645392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19823] ppid=19816 vsize=28766288 memory=4104 CPUtime=0.01 cores=0-7
/proc/19818/task/19823/stat : 19823 (java) S 19816 19816 18670 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 28 0 446319698 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388125592592 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19824] ppid=19816 vsize=28766288 memory=1412 CPUtime=0.04 cores=0-7
/proc/19818/task/19824/stat : 19824 (java) S 19816 19816 18670 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 28 0 446319698 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388124539280 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19825] ppid=19816 vsize=28766288 memory=2580 CPUtime=0.03 cores=0-7
/proc/19818/task/19825/stat : 19825 (java) S 19816 19816 18670 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 28 0 446319698 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388123486480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19826] ppid=19816 vsize=28766288 memory=1452 CPUtime=0.03 cores=0-7
/proc/19818/task/19826/stat : 19826 (java) S 19816 19816 18670 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 28 0 446319698 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388122434192 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19827] ppid=19816 vsize=28766288 memory=373932 CPUtime=0.03 cores=0-7
/proc/19818/task/19827/stat : 19827 (java) S 19816 19816 18670 0 -1 1077944384 21 0 0 0 2 1 0 0 20 0 28 0 446319698 29456678912 93855 33554432000 4194304 4196468 140721276299984 140388121381392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19828] ppid=19816 vsize=28766288 memory=1756 CPUtime=0.01 cores=0-7
/proc/19818/task/19828/stat : 19828 (java) S 19816 19816 18670 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 28 0 446319700 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386404530800 140388208908930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19829] ppid=19816 vsize=28766288 memory=9378 CPUtime=0 cores=0-7
/proc/19818/task/19829/stat : 19829 (java) S 19816 19816 18670 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 446319700 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386403476832 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19830] ppid=19816 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19830/stat : 19830 (java) S 19816 19816 18670 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 446319701 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386402424448 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19831] ppid=19816 vsize=28766288 memory=140701048832144 CPUtime=0 cores=0-7
/proc/19818/task/19831/stat : 19831 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446319703 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386401372752 140388208916379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19832] ppid=19816 vsize=28766288 memory=0 CPUtime=1.5 cores=0-7
/proc/19818/task/19832/stat : 19832 (java) S 19816 19816 18670 0 -1 1077944384 2423 0 0 0 149 1 0 0 20 0 28 0 446319703 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386400319600 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19833] ppid=19816 vsize=28766288 memory=0 CPUtime=1.53 cores=0-7
/proc/19818/task/19833/stat : 19833 (java) S 19816 19816 18670 0 -1 1077944384 2445 0 0 0 153 0 0 0 20 0 28 0 446319703 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386399266800 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19834] ppid=19816 vsize=28766288 memory=0 CPUtime=1.44 cores=0-7
/proc/19818/task/19834/stat : 19834 (java) S 19816 19816 18670 0 -1 1077944384 2028 0 0 0 144 0 0 0 20 0 28 0 446319703 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386398214512 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19835] ppid=19816 vsize=28766288 memory=0 CPUtime=0.76 cores=0-7
/proc/19818/task/19835/stat : 19835 (java) S 19816 19816 18670 0 -1 1077944384 3116 0 0 0 75 1 0 0 20 0 28 0 446319703 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386397161712 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19836] ppid=19816 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19836/stat : 19836 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446319703 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386396109664 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19837] ppid=19816 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19818/task/19837/stat : 19837 (java) S 19816 19816 18670 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 446319704 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386395056944 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19838] ppid=19816 vsize=28766288 memory=0 CPUtime=1.55 cores=0-7
/proc/19818/task/19838/stat : 19838 (java) R 19816 19816 18670 0 -1 4202560 103 0 0 0 155 0 0 0 20 0 28 0 446319851 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386385837040 140387808704655 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19839] ppid=19816 vsize=28766288 memory=0 CPUtime=1.65 cores=0-7
/proc/19818/task/19839/stat : 19839 (java) R 19816 19816 18670 0 -1 4202560 105 0 0 0 165 0 0 0 20 0 28 0 446319851 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386384785536 140387808347809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19840] ppid=19816 vsize=28766288 memory=0 CPUtime=1.54 cores=0-7
/proc/19818/task/19840/stat : 19840 (java) R 19816 19816 18670 0 -1 4202560 258 0 0 0 154 0 0 0 20 0 28 0 446319851 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386383732128 140387808346235 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19841] ppid=19816 vsize=28766288 memory=0 CPUtime=1.85 cores=0-7
/proc/19818/task/19841/stat : 19841 (java) R 19816 19816 18670 0 -1 4202560 136 0 0 0 185 0 0 0 20 0 28 0 446319851 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386382679248 140387808703415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19842] ppid=19816 vsize=28766288 memory=0 CPUtime=1.72 cores=0-7
/proc/19818/task/19842/stat : 19842 (java) R 19816 19816 18670 0 -1 4202560 129 0 0 0 172 0 0 0 20 0 28 0 446319851 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386381627136 140387808345868 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19843] ppid=19816 vsize=28766288 memory=0 CPUtime=1.81 cores=0-7
/proc/19818/task/19843/stat : 19843 (java) R 19816 19816 18670 0 -1 4202560 94 0 0 0 181 0 0 0 20 0 28 0 446319851 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386380574336 140387808703788 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19844] ppid=19816 vsize=28766288 memory=0 CPUtime=1.82 cores=0-7
/proc/19818/task/19844/stat : 19844 (java) R 19816 19816 18670 0 -1 4202560 162 0 0 0 182 0 0 0 20 0 28 0 446319851 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386379522088 140387808665300 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19845] ppid=19816 vsize=28766288 memory=0 CPUtime=1.74 cores=0-7
/proc/19818/task/19845/stat : 19845 (java) R 19816 19816 18670 0 -1 4202560 200 0 0 0 174 0 0 0 20 0 28 0 446319851 29456678912 93855 33554432000 4194304 4196468 140721276299984 140386378469248 140387808347532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
Current children cumulated CPU time: 20.77 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 376872 KiB

[startup+4.00184 s]*
/proc/loadavg: 7.50 8.00 8.07 9/220 19845
/proc/meminfo: memFree=30227384/32770688 swapFree=66961208/67108860
[pid=19816] ppid=19813 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19816/stat : 19816 (xcsp3-exec) S 19813 19816 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319697 115843072 363 33554432000 4194304 5098028 140733008032192 140733008030296 139986089882236 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33189888 140733008040822 140733008041065 140733008041065 140733008043978 0
/proc/19816/statm: 28282 363 304 221 0 87 0
[pid=19818] ppid=19816 vsize=28766288 memory=375468 CPUtime=24.03 cores=0-7
/proc/19818/stat : 19818 (java) S 19816 19816 18670 0 -1 1077944320 22925 0 0 0 2381 22 0 0 20 0 28 0 446319697 29456678912 93867 33554432000 4194304 4196468 140721276299984 140721276282528 140388208897783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
/proc/19818/statm: 7191572 93867 3519 1 0 7152672 0
[pid=19818/tid=19819] ppid=19816 vsize=28766288 memory=1398722017469774279 CPUtime=1.45 cores=0-7
/proc/19818/task/19819/stat : 19819 (java) S 19816 19816 18670 0 -1 1077944384 8589 0 0 0 138 7 0 0 20 0 28 0 446319697 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388213138560 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19820] ppid=19816 vsize=28766288 memory=4872558044660077418 CPUtime=0.03 cores=0-7
/proc/19818/task/19820/stat : 19820 (java) S 19816 19816 18670 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 28 0 446319698 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388128750480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19821] ppid=19816 vsize=28766288 memory=-7812193691855986640 CPUtime=0.03 cores=0-7
/proc/19818/task/19821/stat : 19821 (java) S 19816 19816 18670 0 -1 1077944384 23 0 0 0 2 1 0 0 20 0 28 0 446319698 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388127697680 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19822] ppid=19816 vsize=28766288 memory=8303054830060986464 CPUtime=0.01 cores=0-7
/proc/19818/task/19822/stat : 19822 (java) S 19816 19816 18670 0 -1 1077944384 6 0 0 0 1 0 0 0 20 0 28 0 446319698 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388126645392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19823] ppid=19816 vsize=28766288 memory=-7173504570860347296 CPUtime=0.01 cores=0-7
/proc/19818/task/19823/stat : 19823 (java) S 19816 19816 18670 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 28 0 446319698 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388125592592 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19824] ppid=19816 vsize=28766288 memory=8514701219242344867 CPUtime=0.04 cores=0-7
/proc/19818/task/19824/stat : 19824 (java) S 19816 19816 18670 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 28 0 446319698 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388124539280 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19825] ppid=19816 vsize=28766288 memory=8508281339140727949 CPUtime=0.03 cores=0-7
/proc/19818/task/19825/stat : 19825 (java) S 19816 19816 18670 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 28 0 446319698 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388123486480 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19826] ppid=19816 vsize=28766288 memory=-8412652143872869235 CPUtime=0.03 cores=0-7
/proc/19818/task/19826/stat : 19826 (java) S 19816 19816 18670 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 28 0 446319698 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388122434192 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19827] ppid=19816 vsize=28766288 memory=0 CPUtime=0.03 cores=0-7
/proc/19818/task/19827/stat : 19827 (java) S 19816 19816 18670 0 -1 1077944384 21 0 0 0 2 1 0 0 20 0 28 0 446319698 29456678912 93867 33554432000 4194304 4196468 140721276299984 140388121381392 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19828] ppid=19816 vsize=28766288 memory=281402096820160 CPUtime=0.01 cores=0-7
/proc/19818/task/19828/stat : 19828 (java) S 19816 19816 18670 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 28 0 446319700 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386404530800 140388208908930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19829] ppid=19816 vsize=28766288 memory=25908 CPUtime=0 cores=0-7
/proc/19818/task/19829/stat : 19829 (java) S 19816 19816 18670 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 446319700 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386403476832 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19830] ppid=19816 vsize=28766288 memory=6944613755328037012 CPUtime=0 cores=0-7
/proc/19818/task/19830/stat : 19830 (java) S 19816 19816 18670 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 446319701 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386402424448 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19831] ppid=19816 vsize=28766288 memory=-7739291840220455296 CPUtime=0 cores=0-7
/proc/19818/task/19831/stat : 19831 (java) S 19816 19816 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446319703 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386401372752 140388208916379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19832] ppid=19816 vsize=28766288 memory=4137282616176187523 CPUtime=1.5 cores=0-7
/proc/19818/task/19832/stat : 19832 (java) S 19816 19816 18670 0 -1 1077944384 2423 0 0 0 149 1 0 0 20 0 28 0 446319703 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386400319600 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19833] ppid=19816 vsize=28766288 memory=6944656591801717918 CPUtime=1.62 cores=0-7
/proc/19818/task/19833/stat : 19833 (java) S 19816 19816 18670 0 -1 1077944384 3690 0 0 0 162 0 0 0 20 0 28 0 446319703 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386399266800 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19834] ppid=19816 vsize=28766288 memory=6944656592455360569 CPUtime=1.45 cores=0-7
/proc/19818/task/19834/stat : 19834 (java) S 19816 19816 18670 0 -1 1077944384 2038 0 0 0 145 0 0 0 20 0 28 0 446319703 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386398214512 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19835] ppid=19816 vsize=28766288 memory=6944656592452807316 CPUtime=0.77 cores=0-7
/proc/19818/task/19835/stat : 19835 (java) S 19816 19816 18670 0 -1 1077944384 3174 0 0 0 76 1 0 0 20 0 28 0 446319703 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386397161712 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19836] ppid=19816 vsize=28766288 memory=6933690287860520088 CPUtime=0 cores=0-7
/proc/19818/task/19836/stat : 19836 (java) S 19816 19816 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446319703 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386396109664 140388208907989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19837] ppid=19816 vsize=28766288 memory=-9181546050914066336 CPUtime=0 cores=0-7
/proc/19818/task/19837/stat : 19837 (java) S 19816 19816 18670 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 446319704 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386395056944 140388208908930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19838] ppid=19816 vsize=28766288 memory=-7739291840220455296 CPUtime=1.96 cores=0-7
/proc/19818/task/19838/stat : 19838 (java) R 19816 19816 18670 0 -1 4202560 107 0 0 0 196 0 0 0 20 0 28 0 446319851 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386385837176 140387808832721 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19839] ppid=19816 vsize=28766288 memory=4137282616176187523 CPUtime=2.04 cores=0-7
/proc/19818/task/19839/stat : 19839 (java) R 19816 19816 18670 0 -1 4202560 105 0 0 0 204 0 0 0 20 0 28 0 446319851 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386384785672 140387808346199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19840] ppid=19816 vsize=28766288 memory=6944656591801717918 CPUtime=1.94 cores=0-7
/proc/19818/task/19840/stat : 19840 (java) R 19816 19816 18670 0 -1 4202560 270 0 0 0 194 0 0 0 20 0 28 0 446319851 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386383734488 140387808703997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19841] ppid=19816 vsize=28766288 memory=6933690287860520857 CPUtime=2.26 cores=0-7
/proc/19818/task/19841/stat : 19841 (java) R 19816 19816 18670 0 -1 4202560 138 0 0 0 226 0 0 0 20 0 28 0 446319851 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386382679384 140387808703446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19842] ppid=19816 vsize=28766288 memory=7679937539709960979 CPUtime=2.13 cores=0-7
/proc/19818/task/19842/stat : 19842 (java) R 19816 19816 18670 0 -1 4202560 133 0 0 0 213 0 0 0 20 0 28 0 446319851 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386381627288 140387808346235 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19843] ppid=19816 vsize=28766288 memory=-7025448733113093993 CPUtime=2.22 cores=0-7
/proc/19818/task/19843/stat : 19843 (java) R 19816 19816 18670 0 -1 4202560 94 0 0 0 222 0 0 0 20 0 28 0 446319851 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386380574224 140387808833456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19844] ppid=19816 vsize=28766288 memory=4553206733034186341 CPUtime=2.21 cores=0-7
/proc/19818/task/19844/stat : 19844 (java) R 19816 19816 18670 0 -1 4202560 162 0 0 0 221 0 0 0 20 0 28 0 446319851 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386379524872 140387808346230 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
[pid=19818/tid=19845] ppid=19816 vsize=28766288 memory=7291395306475447909 CPUtime=2.09 cores=0-7
/proc/19818/task/19845/stat : 19845 (java) R 19816 19816 18670 0 -1 4202560 205 0 0 0 209 0 0 0 20 0 28 0 446319851 29456678912 93867 33554432000 4194304 4196468 140721276299984 140386378469656 140387808346199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27111424 140721276302314 140721276302486 140721276302486 140721276305359 0
Current children cumulated CPU time: 24.03 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 376920 KiB

[startup+4.11146 s]
/proc/loadavg: 7.50 8.00 8.07 9/220 19845
/proc/meminfo: memFree=30227384/32770688 swapFree=66961208/67108860
[pid=19816] ppid=19813 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19816/stat : 19816 (xcsp3-exec) S 19813 19816 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319697 115843072 363 33554432000 4194304 5098028 140733008032192 140733008030296 139986089882236 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33189888 140733008040822 140733008041065 140733008041065 140733008043978 0
/proc/19816/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 4.11267
CPU time (s): 24.7759
CPU user time (s): 24.5381
CPU system time (s): 0.237861
CPU usage (%): 602.429
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 376920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5381
system time used= 0.237861
maximum resident set size= 375484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24233
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3480
involuntary context switches= 553


# summary of solver processes directly reported to runsolver:
#   pid: 19816
#   total CPU time (s): 24.7759
#   total CPU user time (s): 24.5381
#   total CPU system time (s): 0.237861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051202 second user time and 0.105605 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 09:02:19
IDJOB=4399431
IDBENCH=126157
IDSOLVER=2854
FILE ID=node116/4399431-1568703780
RUNJOBID= node116-1568700981-18697
PBS_JOBID= 21703912
Free space on /tmp= 61232 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399431-1568703780/watcher-4399431-1568703780 -o /tmp/evaluation-result-4399431-1568703780/solver-4399431-1568703780 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 844677646 HOME/instance-4399431-1568703780.xml

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

MD5SUM BENCH= ee1da6b537c1ecd46a877bd70c24ae39
RANDOM SEED=844677646

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30590784 kB
MemAvailable:   31846628 kB
Buffers:          150948 kB
Cached:          1398860 kB
SwapCached:        46588 kB
Active:          1025484 kB
Inactive:         574296 kB
Active(anon):       4108 kB
Inactive(anon):    94964 kB
Active(file):    1021376 kB
Inactive(file):   479332 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             27156 kB
Writeback:             8 kB
AnonPages:        114880 kB
Mapped:            47936 kB
Shmem:             40292 kB
Slab:             170372 kB
SReclaimable:     141944 kB
SUnreclaim:        28428 kB
KernelStack:        3440 kB
PageTables:         5588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     505732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61208 MiB
End job on node116 at 2019-09-17 09:02:24