Trace number 4404227

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallelSAT 7.49736 2.05717

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-3-4-cp.xml
MD5SUMfefd0dc8744a7f984307705d377cf1e3
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.123382
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints636
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":60}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":45},{"degree":45,"count":15}]
Minimum constraint arity4
Maximum constraint arity60
Distribution of constraint arities[{"arity":4,"count":630},{"arity":15,"count":5},{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404227-1568997672.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404227-1568997672.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
5.85/1.81	c solve instance...
7.28/2.04	s SATISFIABLE
7.28/2.04	v <instantiation>
7.28/2.04	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] </list>
7.28/2.04	v 	<values>0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 0 1 2 1 3 4 0 1 2 0 3 4 2 3 4 1 3 4 2 3 0 2 4 3 0 1 2 0 4 1 1 3 4 2 4 1 3 0 1 0 2 4 2 3 0 </values>
7.28/2.04	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404227-1568997672/watcher-4404227-1568997672 -o /var/tmp/evaluation-result-4404227-1568997672/solver-4404227-1568997672 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1568991056-11743 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1416631983 HOME/instance-4404227-1568997672.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12396, runsolver pid=12393
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 7.23 7.20 7.65 2/210 12417
/proc/meminfo: memFree=17313800/32770624 swapFree=66952636/67108860
[pid=12396] ppid=12393 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12396/stat : 12396 (xcsp3-exec) S 12393 12396 11716 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476022813 115843072 363 33554432000 4194304 5098028 140733636519568 140733636517672 140446020285052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26869760 140733636526929 140733636527189 140733636527189 140733636530118 0
/proc/12396/statm: 28282 363 304 221 0 87 0
[pid=12398] ppid=12396 vsize=28227396 memory=29344 CPUtime=0.12 cores=0-7
/proc/12398/stat : 12398 (java) S 12396 12396 11716 0 -1 1077944320 5820 0 0 0 11 1 0 0 20 0 20 0 476022813 28904853504 7336 33554432000 4194304 4196468 140727044776368 140727044758912 140344972525303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
/proc/12398/statm: 7056849 7336 3120 1 0 7019032 0
[pid=12398/tid=12399] ppid=12396 vsize=28227396 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/12398/task/12399/stat : 12399 (java) R 12396 12396 11716 0 -1 4202560 3726 0 0 0 8 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344976760480 140344972537238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12400] ppid=12396 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/12398/task/12400/stat : 12400 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344925145488 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12401] ppid=12396 vsize=28227396 memory=140413187794560 CPUtime=0 cores=0-7
/proc/12398/task/12401/stat : 12401 (java) S 12396 12396 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344924092688 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12402] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12402/stat : 12402 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344923040400 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12403] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12403/stat : 12403 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344921987600 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12404] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12404/stat : 12404 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344920935312 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12405] ppid=12396 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12398/task/12405/stat : 12405 (java) S 12396 12396 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344919882512 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12406] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12406/stat : 12406 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344918830224 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12407] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12407/stat : 12407 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 7336 33554432000 4194304 4196468 140727044776368 140344917777424 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12408] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12408/stat : 12408 (java) S 12396 12396 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476022816 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343953549424 140344972536450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12409] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12409/stat : 12409 (java) S 12396 12396 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476022816 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343952495392 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12410] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12410/stat : 12410 (java) S 12396 12396 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476022817 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343951443056 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12411] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12411/stat : 12411 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022819 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343950391376 140344972543899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12412] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12412/stat : 12412 (java) R 12396 12396 11716 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 476022819 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343949339248 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12413] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12413/stat : 12413 (java) S 12396 12396 11716 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 476022819 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343948286448 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12414] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12414/stat : 12414 (java) R 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022819 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343947234160 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12415] ppid=12396 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/12398/task/12415/stat : 12415 (java) R 12396 12396 11716 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 20 0 476022819 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343946181360 140344951237773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12416] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12416/stat : 12416 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022819 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343945128288 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12417] ppid=12396 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12398/task/12417/stat : 12417 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022820 28904853504 7336 33554432000 4194304 4196468 140727044776368 140343944075568 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30796 KiB

