Trace number 4399637

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 parallelUNSAT 3722.76 542.941

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-05-fair.xml
MD5SUMce7bc4154440f5a39d3b926bfba59e31
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.1142
Satisfiable
(Un)Satisfiability was proved
Number of variables14949
Number of constraints14152
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1994},{"size":201,"count":72},{"size":20001,"count":12883}]
Minimum variable degree2
Maximum variable degree126
Distribution of variable degrees[{"degree":2,"count":13223},{"degree":3,"count":330},{"degree":4,"count":38},{"degree":5,"count":176},{"degree":6,"count":109},{"degree":7,"count":286},{"degree":8,"count":369},{"degree":9,"count":224},{"degree":10,"count":24},{"degree":12,"count":11},{"degree":13,"count":120},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":6},{"degree":57,"count":6},{"degree":59,"count":3},{"degree":70,"count":1},{"degree":80,"count":5},{"degree":122,"count":1},{"degree":125,"count":2},{"degree":126,"count":3}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2301},{"arity":3,"count":11849}]
Number of extensional constraints0
Number of intensional constraints14152
Distribution of constraint types[{"type":"intension","count":14152}]
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-4399637-1568714849.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399637-1568714849.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
44.91/10.12	c solve instance...
3722.61/542.89	s UNSATISFIABLE

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399637-1568714849/watcher-4399637-1568714849 -o /tmp/evaluation-result-4399637-1568714849/solver-4399637-1568714849 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568710957-27730 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1370859379 HOME/instance-4399637-1568714849.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
Current StackSize limit: 8192 KiB

solver pid=28435, runsolver pid=28432

[startup+0.10014 s]*
/proc/loadavg: 7.38 6.73 6.37 2/211 28456
/proc/meminfo: memFree=31662648/32770624 swapFree=67002432/67108860
[pid=28435] ppid=28432 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28435/stat : 28435 (xcsp3-exec) S 28432 28435 27703 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447733516 115843072 363 33554432000 4194304 5098028 140731305655440 140731305653544 139652092506748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21549056 140731305657205 140731305657449 140731305657449 140731305660362 0
/proc/28435/statm: 28282 363 305 221 0 87 0
[pid=28437] ppid=28435 vsize=28227396 memory=28964 CPUtime=0.12 cores=0-7
/proc/28437/stat : 28437 (java) S 28435 28435 27703 0 -1 1077944320 5707 0 0 0 11 1 0 0 20 0 20 0 447733516 28904853504 7241 33554432000 4194304 4196468 140727137304592 140727137287136 140134577282807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
/proc/28437/statm: 7056849 7241 3123 1 0 7019032 0
[pid=28437/tid=28438] ppid=28435 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28437/task/28438/stat : 28438 (java) R 28435 28435 27703 0 -1 4202560 3629 0 0 0 8 0 0 0 20 0 20 0 447733516 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134581509280 140134577294742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28439] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28439/stat : 28439 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134529903120 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28440] ppid=28435 vsize=28227396 memory=140531875116672 CPUtime=0 cores=0-7
/proc/28437/task/28440/stat : 28440 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134528850576 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28441] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28441/stat : 28441 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134527797520 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28442] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28442/stat : 28442 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134526744976 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28443] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28443/stat : 28443 (java) S 28435 28435 27703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134525692944 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28444] ppid=28435 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28437/task/28444/stat : 28444 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134524640400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28445] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28445/stat : 28445 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134523587344 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28446] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28446/stat : 28446 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 7241 33554432000 4194304 4196468 140727137304592 140134522534800 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28447] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28447/stat : 28447 (java) S 28435 28435 27703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447733519 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132705392880 140134577293954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28448] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28448/stat : 28448 (java) S 28435 28435 27703 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447733519 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132704339104 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28449] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28449/stat : 28449 (java) S 28435 28435 27703 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447733519 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132636156656 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28450] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28450/stat : 28450 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132635105232 140134577301403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28451] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28451/stat : 28451 (java) S 28435 28435 27703 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132634053360 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28452] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28452/stat : 28452 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132633000816 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28453] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28453/stat : 28453 (java) S 28435 28435 27703 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132631947760 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28454] ppid=28435 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/28437/task/28454/stat : 28454 (java) S 28435 28435 27703 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 20 0 447733522 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132630895216 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28455] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28455/stat : 28455 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132629842400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28456] ppid=28435 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28437/task/28456/stat : 28456 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 7241 33554432000 4194304 4196468 140727137304592 140132628789936 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30416 KiB

