Trace number 4404231

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 19.4639 3.34162

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
MD5SUMee1da6b537c1ecd46a877bd70c24ae39
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.402036
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints477
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree8
Maximum variable degree30
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":10,"count":3},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":17,"count":5},{"degree":18,"count":4},{"degree":19,"count":4},{"degree":20,"count":6},{"degree":22,"count":5},{"degree":23,"count":2},{"degree":24,"count":5},{"degree":25,"count":1},{"degree":26,"count":1},{"degree":27,"count":2},{"degree":28,"count":2},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":477}]
Number of extensional constraints477
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":477}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404231-1568997479.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404231-1568997479.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.29/1.40	c solve instance...
19.21/3.33	s SATISFIABLE
19.21/3.33	v <instantiation>
19.21/3.33	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
19.21/3.33	v 	<values>9 9 17 16 10 16 18 9 17 9 17 4 1 9 9 2 8 1 4 12 13 1 4 12 8 17 4 6 17 10 20 17 10 7 7 17 12 17 9 18 4 16 19 19 14 1 19 2 15 4 </values>
19.21/3.33	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 (13266 MiB free)
  memory of node 1: 16384 MiB (11602 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404231-1568997479/watcher-4404231-1568997479 -o /tmp/evaluation-result-4404231-1568997479/solver-4404231-1568997479 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568994483-6691 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 225517556 HOME/instance-4404231-1568997479.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=7729, runsolver pid=7725

[startup+0.100159 s]*
/proc/loadavg: 7.98 8.13 8.19 4/209 7750
/proc/meminfo: memFree=25449228/32770624 swapFree=66939060/67108860
[pid=7729] ppid=7725 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7729/stat : 7729 (xcsp3-exec) S 7725 7729 6664 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476017571 115843072 364 33554432000 4194304 5098028 140734279906448 140734279904552 139818550977148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40738816 140734279914358 140734279914601 140734279914601 140734279917514 0
/proc/7729/statm: 28282 364 305 221 0 87 0
[pid=7731] ppid=7729 vsize=28227396 memory=30076 CPUtime=0.12 cores=0-7
/proc/7731/stat : 7731 (java) S 7729 7729 6664 0 -1 1077944320 5919 0 0 0 11 1 0 0 20 0 20 0 476017571 28904853504 7519 33554432000 4194304 4196468 140735262737680 140735262720224 139922736738039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
/proc/7731/statm: 7056849 7519 3153 1 0 7019032 0
[pid=7731/tid=7732] ppid=7729 vsize=28227396 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/7731/task/7732/stat : 7732 (java) R 7729 7729 6664 0 -1 4202560 3839 0 0 0 8 0 0 0 20 0 20 0 476017571 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922740970640 139922736749974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7733] ppid=7729 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7731/task/7733/stat : 7733 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922656590608 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7734] ppid=7729 vsize=28227396 memory=140144980821632 CPUtime=0 cores=0-7
/proc/7731/task/7734/stat : 7734 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922655538064 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7735] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7735/stat : 7735 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922654485520 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7736] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7736/stat : 7736 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922284600464 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7737] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7737/stat : 7737 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922283546896 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7738] ppid=7729 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7731/task/7738/stat : 7738 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922282494352 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7739] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7739/stat : 7739 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922281441808 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7740] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7740/stat : 7740 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922280389264 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7741] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7741/stat : 7741 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017573 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922120976880 139922736749186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7742] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7742/stat : 7742 (java) S 7729 7729 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476017574 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922119923104 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7743] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7743/stat : 7743 (java) S 7729 7729 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476017574 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922118870512 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7744] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7744/stat : 7744 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922117819088 139922736756635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7745] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7745/stat : 7745 (java) S 7729 7729 6664 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 7519 33554432000 4194304 4196468 140735262737680 139922116765680 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7746] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7746/stat : 7746 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 7519 33554432000 4194304 4196468 140735262737680 139921914325104 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7747] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7747/stat : 7747 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 7519 33554432000 4194304 4196468 140735262737680 139921913272560 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7748] ppid=7729 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/7731/task/7748/stat : 7748 (java) R 7729 7729 6664 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 20 0 476017577 28904853504 7519 33554432000 4194304 4196468 140735262737680 139921912220016 139922714877821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7749] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7749/stat : 7749 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 7519 33554432000 4194304 4196468 140735262737680 139921911167712 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7750] ppid=7729 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7731/task/7750/stat : 7750 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 7519 33554432000 4194304 4196468 140735262737680 139921910115248 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31532 KiB