[startup+0.210089 s]*
/proc/loadavg: 7.23 7.20 7.65 2/210 12417
/proc/meminfo: memFree=17300944/32770624 swapFree=66952636/67108860
[pid=12396] ppid=12393 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12396/stat : 12396 (xcsp3-exec) S 12393 12396 11716 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476022813 115843072 363 33554432000 4194304 5098028 140733636519568 140733636517672 140446020285052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26869760 140733636526929 140733636527189 140733636527189 140733636530118 0
/proc/12396/statm: 28282 363 304 221 0 87 0
[pid=12398] ppid=12396 vsize=28227396 memory=41196 CPUtime=0.34 cores=0-7
/proc/12398/stat : 12398 (java) S 12396 12396 11716 0 -1 1077944320 9502 0 0 0 31 3 0 0 20 0 20 0 476022813 28904853504 10299 33554432000 4194304 4196468 140727044776368 140727044758912 140344972525303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
/proc/12398/statm: 7056849 10299 3305 1 0 7019032 0
[pid=12398/tid=12399] ppid=12396 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/12398/task/12399/stat : 12399 (java) R 12396 12396 11716 0 -1 4202560 6660 0 0 0 18 1 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344976755024 140344956605790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12400] ppid=12396 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/12398/task/12400/stat : 12400 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344925145488 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12401] ppid=12396 vsize=28227396 memory=288370789339506304 CPUtime=0 cores=0-7
/proc/12398/task/12401/stat : 12401 (java) S 12396 12396 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344924092688 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12402] ppid=12396 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12398/task/12402/stat : 12402 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344923040400 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12403] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12403/stat : 12403 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344921987600 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12404] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12404/stat : 12404 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344920935312 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12405] ppid=12396 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12398/task/12405/stat : 12405 (java) S 12396 12396 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344919882512 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12406] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12406/stat : 12406 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344918830224 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12407] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12407/stat : 12407 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022814 28904853504 10299 33554432000 4194304 4196468 140727044776368 140344917777424 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12408] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12408/stat : 12408 (java) S 12396 12396 11716 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476022816 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343953549424 140344972536450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12409] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12409/stat : 12409 (java) S 12396 12396 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476022816 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343952495392 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12410] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12410/stat : 12410 (java) S 12396 12396 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476022817 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343951443056 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12411] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12411/stat : 12411 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022819 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343950391376 140344972543899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12412] ppid=12396 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/12398/task/12412/stat : 12412 (java) S 12396 12396 11716 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 20 0 476022819 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343949339248 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12413] ppid=12396 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/12398/task/12413/stat : 12413 (java) S 12396 12396 11716 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 20 0 476022819 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343948286448 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12414] ppid=12396 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/12398/task/12414/stat : 12414 (java) S 12396 12396 11716 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 20 0 476022819 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343947234160 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12415] ppid=12396 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/12398/task/12415/stat : 12415 (java) S 12396 12396 11716 0 -1 1077944384 732 0 0 0 7 0 0 0 20 0 20 0 476022819 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343946181360 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12416] ppid=12396 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12416/stat : 12416 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022819 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343945128288 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12417] ppid=12396 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12398/task/12417/stat : 12417 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022820 28904853504 10299 33554432000 4194304 4196468 140727044776368 140343944075568 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42648 KiB