[startup+0.209877 s]*
/proc/loadavg: 7.03 6.66 6.36 3/211 28456
/proc/meminfo: memFree=31649104/32770624 swapFree=67002432/67108860
[pid=28435] ppid=28432 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28435/stat : 28435 (xcsp3-exec) S 28432 28435 27703 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447733516 115843072 363 33554432000 4194304 5098028 140731305655440 140731305653544 139652092506748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21549056 140731305657205 140731305657449 140731305657449 140731305660362 0
/proc/28435/statm: 28282 363 305 221 0 87 0
[pid=28437] ppid=28435 vsize=28227396 memory=40148 CPUtime=0.33 cores=0-7
/proc/28437/stat : 28437 (java) S 28435 28435 27703 0 -1 1077944320 9333 0 0 0 31 2 0 0 20 0 20 0 447733516 28904853504 10037 33554432000 4194304 4196468 140727137304592 140727137287136 140134577282807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
/proc/28437/statm: 7056849 10037 3248 1 0 7019032 0
[pid=28437/tid=28438] ppid=28435 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28437/task/28438/stat : 28438 (java) R 28435 28435 27703 0 -1 4202560 6606 0 0 0 18 1 0 0 20 0 20 0 447733516 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134581514720 140134577294742 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28439] ppid=28435 vsize=28227396 memory=330 CPUtime=0 cores=0-7
/proc/28437/task/28439/stat : 28439 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134529903120 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28440] ppid=28435 vsize=28227396 memory=288370908026828416 CPUtime=0 cores=0-7
/proc/28437/task/28440/stat : 28440 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134528850576 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28441] ppid=28435 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28437/task/28441/stat : 28441 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134527797520 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28442] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28442/stat : 28442 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134526744976 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28443] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28443/stat : 28443 (java) S 28435 28435 27703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134525692944 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28444] ppid=28435 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28437/task/28444/stat : 28444 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134524640400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28445] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28445/stat : 28445 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134523587344 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28446] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28446/stat : 28446 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28904853504 10037 33554432000 4194304 4196468 140727137304592 140134522534800 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28447] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28447/stat : 28447 (java) S 28435 28435 27703 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447733519 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132705392880 140134577293954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28448] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28448/stat : 28448 (java) S 28435 28435 27703 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447733519 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132704339104 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28449] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28449/stat : 28449 (java) S 28435 28435 27703 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447733519 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132636156656 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28450] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28450/stat : 28450 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132635105232 140134577301403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28451] ppid=28435 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28437/task/28451/stat : 28451 (java) S 28435 28435 27703 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 20 0 447733522 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132634053360 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28452] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28452/stat : 28452 (java) S 28435 28435 27703 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132633000816 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28453] ppid=28435 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/28437/task/28453/stat : 28453 (java) S 28435 28435 27703 0 -1 1077944384 241 0 0 0 2 0 0 0 20 0 20 0 447733522 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132631947760 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28454] ppid=28435 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/28437/task/28454/stat : 28454 (java) R 28435 28435 27703 0 -1 4202560 789 0 0 0 8 0 0 0 20 0 20 0 447733522 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132630895216 140134555966916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28455] ppid=28435 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28455/stat : 28455 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132629842400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28456] ppid=28435 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28437/task/28456/stat : 28456 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733522 28904853504 10037 33554432000 4194304 4196468 140727137304592 140132628789936 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41600 KiB