[startup+0.210593 s]*
/proc/loadavg: 7.98 8.13 8.19 2/209 7750
/proc/meminfo: memFree=25437216/32770624 swapFree=66939060/67108860
[pid=7729] ppid=7725 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7729/stat : 7729 (xcsp3-exec) S 7725 7729 6664 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476017571 115843072 364 33554432000 4194304 5098028 140734279906448 140734279904552 139818550977148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40738816 140734279914358 140734279914601 140734279914601 140734279917514 0
/proc/7729/statm: 28282 364 305 221 0 87 0
[pid=7731] ppid=7729 vsize=28227396 memory=41164 CPUtime=0.33 cores=0-7
/proc/7731/stat : 7731 (java) S 7729 7729 6664 0 -1 1077944320 9490 0 0 0 30 3 0 0 20 0 20 0 476017571 28904853504 10291 33554432000 4194304 4196468 140735262737680 140735262720224 139922736738039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
/proc/7731/statm: 7056849 10291 3306 1 0 7019032 0
[pid=7731/tid=7732] ppid=7729 vsize=28227396 memory=29681743523217448 CPUtime=0.2 cores=0-7
/proc/7731/task/7732/stat : 7732 (java) R 7729 7729 6664 0 -1 4202560 6668 0 0 0 18 2 0 0 20 0 20 0 476017571 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922740970768 139922720818526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7733] ppid=7729 vsize=28227396 memory=288230587528118625 CPUtime=0 cores=0-7
/proc/7731/task/7733/stat : 7733 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922656590608 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7734] ppid=7729 vsize=28227396 memory=16239431380928152 CPUtime=0 cores=0-7
/proc/7731/task/7734/stat : 7734 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922655538064 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7735] ppid=7729 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7731/task/7735/stat : 7735 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922654485520 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7736] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7736/stat : 7736 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922284600464 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7737] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7737/stat : 7737 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922283546896 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7738] ppid=7729 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7731/task/7738/stat : 7738 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922282494352 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7739] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7739/stat : 7739 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922281441808 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7740] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7740/stat : 7740 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922280389264 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7741] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7741/stat : 7741 (java) S 7729 7729 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476017573 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922120976880 139922736749186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7742] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7742/stat : 7742 (java) S 7729 7729 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476017574 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922119923104 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7743] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7743/stat : 7743 (java) S 7729 7729 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476017574 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922118870512 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7744] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7744/stat : 7744 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922117819088 139922736756635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7745] ppid=7729 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/7731/task/7745/stat : 7745 (java) S 7729 7729 6664 0 -1 1077944384 596 0 0 0 1 0 0 0 20 0 20 0 476017577 28904853504 10291 33554432000 4194304 4196468 140735262737680 139922116765680 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7746] ppid=7729 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/7731/task/7746/stat : 7746 (java) S 7729 7729 6664 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 20 0 476017577 28904853504 10291 33554432000 4194304 4196468 140735262737680 139921914325104 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7747] ppid=7729 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/7731/task/7747/stat : 7747 (java) S 7729 7729 6664 0 -1 1077944384 145 0 0 0 2 0 0 0 20 0 20 0 476017577 28904853504 10291 33554432000 4194304 4196468 140735262737680 139921913272560 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7748] ppid=7729 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/7731/task/7748/stat : 7748 (java) R 7729 7729 6664 0 -1 4202560 743 0 0 0 7 0 0 0 20 0 20 0 476017577 28904853504 10291 33554432000 4194304 4196468 140735262737680 139921912220016 139922722418192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7749] ppid=7729 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7749/stat : 7749 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 10291 33554432000 4194304 4196468 140735262737680 139921911167712 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7750] ppid=7729 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7731/task/7750/stat : 7750 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017577 28904853504 10291 33554432000 4194304 4196468 140735262737680 139921910115248 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42620 KiB