[startup+0.309524 s]*
/proc/loadavg: 7.23 7.20 7.65 3/210 12417
/proc/meminfo: memFree=17284740/32770624 swapFree=66952636/67108860
[pid=12396] ppid=12393 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12396/stat : 12396 (xcsp3-exec) S 12393 12396 11716 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476022813 115843072 363 33554432000 4194304 5098028 140733636519568 140733636517672 140446020285052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26869760 140733636526929 140733636527189 140733636527189 140733636530118 0
/proc/12396/statm: 28282 363 304 221 0 87 0
[pid=12398] ppid=12396 vsize=28231652 memory=49616 CPUtime=0.52 cores=0-7
/proc/12398/stat : 12398 (java) S 12396 12396 11716 0 -1 1077944320 10678 0 0 0 48 4 0 0 20 0 20 0 476022813 28909211648 12404 33554432000 4194304 4196468 140727044776368 140727044758912 140344972525303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
/proc/12398/statm: 7057913 12404 3358 1 0 7019032 0
[pid=12398/tid=12399] ppid=12396 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/12398/task/12399/stat : 12399 (java) R 12396 12396 11716 0 -1 4202560 7722 0 0 0 27 2 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344976756416 140344956605790 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12400] ppid=12396 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12400/stat : 12400 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344925145488 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12401] ppid=12396 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12401/stat : 12401 (java) S 12396 12396 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344924092688 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12402] ppid=12396 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12402/stat : 12402 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344923040400 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12403] ppid=12396 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12403/stat : 12403 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344921987600 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12404] ppid=12396 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12404/stat : 12404 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344920935312 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12405] ppid=12396 vsize=28231652 memory=140413084199599 CPUtime=0 cores=0-7
/proc/12398/task/12405/stat : 12405 (java) S 12396 12396 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344919882512 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12406] ppid=12396 vsize=28231652 memory=140413084201904 CPUtime=0 cores=0-7
/proc/12398/task/12406/stat : 12406 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344918830224 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12407] ppid=12396 vsize=28231652 memory=140413084204208 CPUtime=0 cores=0-7
/proc/12398/task/12407/stat : 12407 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022814 28909211648 12404 33554432000 4194304 4196468 140727044776368 140344917777424 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12408] ppid=12396 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12408/stat : 12408 (java) S 12396 12396 11716 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476022816 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343953549424 140344972536450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12409] ppid=12396 vsize=28231652 memory=280826168422288 CPUtime=0 cores=0-7
/proc/12398/task/12409/stat : 12409 (java) S 12396 12396 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476022816 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343952495392 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12410] ppid=12396 vsize=28231652 memory=280826168419984 CPUtime=0 cores=0-7
/proc/12398/task/12410/stat : 12410 (java) S 12396 12396 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476022817 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343951443056 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12411] ppid=12396 vsize=28231652 memory=280826168426896 CPUtime=0 cores=0-7
/proc/12398/task/12411/stat : 12411 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022819 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343950391376 140344972543899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12412] ppid=12396 vsize=28231652 memory=280826168368176 CPUtime=0.02 cores=0-7
/proc/12398/task/12412/stat : 12412 (java) S 12396 12396 11716 0 -1 1077944384 530 0 0 0 2 0 0 0 20 0 20 0 476022819 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343949339248 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12413] ppid=12396 vsize=28231652 memory=280826168440720 CPUtime=0.02 cores=0-7
/proc/12398/task/12413/stat : 12413 (java) S 12396 12396 11716 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 20 0 476022819 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343948286448 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12414] ppid=12396 vsize=28231652 memory=280826168447632 CPUtime=0.02 cores=0-7
/proc/12398/task/12414/stat : 12414 (java) S 12396 12396 11716 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 20 0 476022819 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343947234160 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12415] ppid=12396 vsize=28231652 memory=280826168445328 CPUtime=0.13 cores=0-7
/proc/12398/task/12415/stat : 12415 (java) S 12396 12396 11716 0 -1 1077944384 813 0 0 0 13 0 0 0 20 0 20 0 476022819 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343946181360 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12416] ppid=12396 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12416/stat : 12416 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022819 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343945128288 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12417] ppid=12396 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/12398/task/12417/stat : 12417 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022820 28909211648 12404 33554432000 4194304 4196468 140727044776368 140343944075568 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51068 KiB