[startup+0.309545 s]*
/proc/loadavg: 7.03 6.66 6.36 4/211 28456
/proc/meminfo: memFree=31641692/32770624 swapFree=67002432/67108860
[pid=28435] ppid=28432 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28435/stat : 28435 (xcsp3-exec) S 28432 28435 27703 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447733516 115843072 363 33554432000 4194304 5098028 140731305655440 140731305653544 139652092506748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21549056 140731305657205 140731305657449 140731305657449 140731305660362 0
/proc/28435/statm: 28282 363 305 221 0 87 0
[pid=28437] ppid=28435 vsize=28231652 memory=49676 CPUtime=0.52 cores=0-7
/proc/28437/stat : 28437 (java) S 28435 28435 27703 0 -1 1077944320 10777 0 0 0 49 3 0 0 20 0 20 0 447733516 28909211648 12419 33554432000 4194304 4196468 140727137304592 140727137287136 140134577282807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
/proc/28437/statm: 7057913 12419 3358 1 0 7019032 0
[pid=28437/tid=28438] ppid=28435 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28437/task/28438/stat : 28438 (java) R 28435 28435 27703 0 -1 4202560 7744 0 0 0 27 2 0 0 20 0 20 0 447733516 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134581513920 140134577304733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28439] ppid=28435 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28439/stat : 28439 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134529903120 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28440] ppid=28435 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28440/stat : 28440 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134528850576 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28441] ppid=28435 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28441/stat : 28441 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134527797520 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28442] ppid=28435 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28442/stat : 28442 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134526744976 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28443] ppid=28435 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/28437/task/28443/stat : 28443 (java) S 28435 28435 27703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447733517 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134525692944 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28444] ppid=28435 vsize=28231652 memory=140531732673455 CPUtime=0 cores=0-7
/proc/28437/task/28444/stat : 28444 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134524640400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28445] ppid=28435 vsize=28231652 memory=140531732675760 CPUtime=0 cores=0-7
/proc/28437/task/28445/stat : 28445 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447733517 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134523587344 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28446] ppid=28435 vsize=28231652 memory=140531732678064 CPUtime=0 cores=0-7
/proc/28437/task/28446/stat : 28446 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28909211648 12419 33554432000 4194304 4196468 140727137304592 140134522534800 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28447] ppid=28435 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28447/stat : 28447 (java) S 28435 28435 27703 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447733519 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132705392880 140134577293954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28448] ppid=28435 vsize=28231652 memory=281063465363088 CPUtime=0 cores=0-7
/proc/28437/task/28448/stat : 28448 (java) S 28435 28435 27703 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447733519 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132704339104 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28449] ppid=28435 vsize=28231652 memory=281063465370000 CPUtime=0 cores=0-7
/proc/28437/task/28449/stat : 28449 (java) S 28435 28435 27703 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447733519 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132636156656 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28450] ppid=28435 vsize=28231652 memory=281063465311280 CPUtime=0 cores=0-7
/proc/28437/task/28450/stat : 28450 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733522 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132635105232 140134577301403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28451] ppid=28435 vsize=28231652 memory=281063465383824 CPUtime=0.02 cores=0-7
/proc/28437/task/28451/stat : 28451 (java) S 28435 28435 27703 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 20 0 447733522 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132634053360 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28452] ppid=28435 vsize=28231652 memory=281063465390736 CPUtime=0.02 cores=0-7
/proc/28437/task/28452/stat : 28452 (java) S 28435 28435 27703 0 -1 1077944384 79 0 0 0 2 0 0 0 20 0 20 0 447733522 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132633000816 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28453] ppid=28435 vsize=28231652 memory=281063465388432 CPUtime=0.04 cores=0-7
/proc/28437/task/28453/stat : 28453 (java) R 28435 28435 27703 0 -1 4202560 363 0 0 0 4 0 0 0 20 0 20 0 447733522 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132631938144 140134556975870 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28454] ppid=28435 vsize=28231652 memory=281063465404592 CPUtime=0.12 cores=0-7
/proc/28437/task/28454/stat : 28454 (java) S 28435 28435 27703 0 -1 1077944384 908 0 0 0 12 0 0 0 20 0 20 0 447733522 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132630895216 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28455] ppid=28435 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28455/stat : 28455 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447733522 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132629842400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28456] ppid=28435 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/28437/task/28456/stat : 28456 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733522 28909211648 12419 33554432000 4194304 4196468 140727137304592 140132628789936 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51128 KiB