[startup+0.310525 s]*
/proc/loadavg: 7.98 8.13 8.19 5/209 7750
/proc/meminfo: memFree=25429944/32770624 swapFree=66939060/67108860
[pid=7729] ppid=7725 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7729/stat : 7729 (xcsp3-exec) S 7725 7729 6664 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476017571 115843072 364 33554432000 4194304 5098028 140734279906448 140734279904552 139818550977148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40738816 140734279914358 140734279914601 140734279914601 140734279917514 0
/proc/7729/statm: 28282 364 305 221 0 87 0
[pid=7731] ppid=7729 vsize=28231652 memory=50032 CPUtime=0.51 cores=0-7
/proc/7731/stat : 7731 (java) S 7729 7729 6664 0 -1 1077944320 10886 0 0 0 47 4 0 0 20 0 20 0 476017571 28909211648 12508 33554432000 4194304 4196468 140735262737680 140735262720224 139922736738039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
/proc/7731/statm: 7057913 12508 3351 1 0 7019032 0
[pid=7731/tid=7732] ppid=7729 vsize=28231652 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/7731/task/7732/stat : 7732 (java) R 7729 7729 6664 0 -1 4202560 7813 0 0 0 27 3 0 0 20 0 20 0 476017571 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922740971824 139922720818526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7733] ppid=7729 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7733/stat : 7733 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017572 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922656590608 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7734] ppid=7729 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7734/stat : 7734 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017572 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922655538064 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7735] ppid=7729 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7735/stat : 7735 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922654485520 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7736] ppid=7729 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7736/stat : 7736 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476017572 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922284600464 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7737] ppid=7729 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7737/stat : 7737 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922283546896 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7738] ppid=7729 vsize=28231652 memory=140144850070191 CPUtime=0 cores=0-7
/proc/7731/task/7738/stat : 7738 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922282494352 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7739] ppid=7729 vsize=28231652 memory=140144850072496 CPUtime=0 cores=0-7
/proc/7731/task/7739/stat : 7739 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922281441808 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7740] ppid=7729 vsize=28231652 memory=140144850074800 CPUtime=0 cores=0-7
/proc/7731/task/7740/stat : 7740 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922280389264 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7741] ppid=7729 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7741/stat : 7741 (java) S 7729 7729 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476017573 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922120976880 139922736749186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7742] ppid=7729 vsize=28231652 memory=280289700163472 CPUtime=0 cores=0-7
/proc/7731/task/7742/stat : 7742 (java) S 7729 7729 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476017574 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922119923104 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7743] ppid=7729 vsize=28231652 memory=280289700161168 CPUtime=0 cores=0-7
/proc/7731/task/7743/stat : 7743 (java) S 7729 7729 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476017574 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922118870512 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7744] ppid=7729 vsize=28231652 memory=280289700168080 CPUtime=0 cores=0-7
/proc/7731/task/7744/stat : 7744 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017577 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922117819088 139922736756635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7745] ppid=7729 vsize=28231652 memory=280289700109360 CPUtime=0.01 cores=0-7
/proc/7731/task/7745/stat : 7745 (java) S 7729 7729 6664 0 -1 1077944384 607 0 0 0 1 0 0 0 20 0 20 0 476017577 28909211648 12508 33554432000 4194304 4196468 140735262737680 139922116765680 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7746] ppid=7729 vsize=28231652 memory=280289700181904 CPUtime=0.02 cores=0-7
/proc/7731/task/7746/stat : 7746 (java) S 7729 7729 6664 0 -1 1077944384 61 0 0 0 2 0 0 0 20 0 20 0 476017577 28909211648 12508 33554432000 4194304 4196468 140735262737680 139921914325104 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7747] ppid=7729 vsize=28231652 memory=280289700188816 CPUtime=0.04 cores=0-7
/proc/7731/task/7747/stat : 7747 (java) R 7729 7729 6664 0 -1 4202560 240 0 0 0 4 0 0 0 20 0 20 0 476017577 28909211648 12508 33554432000 4194304 4196468 140735262737680 139921913262944 139922720125470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7748] ppid=7729 vsize=28231652 memory=280289700186512 CPUtime=0.12 cores=0-7
/proc/7731/task/7748/stat : 7748 (java) S 7729 7729 6664 0 -1 1077944384 862 0 0 0 12 0 0 0 20 0 20 0 476017577 28909211648 12508 33554432000 4194304 4196468 140735262737680 139921912220016 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7749] ppid=7729 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7749/stat : 7749 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476017577 28909211648 12508 33554432000 4194304 4196468 140735262737680 139921911167712 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7750] ppid=7729 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/7731/task/7750/stat : 7750 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017577 28909211648 12508 33554432000 4194304 4196468 140735262737680 139921910115248 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51488 KiB