[startup+0.700914 s]
/proc/loadavg: 7.23 7.20 7.65 3/210 12417
/proc/meminfo: memFree=17278052/32770624 swapFree=66952636/67108860
[pid=12396] ppid=12393 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12396/stat : 12396 (xcsp3-exec) S 12393 12396 11716 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476022813 115843072 363 33554432000 4194304 5098028 140733636519568 140733636517672 140446020285052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26869760 140733636526929 140733636527189 140733636527189 140733636530118 0
/proc/12396/statm: 28282 363 304 221 0 87 0
[pid=12398] ppid=12396 vsize=28233776 memory=84844 CPUtime=1.6 cores=0-7
/proc/12398/stat : 12398 (java) S 12396 12396 11716 0 -1 1077944320 14910 0 0 0 154 6 0 0 20 0 20 0 476022813 28911386624 21211 33554432000 4194304 4196468 140727044776368 140727044758912 140344972525303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
/proc/12398/statm: 7058444 21211 3459 1 0 7019544 0
[pid=12398/tid=12399] ppid=12396 vsize=28233776 memory=0 CPUtime=0.66 cores=0-7
/proc/12398/task/12399/stat : 12399 (java) R 12396 12396 11716 0 -1 4202560 9123 0 0 0 62 4 0 0 20 0 20 0 476022814 28911386624 21211 33554432000 4194304 4196468 140727044776368 140344976763056 140344972537238 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12400] ppid=12396 vsize=28233776 memory=140413084410736 CPUtime=0 cores=0-7
/proc/12398/task/12400/stat : 12400 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022814 28911386624 21211 33554432000 4194304 4196468 140727044776368 140344925145488 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12401] ppid=12396 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12401/stat : 12401 (java) S 12396 12396 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476022814 28911386624 21211 33554432000 4194304 4196468 140727044776368 140344924092688 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12402] ppid=12396 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/12398/task/12402/stat : 12402 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022814 28911386624 21211 33554432000 4194304 4196468 140727044776368 140344923040400 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0

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

[pid=12398/tid=12403] ppid=12396 vsize=28233776 memory=2372 CPUtime=0.07 cores=0-7
/proc/12398/task/12403/stat : 12403 (java) S 12396 12396 11716 0 -1 1077944384 101 0 0 0 4 3 0 0 20 0 20 0 476022814 28911386624 73602 33554432000 4194304 4196468 140727044776368 140344921987600 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12404] ppid=12396 vsize=28233776 memory=0 CPUtime=0.07 cores=0-7
/proc/12398/task/12404/stat : 12404 (java) S 12396 12396 11716 0 -1 1077944384 96 0 0 0 4 3 0 0 20 0 20 0 476022814 28911386624 73602 33554432000 4194304 4196468 140727044776368 140344920935312 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12405] ppid=12396 vsize=28233776 memory=0 CPUtime=0.06 cores=0-7
/proc/12398/task/12405/stat : 12405 (java) S 12396 12396 11716 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 20 0 476022814 28911386624 73602 33554432000 4194304 4196468 140727044776368 140344919882512 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12406] ppid=12396 vsize=28233776 memory=0 CPUtime=0.07 cores=0-7
/proc/12398/task/12406/stat : 12406 (java) S 12396 12396 11716 0 -1 1077944384 88 0 0 0 4 3 0 0 20 0 20 0 476022814 28911386624 73602 33554432000 4194304 4196468 140727044776368 140344918830224 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12407] ppid=12396 vsize=28233776 memory=140417482761855 CPUtime=0.04 cores=0-7
/proc/12398/task/12407/stat : 12407 (java) S 12396 12396 11716 0 -1 1077944384 37 0 0 0 2 2 0 0 20 0 20 0 476022814 28911386624 73602 33554432000 4194304 4196468 140727044776368 140344917777424 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12408] ppid=12396 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12408/stat : 12408 (java) S 12396 12396 11716 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 476022816 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343953549424 140344972536450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12409] ppid=12396 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12409/stat : 12409 (java) S 12396 12396 11716 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 476022816 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343952495456 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12410] ppid=12396 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12410/stat : 12410 (java) S 12396 12396 11716 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 476022817 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343951443072 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12411] ppid=12396 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12411/stat : 12411 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022819 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343950391376 140344972543899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12412] ppid=12396 vsize=28233776 memory=6655300316396806240 CPUtime=0.76 cores=0-7
/proc/12398/task/12412/stat : 12412 (java) R 12396 12396 11716 0 -1 4202560 2664 0 0 0 76 0 0 0 20 0 20 0 476022819 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343949325808 140344956425768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12413] ppid=12396 vsize=28233776 memory=6944656592455088490 CPUtime=0.78 cores=0-7
/proc/12398/task/12413/stat : 12413 (java) R 12396 12396 11716 0 -1 4202560 2341 0 0 0 78 0 0 0 20 0 20 0 476022819 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343948286448 140344958542022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12414] ppid=12396 vsize=28233776 memory=6791534058613427641 CPUtime=0.81 cores=0-7
/proc/12398/task/12414/stat : 12414 (java) R 12396 12396 11716 0 -1 4202560 1816 0 0 0 81 0 0 0 20 0 20 0 476022819 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343947234288 140344964814769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12415] ppid=12396 vsize=28233776 memory=5787213839949451600 CPUtime=0.54 cores=0-7
/proc/12398/task/12415/stat : 12415 (java) S 12396 12396 11716 0 -1 1077944384 2531 0 0 0 53 1 0 0 20 0 20 0 476022819 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343946181360 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12416] ppid=12396 vsize=28233776 memory=6154538792250073449 CPUtime=0 cores=0-7
/proc/12398/task/12416/stat : 12416 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022819 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343945128288 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12417] ppid=12396 vsize=28233776 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/12398/task/12417/stat : 12417 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022820 28911386624 73602 33554432000 4194304 4196468 140727044776368 140343944075568 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 295860 KiB