[startup+0.700929 s]
/proc/loadavg: 7.03 6.66 6.36 5/211 28456
/proc/meminfo: memFree=31613068/32770624 swapFree=67002432/67108860
[pid=28435] ppid=28432 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28435/stat : 28435 (xcsp3-exec) S 28432 28435 27703 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447733516 115843072 363 33554432000 4194304 5098028 140731305655440 140731305653544 139652092506748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21549056 140731305657205 140731305657449 140731305657449 140731305660362 0
/proc/28435/statm: 28282 363 305 221 0 87 0
[pid=28437] ppid=28435 vsize=28233776 memory=123060 CPUtime=2 cores=0-7
/proc/28437/stat : 28437 (java) S 28435 28435 27703 0 -1 1077944320 15281 0 0 0 194 6 0 0 20 0 20 0 447733516 28911386624 30765 33554432000 4194304 4196468 140727137304592 140727137287136 140134577282807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
/proc/28437/statm: 7058444 30765 3451 1 0 7019544 0
[pid=28437/tid=28438] ppid=28435 vsize=28233776 memory=281063465762480 CPUtime=0.68 cores=0-7
/proc/28437/task/28438/stat : 28438 (java) R 28435 28435 27703 0 -1 4202560 8365 0 0 0 65 3 0 0 20 0 20 0 447733516 28911386624 30765 33554432000 4194304 4196468 140727137304592 140134581517200 140134196781813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28439] ppid=28435 vsize=28233776 memory=140531732882288 CPUtime=0 cores=0-7
/proc/28437/task/28439/stat : 28439 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28911386624 30765 33554432000 4194304 4196468 140727137304592 140134529903120 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28440] ppid=28435 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/28437/task/28440/stat : 28440 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28911386624 30765 33554432000 4194304 4196468 140727137304592 140134528850576 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28441] ppid=28435 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/28437/task/28441/stat : 28441 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447733517 28911386624 30765 33554432000 4194304 4196468 140727137304592 140134527797520 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0

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

[pid=28437/tid=28459] ppid=28435 vsize=28768336 memory=1556 CPUtime=487.55 cores=0-7
/proc/28437/task/28459/stat : 28459 (java) R 28435 28435 27703 0 -1 4202560 34546 0 0 0 48654 101 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132615608776 140134203157073 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28460] ppid=28435 vsize=28768336 memory=48140 CPUtime=416.28 cores=0-7
/proc/28437/task/28460/stat : 28460 (java) S 28435 28435 27703 0 -1 1077944384 55276 0 0 0 41491 137 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132614559312 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28461] ppid=28435 vsize=28768336 memory=988 CPUtime=416.92 cores=0-7
/proc/28437/task/28461/stat : 28461 (java) S 28435 28435 27703 0 -1 1077944384 19149 0 0 0 41645 47 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132613506256 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28462] ppid=28435 vsize=28768336 memory=2024 CPUtime=417 cores=0-7
/proc/28437/task/28462/stat : 28462 (java) S 28435 28435 27703 0 -1 1077944384 22924 0 0 0 41653 47 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132612453712 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28463] ppid=28435 vsize=28768336 memory=1416 CPUtime=415.79 cores=0-7
/proc/28437/task/28463/stat : 28463 (java) S 28435 28435 27703 0 -1 1077944384 22931 0 0 0 41513 66 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132611400656 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28464] ppid=28435 vsize=28768336 memory=776 CPUtime=413.62 cores=0-7
/proc/28437/task/28464/stat : 28464 (java) S 28435 28435 27703 0 -1 1077944384 29935 0 0 0 41316 46 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132610348112 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
Current children cumulated CPU time: 3721.41 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 9349604 KiB