[startup+0.701008 s]
/proc/loadavg: 7.98 8.13 8.19 6/209 7750
/proc/meminfo: memFree=25397592/32770624 swapFree=66939060/67108860
[pid=7729] ppid=7725 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7729/stat : 7729 (xcsp3-exec) S 7725 7729 6664 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476017571 115843072 364 33554432000 4194304 5098028 140734279906448 140734279904552 139818550977148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40738816 140734279914358 140734279914601 140734279914601 140734279917514 0
/proc/7729/statm: 28282 364 305 221 0 87 0
[pid=7731] ppid=7729 vsize=28233776 memory=135732 CPUtime=2.04 cores=0-7
/proc/7731/stat : 7731 (java) S 7729 7729 6664 0 -1 1077944320 15347 0 0 0 197 7 0 0 20 0 20 0 476017571 28911386624 33933 33554432000 4194304 4196468 140735262737680 140735262720224 139922736738039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
/proc/7731/statm: 7058444 33933 3452 1 0 7019544 0
[pid=7731/tid=7732] ppid=7729 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/7731/task/7732/stat : 7732 (java) R 7729 7729 6664 0 -1 4202560 8464 0 0 0 63 4 0 0 20 0 20 0 476017571 28911386624 33933 33554432000 4194304 4196468 140735262737680 139922740974528 139922334080115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7733] ppid=7729 vsize=28233776 memory=2353 CPUtime=0 cores=0-7
/proc/7731/task/7733/stat : 7733 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017572 28911386624 33933 33554432000 4194304 4196468 140735262737680 139922656590608 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7734] ppid=7729 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7734/stat : 7734 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476017572 28911386624 33933 33554432000 4194304 4196468 140735262737680 139922655538064 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7735] ppid=7729 vsize=28233776 memory=1416 CPUtime=0 cores=0-7
/proc/7731/task/7735/stat : 7735 (java) S 7729 7729 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476017572 28911386624 33933 33554432000 4194304 4196468 140735262737680 139922654485520 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0

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

[pid=7731/tid=7752] ppid=7729 vsize=28766288 memory=6944652177228980320 CPUtime=1.22 cores=0-7
/proc/7731/task/7752/stat : 7752 (java) R 7729 7729 6664 0 -1 4202560 42 0 0 0 122 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921900082008 139922341442212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7753] ppid=7729 vsize=28766288 memory=6944656592455097440 CPUtime=1.43 cores=0-7
/proc/7731/task/7753/stat : 7753 (java) R 7729 7729 6664 0 -1 4202560 61 0 0 0 143 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921899028936 139922341007542 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7754] ppid=7729 vsize=28766288 memory=-2026666227646606628 CPUtime=1.37 cores=0-7
/proc/7731/task/7754/stat : 7754 (java) R 7729 7729 6664 0 -1 4202560 34 0 0 0 137 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921897975896 139922341914108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7755] ppid=7729 vsize=28766288 memory=2832 CPUtime=1.26 cores=0-7
/proc/7731/task/7755/stat : 7755 (java) R 7729 7729 6664 0 -1 4202560 79 0 0 0 126 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921896924888 139922341063751 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7756] ppid=7729 vsize=28766288 memory=784 CPUtime=1.29 cores=0-7
/proc/7731/task/7756/stat : 7756 (java) R 7729 7729 6664 0 -1 4202560 42 0 0 0 129 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921895870120 139922341888066 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7757] ppid=7729 vsize=28766288 memory=1060 CPUtime=1.34 cores=0-7
/proc/7731/task/7757/stat : 7757 (java) R 7729 7729 6664 0 -1 4202560 38 0 0 0 134 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921894818264 139922341007715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7758] ppid=7729 vsize=28766288 memory=1720 CPUtime=1.41 cores=0-7
/proc/7731/task/7758/stat : 7758 (java) R 7729 7729 6664 0 -1 4202560 32 0 0 0 141 0 0 0 20 0 28 0 476017713 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921893767848 139922341913337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
Current children cumulated CPU time: 17.69 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 379128 KiB

[startup+3.34157 s]
# the end of solver process 7729 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19.208 s, system=0.255924 s

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