[startup+2.05705 s]
# the end of solver process 12396 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.12674 s, system=0.370619 s

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

[startup+1.60108 s]
/proc/loadavg: 7.23 7.20 7.65 3/210 12417
/proc/meminfo: memFree=17166932/32770624 swapFree=66952636/67108860
[pid=12396] ppid=12393 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12396/stat : 12396 (xcsp3-exec) S 12393 12396 11716 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476022813 115843072 363 33554432000 4194304 5098028 140733636519568 140733636517672 140446020285052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26869760 140733636526929 140733636527189 140733636527189 140733636530118 0
/proc/12396/statm: 28282 363 304 221 0 87 0
[pid=12398] ppid=12396 vsize=28233776 memory=297332 CPUtime=5.26 cores=0-7
/proc/12398/stat : 12398 (java) S 12396 12396 11716 0 -1 1077944320 21368 0 0 0 494 32 0 0 20 0 20 0 476022813 28911386624 74333 33554432000 4194304 4196468 140727044776368 140727044758912 140344972525303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
/proc/12398/statm: 7058444 74333 3498 1 0 7019544 0
[pid=12398/tid=12399] ppid=12396 vsize=28233776 memory=7086240567323025472 CPUtime=1.48 cores=0-7
/proc/12398/task/12399/stat : 12399 (java) R 12396 12396 11716 0 -1 4202560 9349 0 0 0 143 5 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344976761736 140344587129652 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12400] ppid=12396 vsize=28233776 memory=5933896499731190373 CPUtime=0.07 cores=0-7
/proc/12398/task/12400/stat : 12400 (java) S 12396 12396 11716 0 -1 1077944384 82 0 0 0 4 3 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344925145488 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12401] ppid=12396 vsize=28233776 memory=6935649255759568960 CPUtime=0.05 cores=0-7
/proc/12398/task/12401/stat : 12401 (java) S 12396 12396 11716 0 -1 1077944384 73 0 0 0 3 2 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344924092688 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12402] ppid=12396 vsize=28233776 memory=3580 CPUtime=0.07 cores=0-7
/proc/12398/task/12402/stat : 12402 (java) S 12396 12396 11716 0 -1 1077944384 81 0 0 0 4 3 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344923040400 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12403] ppid=12396 vsize=28233776 memory=0 CPUtime=0.07 cores=0-7
/proc/12398/task/12403/stat : 12403 (java) S 12396 12396 11716 0 -1 1077944384 101 0 0 0 4 3 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344921987600 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12404] ppid=12396 vsize=28233776 memory=140413084428960 CPUtime=0.07 cores=0-7
/proc/12398/task/12404/stat : 12404 (java) S 12396 12396 11716 0 -1 1077944384 96 0 0 0 4 3 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344920935312 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12405] ppid=12396 vsize=28233776 memory=140413084429056 CPUtime=0.06 cores=0-7
/proc/12398/task/12405/stat : 12405 (java) S 12396 12396 11716 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344919882512 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12406] ppid=12396 vsize=28233776 memory=140413084429152 CPUtime=0.07 cores=0-7
/proc/12398/task/12406/stat : 12406 (java) S 12396 12396 11716 0 -1 1077944384 88 0 0 0 4 3 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344918830224 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12407] ppid=12396 vsize=28233776 memory=140413084429248 CPUtime=0.04 cores=0-7
/proc/12398/task/12407/stat : 12407 (java) S 12396 12396 11716 0 -1 1077944384 37 0 0 0 2 2 0 0 20 0 20 0 476022814 28911386624 74333 33554432000 4194304 4196468 140727044776368 140344917777424 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12408] ppid=12396 vsize=28233776 memory=140413084429344 CPUtime=0 cores=0-7
/proc/12398/task/12408/stat : 12408 (java) S 12396 12396 11716 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 476022816 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343953549424 140344972536450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12409] ppid=12396 vsize=28233776 memory=280826168805184 CPUtime=0 cores=0-7
/proc/12398/task/12409/stat : 12409 (java) S 12396 12396 11716 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 476022816 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343952495456 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12410] ppid=12396 vsize=28233776 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/12398/task/12410/stat : 12410 (java) S 12396 12396 11716 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 476022817 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343951443072 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12411] ppid=12396 vsize=28233776 memory=15252636593031726 CPUtime=0 cores=0-7
/proc/12398/task/12411/stat : 12411 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022819 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343950391376 140344972543899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12412] ppid=12396 vsize=28233776 memory=0 CPUtime=0.85 cores=0-7
/proc/12398/task/12412/stat : 12412 (java) R 12396 12396 11716 0 -1 4202560 2673 0 0 0 85 0 0 0 20 0 20 0 476022819 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343949339248 140344954043150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12413] ppid=12396 vsize=28233776 memory=0 CPUtime=0.88 cores=0-7
/proc/12398/task/12413/stat : 12413 (java) R 12396 12396 11716 0 -1 4202560 2363 0 0 0 88 0 0 0 20 0 20 0 476022819 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343948265440 140344956915160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12414] ppid=12396 vsize=28233776 memory=0 CPUtime=0.92 cores=0-7
/proc/12398/task/12414/stat : 12414 (java) R 12396 12396 11716 0 -1 4202560 2420 0 0 0 91 1 0 0 20 0 20 0 476022819 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343947220040 140344952212012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12415] ppid=12396 vsize=28233776 memory=0 CPUtime=0.54 cores=0-7
/proc/12398/task/12415/stat : 12415 (java) S 12396 12396 11716 0 -1 1077944384 2531 0 0 0 53 1 0 0 20 0 20 0 476022819 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343946181360 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12416] ppid=12396 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12416/stat : 12416 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476022819 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343945128288 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12417] ppid=12396 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12417/stat : 12417 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476022820 28911386624 74333 33554432000 4194304 4196468 140727044776368 140343944075568 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
Current children cumulated CPU time: 5.26 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 298784 KiB