[startup+542.401 s]
/proc/loadavg: 3.14 6.37 6.60 2/219 28504
/proc/meminfo: memFree=22325028/32770624 swapFree=67002432/67108860
[pid=28435] ppid=28432 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28435/stat : 28435 (xcsp3-exec) S 28432 28435 27703 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447733516 115843072 363 33554432000 4194304 5098028 140731305655440 140731305653544 139652092506748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21549056 140731305657205 140731305657449 140731305657449 140731305660362 0
/proc/28435/statm: 28282 363 305 221 0 87 0
[pid=28437] ppid=28435 vsize=28768336 memory=9348152 CPUtime=3722.21 cores=0-7
/proc/28437/stat : 28437 (java) S 28435 28435 27703 0 -1 1077944320 462923 0 0 0 370226 1995 0 0 20 0 28 0 447733516 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140727137287136 140134577282807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
/proc/28437/statm: 7192084 2337038 3556 1 0 7153184 0
[pid=28437/tid=28438] ppid=28435 vsize=28768336 memory=776 CPUtime=6.38 cores=0-7
/proc/28437/task/28438/stat : 28438 (java) S 28435 28435 27703 0 -1 1077944384 13137 0 0 0 619 19 0 0 20 0 28 0 447733516 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134581523584 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28439] ppid=28435 vsize=28768336 memory=3980 CPUtime=36.4 cores=0-7
/proc/28437/task/28439/stat : 28439 (java) S 28435 28435 27703 0 -1 1077944384 11747 0 0 0 3455 185 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134529903120 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28440] ppid=28435 vsize=28768336 memory=1220 CPUtime=36.55 cores=0-7
/proc/28437/task/28440/stat : 28440 (java) S 28435 28435 27703 0 -1 1077944384 15355 0 0 0 3488 167 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134528850576 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28441] ppid=28435 vsize=28768336 memory=9348152 CPUtime=36.54 cores=0-7
/proc/28437/task/28441/stat : 28441 (java) S 28435 28435 27703 0 -1 1077944384 11718 0 0 0 3472 182 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134527797520 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28442] ppid=28435 vsize=28768336 memory=111632 CPUtime=36.42 cores=0-7
/proc/28437/task/28442/stat : 28442 (java) S 28435 28435 27703 0 -1 1077944384 14862 0 0 0 3457 185 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134526744976 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28443] ppid=28435 vsize=28768336 memory=796 CPUtime=36.04 cores=0-7
/proc/28437/task/28443/stat : 28443 (java) S 28435 28435 27703 0 -1 1077944384 17461 0 0 0 3436 168 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134525692944 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28444] ppid=28435 vsize=28768336 memory=1808 CPUtime=36.32 cores=0-7
/proc/28437/task/28444/stat : 28444 (java) S 28435 28435 27703 0 -1 1077944384 10927 0 0 0 3449 183 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134524640400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28445] ppid=28435 vsize=28768336 memory=920 CPUtime=36.24 cores=0-7
/proc/28437/task/28445/stat : 28445 (java) S 28435 28435 27703 0 -1 1077944384 10550 0 0 0 3441 183 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134523587344 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28446] ppid=28435 vsize=28768336 memory=4808 CPUtime=36.27 cores=0-7
/proc/28437/task/28446/stat : 28446 (java) S 28435 28435 27703 0 -1 1077944384 13481 0 0 0 3444 183 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134522534800 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28447] ppid=28435 vsize=28768336 memory=4104 CPUtime=8.34 cores=0-7
/proc/28437/task/28447/stat : 28447 (java) S 28435 28435 27703 0 -1 1077944384 31043 0 0 0 817 17 0 0 20 0 28 0 447733519 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132705392880 140134577293954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28448] ppid=28435 vsize=28768336 memory=1412 CPUtime=0 cores=0-7
/proc/28437/task/28448/stat : 28448 (java) S 28435 28435 27703 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 447733519 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132704339168 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28449] ppid=28435 vsize=28768336 memory=10600 CPUtime=0 cores=0-7
/proc/28437/task/28449/stat : 28449 (java) S 28435 28435 27703 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 28 0 447733519 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132636156672 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28450] ppid=28435 vsize=28768336 memory=1740 CPUtime=0 cores=0-7
/proc/28437/task/28450/stat : 28450 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132635105232 140134577301403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28451] ppid=28435 vsize=28768336 memory=5992 CPUtime=5.17 cores=0-7
/proc/28437/task/28451/stat : 28451 (java) S 28435 28435 27703 0 -1 1077944384 23844 0 0 0 513 4 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132634053360 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28452] ppid=28435 vsize=28768336 memory=636 CPUtime=4.95 cores=0-7
/proc/28437/task/28452/stat : 28452 (java) S 28435 28435 27703 0 -1 1077944384 23827 0 0 0 489 6 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132633000816 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28453] ppid=28435 vsize=28768336 memory=2884 CPUtime=5.32 cores=0-7
/proc/28437/task/28453/stat : 28453 (java) S 28435 28435 27703 0 -1 1077944384 30903 0 0 0 526 6 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132631947760 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28454] ppid=28435 vsize=28768336 memory=1056 CPUtime=1.32 cores=0-7
/proc/28437/task/28454/stat : 28454 (java) S 28435 28435 27703 0 -1 1077944384 18686 0 0 0 128 4 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132630895216 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28455] ppid=28435 vsize=28768336 memory=1568 CPUtime=0 cores=0-7
/proc/28437/task/28455/stat : 28455 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132629842400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28456] ppid=28435 vsize=28768336 memory=1452 CPUtime=0.25 cores=0-7
/proc/28437/task/28456/stat : 28456 (java) S 28435 28435 27703 0 -1 1077944384 2778 0 0 0 12 13 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132628789936 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28457] ppid=28435 vsize=28768336 memory=9348152 CPUtime=414.56 cores=0-7
/proc/28437/task/28457/stat : 28457 (java) S 28435 28435 27703 0 -1 1077944384 10294 0 0 0 41438 18 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132617714928 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28458] ppid=28435 vsize=28768336 memory=10600 CPUtime=416.95 cores=0-7
/proc/28437/task/28458/stat : 28458 (java) S 28435 28435 27703 0 -1 1077944384 16058 0 0 0 41666 29 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132616663888 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28459] ppid=28435 vsize=28768336 memory=1740 CPUtime=488.35 cores=0-7
/proc/28437/task/28459/stat : 28459 (java) R 28435 28435 27703 0 -1 4202560 34651 0 0 0 48734 101 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132615608776 140134203157292 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28460] ppid=28435 vsize=28768336 memory=48140 CPUtime=416.28 cores=0-7
/proc/28437/task/28460/stat : 28460 (java) S 28435 28435 27703 0 -1 1077944384 55276 0 0 0 41491 137 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132614559312 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28461] ppid=28435 vsize=28768336 memory=988 CPUtime=416.92 cores=0-7
/proc/28437/task/28461/stat : 28461 (java) S 28435 28435 27703 0 -1 1077944384 19149 0 0 0 41645 47 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132613506256 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28462] ppid=28435 vsize=28768336 memory=2024 CPUtime=417 cores=0-7
/proc/28437/task/28462/stat : 28462 (java) S 28435 28435 27703 0 -1 1077944384 22924 0 0 0 41653 47 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132612453712 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28463] ppid=28435 vsize=28768336 memory=1048 CPUtime=415.79 cores=0-7
/proc/28437/task/28463/stat : 28463 (java) S 28435 28435 27703 0 -1 1077944384 22931 0 0 0 41513 66 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132611400656 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28464] ppid=28435 vsize=28768336 memory=14008 CPUtime=413.62 cores=0-7
/proc/28437/task/28464/stat : 28464 (java) S 28435 28435 27703 0 -1 1077944384 29935 0 0 0 41316 46 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132610348112 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
Current children cumulated CPU time: 3722.21 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 9349604 KiB