[startup+3.20164 s]
/proc/loadavg: 7.42 8.01 8.15 9/217 7758
/proc/meminfo: memFree=25100736/32770624 swapFree=66939060/67108860
[pid=7729] ppid=7725 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7729/stat : 7729 (xcsp3-exec) S 7725 7729 6664 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476017571 115843072 364 33554432000 4194304 5098028 140734279906448 140734279904552 139818550977148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40738816 140734279914358 140734279914601 140734279914601 140734279917514 0
/proc/7729/statm: 28282 364 305 221 0 87 0
[pid=7731] ppid=7729 vsize=28766288 memory=377672 CPUtime=18.41 cores=0-7
/proc/7731/stat : 7731 (java) S 7729 7729 6664 0 -1 1077944320 21744 0 0 0 1817 24 0 0 20 0 28 0 476017571 29456678912 94418 33554432000 4194304 4196468 140735262737680 140735262720224 139922736738039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
/proc/7731/statm: 7191572 94418 3518 1 0 7152672 0
[pid=7731/tid=7732] ppid=7729 vsize=28766288 memory=5860 CPUtime=1.33 cores=0-7
/proc/7731/task/7732/stat : 7732 (java) S 7729 7729 6664 0 -1 1077944384 9121 0 0 0 126 7 0 0 20 0 28 0 476017571 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922740978816 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7733] ppid=7729 vsize=28766288 memory=780 CPUtime=0.03 cores=0-7
/proc/7731/task/7733/stat : 7733 (java) S 7729 7729 6664 0 -1 1077944384 24 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922656590608 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7734] ppid=7729 vsize=28766288 memory=13924 CPUtime=0.03 cores=0-7
/proc/7731/task/7734/stat : 7734 (java) S 7729 7729 6664 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922655538064 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7735] ppid=7729 vsize=28766288 memory=28204 CPUtime=0.03 cores=0-7
/proc/7731/task/7735/stat : 7735 (java) S 7729 7729 6664 0 -1 1077944384 21 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922654485520 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7736] ppid=7729 vsize=28766288 memory=1456 CPUtime=0.03 cores=0-7
/proc/7731/task/7736/stat : 7736 (java) S 7729 7729 6664 0 -1 1077944384 27 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922284600464 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7737] ppid=7729 vsize=28766288 memory=377664 CPUtime=0.03 cores=0-7
/proc/7731/task/7737/stat : 7737 (java) S 7729 7729 6664 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922283546896 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7738] ppid=7729 vsize=28766288 memory=0 CPUtime=0.03 cores=0-7
/proc/7731/task/7738/stat : 7738 (java) S 7729 7729 6664 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922282494352 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7739] ppid=7729 vsize=28766288 memory=0 CPUtime=0.03 cores=0-7
/proc/7731/task/7739/stat : 7739 (java) S 7729 7729 6664 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922281441808 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7740] ppid=7729 vsize=28766288 memory=6656426216303648864 CPUtime=0.03 cores=0-7
/proc/7731/task/7740/stat : 7740 (java) S 7729 7729 6664 0 -1 1077944384 34 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922280389264 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7741] ppid=7729 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7741/stat : 7741 (java) S 7729 7729 6664 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 476017573 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922120976880 139922736749186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7742] ppid=7729 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7742/stat : 7742 (java) S 7729 7729 6664 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 476017574 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922119923168 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7743] ppid=7729 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7743/stat : 7743 (java) S 7729 7729 6664 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476017574 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922118870528 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7744] ppid=7729 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7744/stat : 7744 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476017577 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922117819088 139922736756635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7745] ppid=7729 vsize=28766288 memory=0 CPUtime=1.56 cores=0-7
/proc/7731/task/7745/stat : 7745 (java) S 7729 7729 6664 0 -1 1077944384 4121 0 0 0 155 1 0 0 20 0 28 0 476017577 29456678912 94418 33554432000 4194304 4196468 140735262737680 139922116765680 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7746] ppid=7729 vsize=28766288 memory=0 CPUtime=1.5 cores=0-7
/proc/7731/task/7746/stat : 7746 (java) S 7729 7729 6664 0 -1 1077944384 1731 0 0 0 150 0 0 0 20 0 28 0 476017577 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921914325104 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7747] ppid=7729 vsize=28766288 memory=0 CPUtime=1.5 cores=0-7
/proc/7731/task/7747/stat : 7747 (java) S 7729 7729 6664 0 -1 1077944384 1785 0 0 0 150 0 0 0 20 0 28 0 476017577 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921913272560 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7748] ppid=7729 vsize=28766288 memory=0 CPUtime=0.72 cores=0-7
/proc/7731/task/7748/stat : 7748 (java) S 7729 7729 6664 0 -1 1077944384 2837 0 0 0 71 1 0 0 20 0 28 0 476017577 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921912220016 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7749] ppid=7729 vsize=28766288 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/7731/task/7749/stat : 7749 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476017577 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921911167712 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7750] ppid=7729 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7750/stat : 7750 (java) S 7729 7729 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 476017577 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921910115248 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7751] ppid=7729 vsize=28766288 memory=0 CPUtime=1.43 cores=0-7
/proc/7731/task/7751/stat : 7751 (java) R 7729 7729 6664 0 -1 4202560 64 0 0 0 143 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921901135512 139922341007346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7752] ppid=7729 vsize=28766288 memory=0 CPUtime=1.31 cores=0-7
/proc/7731/task/7752/stat : 7752 (java) R 7729 7729 6664 0 -1 4202560 43 0 0 0 131 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921900082008 139922341913035 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7753] ppid=7729 vsize=28766288 memory=0 CPUtime=1.52 cores=0-7
/proc/7731/task/7753/stat : 7753 (java) R 7729 7729 6664 0 -1 4202560 61 0 0 0 152 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921899028936 139922341924483 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7754] ppid=7729 vsize=28766288 memory=0 CPUtime=1.46 cores=0-7
/proc/7731/task/7754/stat : 7754 (java) R 7729 7729 6664 0 -1 4202560 37 0 0 0 146 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921897975896 139922341887710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7755] ppid=7729 vsize=28766288 memory=0 CPUtime=1.35 cores=0-7
/proc/7731/task/7755/stat : 7755 (java) R 7729 7729 6664 0 -1 4202560 82 0 0 0 135 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921896924888 139922341887496 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7756] ppid=7729 vsize=28766288 memory=0 CPUtime=1.38 cores=0-7
/proc/7731/task/7756/stat : 7756 (java) R 7729 7729 6664 0 -1 4202560 43 0 0 0 138 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921895870120 139922341007547 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7757] ppid=7729 vsize=28766288 memory=0 CPUtime=1.43 cores=0-7
/proc/7731/task/7757/stat : 7757 (java) R 7729 7729 6664 0 -1 4202560 39 0 0 0 143 0 0 0 20 0 28 0 476017712 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921894818264 139922341007408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7758] ppid=7729 vsize=28766288 memory=0 CPUtime=1.5 cores=0-7
/proc/7731/task/7758/stat : 7758 (java) R 7729 7729 6664 0 -1 4202560 33 0 0 0 150 0 0 0 20 0 28 0 476017713 29456678912 94418 33554432000 4194304 4196468 140735262737680 139921893767848 139922341267470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
Current children cumulated CPU time: 18.41 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 379128 KiB