[startup+2.00094 s]*
/proc/loadavg: 7.23 7.20 7.65 7/218 12425
/proc/meminfo: memFree=16948068/32770624 swapFree=66952636/67108860
[pid=12396] ppid=12393 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12396/stat : 12396 (xcsp3-exec) S 12393 12396 11716 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476022813 115843072 363 33554432000 4194304 5098028 140733636519568 140733636517672 140446020285052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26869760 140733636526929 140733636527189 140733636527189 140733636530118 0
/proc/12396/statm: 28282 363 304 221 0 87 0
[pid=12398] ppid=12396 vsize=28768336 memory=396728 CPUtime=7.28 cores=0-7
/proc/12398/stat : 12398 (java) S 12396 12396 11716 0 -1 1077944320 22330 0 0 0 693 35 0 0 20 0 28 0 476022813 29458776064 99182 33554432000 4194304 4196468 140727044776368 140727044758912 140344972525303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
/proc/12398/statm: 7192084 99182 3503 1 0 7153184 0
[pid=12398/tid=12399] ppid=12396 vsize=28768336 memory=6944656592455097440 CPUtime=1.7 cores=0-7
/proc/12398/task/12399/stat : 12399 (java) S 12396 12396 11716 0 -1 1077944384 9462 0 0 0 164 6 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344976766080 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12400] ppid=12396 vsize=28768336 memory=4872558044660077418 CPUtime=0.07 cores=0-7
/proc/12398/task/12400/stat : 12400 (java) S 12396 12396 11716 0 -1 1077944384 82 0 0 0 4 3 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344925145488 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12401] ppid=12396 vsize=28768336 memory=7230638415855315543 CPUtime=0.05 cores=0-7
/proc/12398/task/12401/stat : 12401 (java) S 12396 12396 11716 0 -1 1077944384 73 0 0 0 3 2 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344924092688 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12402] ppid=12396 vsize=28768336 memory=22129 CPUtime=0.07 cores=0-7
/proc/12398/task/12402/stat : 12402 (java) S 12396 12396 11716 0 -1 1077944384 81 0 0 0 4 3 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344923040400 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12403] ppid=12396 vsize=28768336 memory=4420 CPUtime=0.07 cores=0-7
/proc/12398/task/12403/stat : 12403 (java) S 12396 12396 11716 0 -1 1077944384 101 0 0 0 4 3 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344921987600 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12404] ppid=12396 vsize=28768336 memory=6628 CPUtime=0.07 cores=0-7
/proc/12398/task/12404/stat : 12404 (java) S 12396 12396 11716 0 -1 1077944384 96 0 0 0 4 3 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344920935312 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12405] ppid=12396 vsize=28768336 memory=8836 CPUtime=0.06 cores=0-7
/proc/12398/task/12405/stat : 12405 (java) S 12396 12396 11716 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344919882512 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12406] ppid=12396 vsize=28768336 memory=11044 CPUtime=0.07 cores=0-7
/proc/12398/task/12406/stat : 12406 (java) S 12396 12396 11716 0 -1 1077944384 88 0 0 0 4 3 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344918830224 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12407] ppid=12396 vsize=28768336 memory=13252 CPUtime=0.04 cores=0-7
/proc/12398/task/12407/stat : 12407 (java) S 12396 12396 11716 0 -1 1077944384 37 0 0 0 2 2 0 0 20 0 28 0 476022814 29458776064 99182 33554432000 4194304 4196468 140727044776368 140344917777424 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12408] ppid=12396 vsize=28768336 memory=-3252517613199061085 CPUtime=0 cores=0-7
/proc/12398/task/12408/stat : 12408 (java) S 12396 12396 11716 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 476022816 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343953549424 140344972536450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12409] ppid=12396 vsize=28768336 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/12398/task/12409/stat : 12409 (java) S 12396 12396 11716 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476022816 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343952495456 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12410] ppid=12396 vsize=28768336 memory=19876 CPUtime=0 cores=0-7
/proc/12398/task/12410/stat : 12410 (java) S 12396 12396 11716 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 476022817 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343951443072 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12411] ppid=12396 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12411/stat : 12411 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476022819 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343950391376 140344972543899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12412] ppid=12396 vsize=28768336 memory=0 CPUtime=1.12 cores=0-7
/proc/12398/task/12412/stat : 12412 (java) R 12396 12396 11716 0 -1 4202560 2779 0 0 0 112 0 0 0 20 0 28 0 476022819 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343949339376 140344950691784 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12413] ppid=12396 vsize=28768336 memory=0 CPUtime=1.13 cores=0-7
/proc/12398/task/12413/stat : 12413 (java) R 12396 12396 11716 0 -1 4202560 2441 0 0 0 113 0 0 0 20 0 28 0 476022819 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343948274928 140344957690848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12414] ppid=12396 vsize=28768336 memory=0 CPUtime=1.23 cores=0-7
/proc/12398/task/12414/stat : 12414 (java) R 12396 12396 11716 0 -1 4202560 2593 0 0 0 122 1 0 0 20 0 28 0 476022819 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343947219552 140344956008628 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12415] ppid=12396 vsize=28768336 memory=0 CPUtime=0.63 cores=0-7
/proc/12398/task/12415/stat : 12415 (java) S 12396 12396 11716 0 -1 1077944384 2697 0 0 0 62 1 0 0 20 0 28 0 476022819 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343946181360 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12416] ppid=12396 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12416/stat : 12416 (java) S 12396 12396 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476022819 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343945128288 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12417] ppid=12396 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12398/task/12417/stat : 12417 (java) S 12396 12396 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476022820 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343944075568 140344972536450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12418] ppid=12396 vsize=28768336 memory=0 CPUtime=0.12 cores=0-7
/proc/12398/task/12418/stat : 12418 (java) R 12396 12396 11716 0 -1 4202560 51 0 0 0 12 0 0 0 20 0 28 0 476022996 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343935092552 140344585655424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12419] ppid=12396 vsize=28768336 memory=33 CPUtime=0.06 cores=0-7
/proc/12398/task/12419/stat : 12419 (java) S 12396 12396 11716 0 -1 1077944384 48 0 0 0 6 0 0 0 20 0 28 0 476022996 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343934047184 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12420] ppid=12396 vsize=28768336 memory=8243114992657236055 CPUtime=0.11 cores=0-7
/proc/12398/task/12420/stat : 12420 (java) S 12396 12396 11716 0 -1 1077944384 41 0 0 0 11 0 0 0 20 0 28 0 476022996 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343932994896 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12421] ppid=12396 vsize=28768336 memory=288285597486033800 CPUtime=0.1 cores=0-7
/proc/12398/task/12421/stat : 12421 (java) S 12396 12396 11716 0 -1 1077944384 64 0 0 0 10 0 0 0 20 0 28 0 476022996 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343931942096 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12422] ppid=12396 vsize=28768336 memory=0 CPUtime=0.11 cores=0-7
/proc/12398/task/12422/stat : 12422 (java) R 12396 12396 11716 0 -1 4202560 32 0 0 0 11 0 0 0 20 0 28 0 476022996 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343930884056 140344590363958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12423] ppid=12396 vsize=28768336 memory=0 CPUtime=0.14 cores=0-7
/proc/12398/task/12423/stat : 12423 (java) R 12396 12396 11716 0 -1 4202560 29 0 0 0 14 0 0 0 20 0 28 0 476022996 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343929830048 140344590364773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12424] ppid=12396 vsize=28768336 memory=0 CPUtime=0.07 cores=0-7
/proc/12398/task/12424/stat : 12424 (java) S 12396 12396 11716 0 -1 1077944384 28 0 0 0 7 0 0 0 20 0 28 0 476022996 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343928783696 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
[pid=12398/tid=12425] ppid=12396 vsize=28768336 memory=52611067677418 CPUtime=0.1 cores=0-7
/proc/12398/task/12425/stat : 12425 (java) S 12396 12396 11716 0 -1 1077944384 34 0 0 0 10 0 0 0 20 0 28 0 476022996 29458776064 99182 33554432000 4194304 4196468 140727044776368 140343927730896 140344972535509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140727044781014 140727044781190 140727044781190 140727044784079 0
Current children cumulated CPU time: 7.28 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 398180 KiB