[startup+542.801 s]
/proc/loadavg: 3.14 6.37 6.60 2/219 28504
/proc/meminfo: memFree=22325028/32770624 swapFree=67002432/67108860
[pid=28435] ppid=28432 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28435/stat : 28435 (xcsp3-exec) S 28432 28435 27703 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447733516 115843072 363 33554432000 4194304 5098028 140731305655440 140731305653544 139652092506748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21549056 140731305657205 140731305657449 140731305657449 140731305660362 0
/proc/28435/statm: 28282 363 305 221 0 87 0
[pid=28437] ppid=28435 vsize=28768336 memory=9348152 CPUtime=3722.61 cores=0-7
/proc/28437/stat : 28437 (java) S 28435 28435 27703 0 -1 1077944320 463301 0 0 0 370266 1995 0 0 20 0 28 0 447733516 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140727137287136 140134577282807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
/proc/28437/statm: 7192084 2337038 3556 1 0 7153184 0
[pid=28437/tid=28438] ppid=28435 vsize=28768336 memory=9348152 CPUtime=6.38 cores=0-7
/proc/28437/task/28438/stat : 28438 (java) S 28435 28435 27703 0 -1 1077944384 13137 0 0 0 619 19 0 0 20 0 28 0 447733516 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134581523584 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28439] ppid=28435 vsize=28768336 memory=9348152 CPUtime=36.4 cores=0-7
/proc/28437/task/28439/stat : 28439 (java) S 28435 28435 27703 0 -1 1077944384 11747 0 0 0 3455 185 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134529903120 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28440] ppid=28435 vsize=28768336 memory=6791534058613427641 CPUtime=36.55 cores=0-7
/proc/28437/task/28440/stat : 28440 (java) S 28435 28435 27703 0 -1 1077944384 15355 0 0 0 3488 167 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134528850576 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28441] ppid=28435 vsize=28768336 memory=932 CPUtime=36.54 cores=0-7
/proc/28437/task/28441/stat : 28441 (java) S 28435 28435 27703 0 -1 1077944384 11718 0 0 0 3472 182 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134527797520 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28442] ppid=28435 vsize=28768336 memory=1768 CPUtime=36.42 cores=0-7
/proc/28437/task/28442/stat : 28442 (java) S 28435 28435 27703 0 -1 1077944384 14862 0 0 0 3457 185 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134526744976 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28443] ppid=28435 vsize=28768336 memory=1656 CPUtime=36.04 cores=0-7
/proc/28437/task/28443/stat : 28443 (java) S 28435 28435 27703 0 -1 1077944384 17461 0 0 0 3436 168 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134525692944 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28444] ppid=28435 vsize=28768336 memory=804 CPUtime=36.32 cores=0-7
/proc/28437/task/28444/stat : 28444 (java) S 28435 28435 27703 0 -1 1077944384 10927 0 0 0 3449 183 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134524640400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28445] ppid=28435 vsize=28768336 memory=1448 CPUtime=36.24 cores=0-7
/proc/28437/task/28445/stat : 28445 (java) S 28435 28435 27703 0 -1 1077944384 10550 0 0 0 3441 183 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134523587344 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28446] ppid=28435 vsize=28768336 memory=1980 CPUtime=36.27 cores=0-7
/proc/28437/task/28446/stat : 28446 (java) S 28435 28435 27703 0 -1 1077944384 13481 0 0 0 3444 183 0 0 20 0 28 0 447733517 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140134522534800 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28447] ppid=28435 vsize=28768336 memory=2812 CPUtime=8.34 cores=0-7
/proc/28437/task/28447/stat : 28447 (java) S 28435 28435 27703 0 -1 1077944384 31043 0 0 0 817 17 0 0 20 0 28 0 447733519 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132705392880 140134577293954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28448] ppid=28435 vsize=28768336 memory=1764 CPUtime=0 cores=0-7
/proc/28437/task/28448/stat : 28448 (java) S 28435 28435 27703 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 447733519 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132704339168 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28449] ppid=28435 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/28437/task/28449/stat : 28449 (java) S 28435 28435 27703 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 28 0 447733519 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132636156672 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28450] ppid=28435 vsize=28768336 memory=9348152 CPUtime=0 cores=0-7
/proc/28437/task/28450/stat : 28450 (java) S 28435 28435 27703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132635105232 140134577301403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28451] ppid=28435 vsize=28768336 memory=14008 CPUtime=5.17 cores=0-7
/proc/28437/task/28451/stat : 28451 (java) S 28435 28435 27703 0 -1 1077944384 23844 0 0 0 513 4 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132634053360 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28452] ppid=28435 vsize=28768336 memory=12040 CPUtime=4.95 cores=0-7
/proc/28437/task/28452/stat : 28452 (java) S 28435 28435 27703 0 -1 1077944384 23827 0 0 0 489 6 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132633000816 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28453] ppid=28435 vsize=28768336 memory=2120 CPUtime=5.32 cores=0-7
/proc/28437/task/28453/stat : 28453 (java) S 28435 28435 27703 0 -1 1077944384 30903 0 0 0 526 6 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132631947760 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28454] ppid=28435 vsize=28768336 memory=25972 CPUtime=1.32 cores=0-7
/proc/28437/task/28454/stat : 28454 (java) S 28435 28435 27703 0 -1 1077944384 18686 0 0 0 128 4 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132630895216 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28455] ppid=28435 vsize=28768336 memory=1556 CPUtime=0 cores=0-7
/proc/28437/task/28455/stat : 28455 (java) S 28435 28435 27703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132629842400 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28456] ppid=28435 vsize=28768336 memory=500 CPUtime=0.25 cores=0-7
/proc/28437/task/28456/stat : 28456 (java) S 28435 28435 27703 0 -1 1077944384 2778 0 0 0 12 13 0 0 20 0 28 0 447733522 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132628789936 140134577293954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28457] ppid=28435 vsize=28768336 memory=932 CPUtime=414.56 cores=0-7
/proc/28437/task/28457/stat : 28457 (java) S 28435 28435 27703 0 -1 1077944384 10294 0 0 0 41438 18 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132617714928 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28458] ppid=28435 vsize=28768336 memory=1452 CPUtime=416.95 cores=0-7
/proc/28437/task/28458/stat : 28458 (java) S 28435 28435 27703 0 -1 1077944384 16058 0 0 0 41666 29 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132616663888 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28459] ppid=28435 vsize=28768336 memory=1452 CPUtime=488.75 cores=0-7
/proc/28437/task/28459/stat : 28459 (java) R 28435 28435 27703 0 -1 4202560 35029 0 0 0 48774 101 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132615608776 140134204875905 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28460] ppid=28435 vsize=28768336 memory=9348152 CPUtime=416.28 cores=0-7
/proc/28437/task/28460/stat : 28460 (java) S 28435 28435 27703 0 -1 1077944384 55276 0 0 0 41491 137 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132614559312 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28461] ppid=28435 vsize=28768336 memory=1048 CPUtime=416.92 cores=0-7
/proc/28437/task/28461/stat : 28461 (java) S 28435 28435 27703 0 -1 1077944384 19149 0 0 0 41645 47 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132613506256 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28462] ppid=28435 vsize=28768336 memory=14008 CPUtime=417 cores=0-7
/proc/28437/task/28462/stat : 28462 (java) S 28435 28435 27703 0 -1 1077944384 22924 0 0 0 41653 47 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132612453712 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28463] ppid=28435 vsize=28768336 memory=12040 CPUtime=415.79 cores=0-7
/proc/28437/task/28463/stat : 28463 (java) S 28435 28435 27703 0 -1 1077944384 22931 0 0 0 41513 66 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132611400656 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
[pid=28437/tid=28464] ppid=28435 vsize=28768336 memory=2120 CPUtime=413.62 cores=0-7
/proc/28437/task/28464/stat : 28464 (java) S 28435 28435 27703 0 -1 1077944384 29935 0 0 0 41316 46 0 0 20 0 28 0 447734536 29458776064 2337038 33554432000 4194304 4196468 140727137304592 140132610348112 140134577293013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30781440 140727137309674 140727137309846 140727137309846 140727137312719 0
Current children cumulated CPU time: 3722.61 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 9349604 KiB