[startup+3.30164 s]
/proc/loadavg: 7.42 8.01 8.15 9/217 7758
/proc/meminfo: memFree=25100736/32770624 swapFree=66939060/67108860
[pid=7729] ppid=7725 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7729/stat : 7729 (xcsp3-exec) S 7725 7729 6664 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476017571 115843072 364 33554432000 4194304 5098028 140734279906448 140734279904552 139818550977148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40738816 140734279914358 140734279914601 140734279914601 140734279917514 0
/proc/7729/statm: 28282 364 305 221 0 87 0
[pid=7731] ppid=7729 vsize=28766288 memory=377684 CPUtime=19.21 cores=0-7
/proc/7731/stat : 7731 (java) S 7729 7729 6664 0 -1 1077944320 21749 0 0 0 1897 24 0 0 20 0 28 0 476017571 29456678912 94421 33554432000 4194304 4196468 140735262737680 140735262720224 139922736738039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
/proc/7731/statm: 7191572 94421 3518 1 0 7152672 0
[pid=7731/tid=7732] ppid=7729 vsize=28766288 memory=784 CPUtime=1.33 cores=0-7
/proc/7731/task/7732/stat : 7732 (java) S 7729 7729 6664 0 -1 1077944384 9121 0 0 0 126 7 0 0 20 0 28 0 476017571 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922740978816 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7733] ppid=7729 vsize=28766288 memory=1060 CPUtime=0.03 cores=0-7
/proc/7731/task/7733/stat : 7733 (java) S 7729 7729 6664 0 -1 1077944384 24 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922656590608 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7734] ppid=7729 vsize=28766288 memory=1720 CPUtime=0.03 cores=0-7
/proc/7731/task/7734/stat : 7734 (java) S 7729 7729 6664 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922655538064 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7735] ppid=7729 vsize=28766288 memory=8112282956445269571 CPUtime=0.03 cores=0-7
/proc/7731/task/7735/stat : 7735 (java) S 7729 7729 6664 0 -1 1077944384 21 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922654485520 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7736] ppid=7729 vsize=28766288 memory=0 CPUtime=0.03 cores=0-7
/proc/7731/task/7736/stat : 7736 (java) S 7729 7729 6664 0 -1 1077944384 27 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922284600464 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7737] ppid=7729 vsize=28766288 memory=0 CPUtime=0.03 cores=0-7
/proc/7731/task/7737/stat : 7737 (java) S 7729 7729 6664 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922283546896 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7738] ppid=7729 vsize=28766288 memory=0 CPUtime=0.03 cores=0-7
/proc/7731/task/7738/stat : 7738 (java) S 7729 7729 6664 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922282494352 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7739] ppid=7729 vsize=28766288 memory=377672 CPUtime=0.03 cores=0-7
/proc/7731/task/7739/stat : 7739 (java) S 7729 7729 6664 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922281441808 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7740] ppid=7729 vsize=28766288 memory=0 CPUtime=0.03 cores=0-7
/proc/7731/task/7740/stat : 7740 (java) S 7729 7729 6664 0 -1 1077944384 34 0 0 0 2 1 0 0 20 0 28 0 476017572 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922280389264 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7741] ppid=7729 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7741/stat : 7741 (java) S 7729 7729 6664 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 476017573 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922120976880 139922736749186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7742] ppid=7729 vsize=28766288 memory=2353 CPUtime=0 cores=0-7
/proc/7731/task/7742/stat : 7742 (java) S 7729 7729 6664 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 476017574 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922119923168 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7743] ppid=7729 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7743/stat : 7743 (java) S 7729 7729 6664 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476017574 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922118870528 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7744] ppid=7729 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/7731/task/7744/stat : 7744 (java) S 7729 7729 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476017577 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922117819088 139922736756635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7745] ppid=7729 vsize=28766288 memory=66606352841874 CPUtime=1.56 cores=0-7
/proc/7731/task/7745/stat : 7745 (java) S 7729 7729 6664 0 -1 1077944384 4121 0 0 0 155 1 0 0 20 0 28 0 476017577 29456678912 94421 33554432000 4194304 4196468 140735262737680 139922116765680 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7746] ppid=7729 vsize=28766288 memory=0 CPUtime=1.51 cores=0-7
/proc/7731/task/7746/stat : 7746 (java) S 7729 7729 6664 0 -1 1077944384 1734 0 0 0 151 0 0 0 20 0 28 0 476017577 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921914325104 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7747] ppid=7729 vsize=28766288 memory=0 CPUtime=1.52 cores=0-7
/proc/7731/task/7747/stat : 7747 (java) R 7729 7729 6664 0 -1 4202560 1786 0 0 0 152 0 0 0 20 0 28 0 476017577 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921913272856 139922718259179 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7748] ppid=7729 vsize=28766288 memory=0 CPUtime=0.72 cores=0-7
/proc/7731/task/7748/stat : 7748 (java) S 7729 7729 6664 0 -1 1077944384 2838 0 0 0 71 1 0 0 20 0 28 0 476017577 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921912220016 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7749] ppid=7729 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/7731/task/7749/stat : 7749 (java) S 7729 7729 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476017577 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921911167712 139922736748245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7750] ppid=7729 vsize=28766288 memory=280289700200632 CPUtime=0 cores=0-7
/proc/7731/task/7750/stat : 7750 (java) S 7729 7729 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 476017577 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921910115248 139922736749186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7751] ppid=7729 vsize=28766288 memory=35377712728810 CPUtime=1.53 cores=0-7
/proc/7731/task/7751/stat : 7751 (java) R 7729 7729 6664 0 -1 4202560 64 0 0 0 153 0 0 0 20 0 28 0 476017712 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921901135512 139922341913194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7752] ppid=7729 vsize=28766288 memory=35377712728810 CPUtime=1.41 cores=0-7
/proc/7731/task/7752/stat : 7752 (java) R 7729 7729 6664 0 -1 4202560 43 0 0 0 141 0 0 0 20 0 28 0 476017712 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921900082008 139922341065254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7753] ppid=7729 vsize=28766288 memory=35377712728554 CPUtime=1.59 cores=0-7
/proc/7731/task/7753/stat : 7753 (java) R 7729 7729 6664 0 -1 4202560 61 0 0 0 159 0 0 0 20 0 28 0 476017712 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921899027832 139922341007408 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7754] ppid=7729 vsize=28766288 memory=35377712728554 CPUtime=1.56 cores=0-7
/proc/7731/task/7754/stat : 7754 (java) R 7729 7729 6664 0 -1 4202560 37 0 0 0 156 0 0 0 20 0 28 0 476017712 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921897975896 139922341690975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7755] ppid=7729 vsize=28766288 memory=35377712727018 CPUtime=1.45 cores=0-7
/proc/7731/task/7755/stat : 7755 (java) R 7729 7729 6664 0 -1 4202560 82 0 0 0 145 0 0 0 20 0 28 0 476017712 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921896922064 139922341007552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7756] ppid=7729 vsize=28766288 memory=0 CPUtime=1.48 cores=0-7
/proc/7731/task/7756/stat : 7756 (java) R 7729 7729 6664 0 -1 4202560 43 0 0 0 148 0 0 0 20 0 28 0 476017712 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921895870120 139922341007266 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7757] ppid=7729 vsize=28766288 memory=28417 CPUtime=1.53 cores=0-7
/proc/7731/task/7757/stat : 7757 (java) R 7729 7729 6664 0 -1 4202560 39 0 0 0 153 0 0 0 20 0 28 0 476017712 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921894818264 139922341007429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
[pid=7731/tid=7758] ppid=7729 vsize=28766288 memory=0 CPUtime=1.59 cores=0-7
/proc/7731/task/7758/stat : 7758 (java) R 7729 7729 6664 0 -1 4202560 33 0 0 0 159 0 0 0 20 0 28 0 476017713 29456678912 94421 33554432000 4194304 4196468 140735262737680 139921893766456 139922341913194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140735262745578 140735262745750 140735262745750 140735262748623 0
Current children cumulated CPU time: 19.21 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 379140 KiB