Child status: 0
Real time (s): 2.05717
CPU time (s): 7.49736
CPU user time (s): 7.12674
CPU system time (s): 0.370619
CPU usage (%): 364.451
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 398180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.12674
system time used= 0.370619
maximum resident set size= 400520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3642
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 12396
#   total CPU time (s): 7.49736
#   total CPU user time (s): 7.12674
#   total CPU system time (s): 0.370619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033243 second user time and 0.067128 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 17:39:11
IDJOB=4404227
IDBENCH=126509
IDSOLVER=2865
FILE ID=node107/4404227-1568997672
RUNJOBID= node107-1568991056-11743
PBS_JOBID= 21704731
Free space on /var/tmp= 12564 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-3-4-cp.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404227-1568997672/watcher-4404227-1568997672 -o /var/tmp/evaluation-result-4404227-1568997672/solver-4404227-1568997672 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1568991056-11743 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1416631983 HOME/instance-4404227-1568997672.xml

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

MD5SUM BENCH= fefd0dc8744a7f984307705d377cf1e3
RANDOM SEED=1416631983

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17331628 kB
MemAvailable:   31811856 kB
Buffers:          111568 kB
Cached:         14309832 kB
SwapCached:        48668 kB
Active:          7191192 kB
Inactive:        7280636 kB
Active(anon):       2296 kB
Inactive(anon):    91692 kB
Active(file):    7188896 kB
Inactive(file):  7188944 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952636 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:        193352 kB
Mapped:            48240 kB
Shmem:             34928 kB
Slab:             559144 kB
SReclaimable:     530848 kB
SUnreclaim:        28296 kB
KernelStack:        3808 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12540 MiB
End job on node107 at 2019-09-20 17:39:14