[startup+542.901 s]
/proc/loadavg: 3.14 6.37 6.60 2/219 28504
/proc/meminfo: memFree=22325028/32770624 swapFree=67002432/67108860
[pid=28435] ppid=28432 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28435/stat : 28435 (xcsp3-exec) S 28432 28435 27703 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447733516 115843072 363 33554432000 4194304 5098028 140731305655440 140731305653544 139652092506748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21549056 140731305657205 140731305657449 140731305657449 140731305660362 0
/proc/28435/statm: 28282 363 305 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): 542.941
CPU time (s): 3722.76
CPU user time (s): 3702.76
CPU system time (s): 20.003
CPU usage (%): 685.666
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 9349604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3702.76
system time used= 20.003
maximum resident set size= 9348172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24499
involuntary context switches= 46937


# summary of solver processes directly reported to runsolver:
#   pid: 28435
#   total CPU time (s): 3722.76
#   total CPU user time (s): 3702.76
#   total CPU system time (s): 20.003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53728 second user time and 6.80158 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-17 12:06:44
IDJOB=4399637
IDBENCH=139233
IDSOLVER=2854
FILE ID=node136/4399637-1568714849
RUNJOBID= node136-1568710957-27730
PBS_JOBID= 21703920
Free space on /tmp= 61144 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-05-fair.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-4399637-1568714849/watcher-4399637-1568714849 -o /tmp/evaluation-result-4399637-1568714849/solver-4399637-1568714849 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568710957-27730 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1370859379 HOME/instance-4399637-1568714849.xml

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

MD5SUM BENCH= ce7bc4154440f5a39d3b926bfba59e31
RANDOM SEED=1370859379

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31679048 kB
MemAvailable:   31899744 kB
Buffers:           73260 kB
Cached:           448736 kB
SwapCached:         3548 kB
Active:           220880 kB
Inactive:         307000 kB
Active(anon):       5184 kB
Inactive(anon):    49444 kB
Active(file):     215696 kB
Inactive(file):   257556 kB
Unevictable:      110280 kB
Mlocked:          110280 kB
SwapTotal:      67108860 kB
SwapFree:       67002432 kB
Dirty:             26612 kB
Writeback:             0 kB
AnonPages:        123708 kB
Mapped:            48560 kB
Shmem:             40356 kB
Slab:             154832 kB
SReclaimable:     126556 kB
SUnreclaim:        28276 kB
KernelStack:        3712 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61120 MiB
End job on node136 at 2019-09-17 12:15:48