Child status: 0
Real time (s): 3.34162
CPU time (s): 19.4639
CPU user time (s): 19.208
CPU system time (s): 0.255924
CPU usage (%): 582.469
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 381208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.208
system time used= 0.255924
maximum resident set size= 379752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3269
involuntary context switches= 445


# summary of solver processes directly reported to runsolver:
#   pid: 7729
#   total CPU time (s): 19.4639
#   total CPU user time (s): 19.208
#   total CPU system time (s): 0.255924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052077 second user time and 0.076584 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 18:40:01
IDJOB=4404231
IDBENCH=126157
IDSOLVER=2865
FILE ID=node139/4404231-1568997479
RUNJOBID= node139-1568994483-6691
PBS_JOBID= 21704720
Free space on /tmp= 5144 MiB

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

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

MD5SUM BENCH= ee1da6b537c1ecd46a877bd70c24ae39
RANDOM SEED=225517556

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
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:        25465080 kB
MemAvailable:   31790236 kB
Buffers:           46840 kB
Cached:          6365548 kB
SwapCached:        65256 kB
Active:          3193160 kB
Inactive:        3289376 kB
Active(anon):       4272 kB
Inactive(anon):   111812 kB
Active(file):    3188888 kB
Inactive(file):  3177564 kB
Unevictable:      107316 kB
Mlocked:          107316 kB
SwapTotal:      67108860 kB
SwapFree:       66939056 kB
Dirty:             26648 kB
Writeback:             0 kB
AnonPages:        113664 kB
Mapped:            51340 kB
Shmem:             37420 kB
Slab:             416020 kB
SReclaimable:     387164 kB
SUnreclaim:        28856 kB
KernelStack:        3392 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5116 MiB
End job on node139 at 2019-09-20 18:40:04