Trace number 4404275

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 20.4025 3.15751

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-04-m018.xml
MD5SUMe1b631bab6f8bd4ad65377e678a0b81e
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 benchmark2.54992
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
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-4404275-1569002202.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404275-1569002202.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.00/0.59	c solve instance...
19.75/3.09	s SATISFIABLE
19.75/3.09	v <instantiation>
19.75/3.09	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] </list>
19.75/3.09	v 	<values>-18 17 -12 13 -3 7 -16 8 4 5 -11 18 0 -2 -10 16 1 10 -1 -13 -6 -7 -14 -15 2 6 9 12 15 -5 -9 -4 3 -17 14 11 -8 </values>
19.75/3.09	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 (6735 MiB free)
  memory of node 1: 16384 MiB (7040 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404275-1569002202/watcher-4404275-1569002202 -o /var/tmp/evaluation-result-4404275-1569002202/solver-4404275-1569002202 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1568994231-28588 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1877677864 HOME/instance-4404275-1569002202.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=31547, runsolver pid=31544
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.11 8.26 8.27 2/211 31568
/proc/meminfo: memFree=14090064/32770624 swapFree=66953204/67108860
[pid=31547] ppid=31544 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31547/stat : 31547 (xcsp3-exec) S 31544 31547 28561 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476135033 115843072 363 33554432000 4194304 5098028 140736043853216 140736043851320 139801824518780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10989568 140736043860817 140736043861077 140736043861077 140736043864006 0
/proc/31547/statm: 28282 363 304 221 0 87 0
[pid=31549] ppid=31547 vsize=28227396 memory=28752 CPUtime=0.12 cores=0-7
/proc/31549/stat : 31549 (java) S 31547 31547 28561 0 -1 1077944320 5694 0 0 0 10 2 0 0 20 0 20 0 476135034 28904853504 7188 33554432000 4194304 4196468 140726430162160 140726430144704 140063795408631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
/proc/31549/statm: 7056849 7188 3118 1 0 7019032 0
[pid=31549/tid=31550] ppid=31547 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31549/task/31550/stat : 31550 (java) R 31547 31547 28561 0 -1 4202560 3602 0 0 0 8 1 0 0 20 0 20 0 476135034 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063799643168 140063795420566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31551] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31551/stat : 31551 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063748028944 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31552] ppid=31547 vsize=28227396 memory=140564434331264 CPUtime=0 cores=0-7
/proc/31549/task/31552/stat : 31552 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063746976400 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31553] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31553/stat : 31553 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063745923344 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31554] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31554/stat : 31554 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063744870800 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31555] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31555/stat : 31555 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063743818768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31556] ppid=31547 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31549/task/31556/stat : 31556 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063742766224 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31557] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31557/stat : 31557 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063741713168 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31558] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31558/stat : 31558 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 7188 33554432000 4194304 4196468 140726430162160 140063740660624 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31559] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31559/stat : 31559 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476135036 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062460913904 140063795419778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31560] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31560/stat : 31560 (java) S 31547 31547 28561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476135037 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062459860128 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31561] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31561/stat : 31561 (java) S 31547 31547 28561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476135037 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062458807024 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31562] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31562/stat : 31562 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135039 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062457755600 140063795427227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31563] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31563/stat : 31563 (java) S 31547 31547 28561 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 476135039 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062456703728 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31564] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31564/stat : 31564 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135039 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062455651184 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31565] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31565/stat : 31565 (java) S 31547 31547 28561 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476135039 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062454598128 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31566] ppid=31547 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31549/task/31566/stat : 31566 (java) R 31547 31547 28561 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 20 0 476135039 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062453545584 140063774064509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31567] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31567/stat : 31567 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476135040 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062452492768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31568] ppid=31547 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31549/task/31568/stat : 31568 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135040 28904853504 7188 33554432000 4194304 4196468 140726430162160 140062451440304 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30204 KiB

[startup+0.210439 s]*
/proc/loadavg: 8.11 8.26 8.27 3/211 31568
/proc/meminfo: memFree=14076700/32770624 swapFree=66953204/67108860
[pid=31547] ppid=31544 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31547/stat : 31547 (xcsp3-exec) S 31544 31547 28561 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476135033 115843072 363 33554432000 4194304 5098028 140736043853216 140736043851320 139801824518780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10989568 140736043860817 140736043861077 140736043861077 140736043864006 0
/proc/31547/statm: 28282 363 304 221 0 87 0
[pid=31549] ppid=31547 vsize=28227396 memory=41148 CPUtime=0.33 cores=0-7
/proc/31549/stat : 31549 (java) S 31547 31547 28561 0 -1 1077944320 9506 0 0 0 30 3 0 0 20 0 20 0 476135034 28904853504 10287 33554432000 4194304 4196468 140726430162160 140726430144704 140063795408631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
/proc/31549/statm: 7056849 10287 3310 1 0 7019032 0
[pid=31549/tid=31550] ppid=31547 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/31549/task/31550/stat : 31550 (java) R 31547 31547 28561 0 -1 4202560 6634 0 0 0 18 2 0 0 20 0 20 0 476135034 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063799642896 140063795420566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31551] ppid=31547 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/31549/task/31551/stat : 31551 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063748028944 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31552] ppid=31547 vsize=28227396 memory=3472750365734151840 CPUtime=0 cores=0-7
/proc/31549/task/31552/stat : 31552 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063746976400 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31553] ppid=31547 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31549/task/31553/stat : 31553 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063745923344 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31554] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31554/stat : 31554 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063744870800 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31555] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31555/stat : 31555 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063743818768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31556] ppid=31547 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31549/task/31556/stat : 31556 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063742766224 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31557] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31557/stat : 31557 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063741713168 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31558] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31558/stat : 31558 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476135035 28904853504 10287 33554432000 4194304 4196468 140726430162160 140063740660624 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31559] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31559/stat : 31559 (java) S 31547 31547 28561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476135036 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062460913904 140063795419778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31560] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31560/stat : 31560 (java) S 31547 31547 28561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476135037 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062459860128 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31561] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31561/stat : 31561 (java) S 31547 31547 28561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476135037 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062458807024 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31562] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31562/stat : 31562 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135039 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062457755600 140063795427227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31563] ppid=31547 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31549/task/31563/stat : 31563 (java) R 31547 31547 28561 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 20 0 476135039 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062456703728 140063795419778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31564] ppid=31547 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/31549/task/31564/stat : 31564 (java) S 31547 31547 28561 0 -1 1077944384 305 0 0 0 2 0 0 0 20 0 20 0 476135039 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062455651184 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31565] ppid=31547 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/31549/task/31565/stat : 31565 (java) S 31547 31547 28561 0 -1 1077944384 167 0 0 0 1 0 0 0 20 0 20 0 476135039 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062454598128 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31566] ppid=31547 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/31549/task/31566/stat : 31566 (java) R 31547 31547 28561 0 -1 1077944384 745 0 0 0 7 0 0 0 20 0 20 0 476135039 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062453545584 140063795419778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31567] ppid=31547 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31567/stat : 31567 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476135040 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062452492768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31568] ppid=31547 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31549/task/31568/stat : 31568 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135040 28904853504 10287 33554432000 4194304 4196468 140726430162160 140062451440304 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42600 KiB

[startup+0.318747 s]*
/proc/loadavg: 8.11 8.26 8.27 3/211 31568
/proc/meminfo: memFree=14069440/32770624 swapFree=66953204/67108860
[pid=31547] ppid=31544 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31547/stat : 31547 (xcsp3-exec) S 31544 31547 28561 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476135033 115843072 363 33554432000 4194304 5098028 140736043853216 140736043851320 139801824518780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10989568 140736043860817 140736043861077 140736043861077 140736043864006 0
/proc/31547/statm: 28282 363 304 221 0 87 0
[pid=31549] ppid=31547 vsize=28231652 memory=50408 CPUtime=0.54 cores=0-7
/proc/31549/stat : 31549 (java) S 31547 31547 28561 0 -1 1077944320 10971 0 0 0 49 5 0 0 20 0 20 0 476135034 28909211648 12602 33554432000 4194304 4196468 140726430162160 140726430144704 140063795408631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
/proc/31549/statm: 7057913 12602 3348 1 0 7019032 0
[pid=31549/tid=31550] ppid=31547 vsize=28231652 memory=6791534058613427641 CPUtime=0.31 cores=0-7
/proc/31549/task/31550/stat : 31550 (java) R 31547 31547 28561 0 -1 4202560 7901 0 0 0 28 3 0 0 20 0 20 0 476135034 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063799642416 140063779489118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31551] ppid=31547 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31551/stat : 31551 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063748028944 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31552] ppid=31547 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31552/stat : 31552 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476135035 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063746976400 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31553] ppid=31547 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31553/stat : 31553 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063745923344 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31554] ppid=31547 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31554/stat : 31554 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063744870800 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31555] ppid=31547 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31549/task/31555/stat : 31555 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063743818768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31556] ppid=31547 vsize=28231652 memory=140564280472495 CPUtime=0 cores=0-7
/proc/31549/task/31556/stat : 31556 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135035 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063742766224 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31557] ppid=31547 vsize=28231652 memory=140564280474800 CPUtime=0 cores=0-7
/proc/31549/task/31557/stat : 31557 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476135035 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063741713168 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31558] ppid=31547 vsize=28231652 memory=140564280477104 CPUtime=0 cores=0-7
/proc/31549/task/31558/stat : 31558 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476135035 28909211648 12602 33554432000 4194304 4196468 140726430162160 140063740660624 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31559] ppid=31547 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31559/stat : 31559 (java) S 31547 31547 28561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476135036 28909211648 12602 33554432000 4194304 4196468 140726430162160 140062460913904 140063795419778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31560] ppid=31547 vsize=28231652 memory=281128560961168 CPUtime=0 cores=0-7
/proc/31549/task/31560/stat : 31560 (java) S 31547 31547 28561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476135037 28909211648 12602 33554432000 4194304 4196468 140726430162160 140062459860128 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31561] ppid=31547 vsize=28231652 memory=281128560968080 CPUtime=0 cores=0-7
/proc/31549/task/31561/stat : 31561 (java) S 31547 31547 28561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476135037 28909211648 12602 33554432000 4194304 4196468 140726430162160 140062458807024 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31562] ppid=31547 vsize=28231652 memory=281128560909360 CPUtime=0 cores=0-7
/proc/31549/task/31562/stat : 31562 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135039 28909211648 12602 33554432000 4194304 4196468 140726430162160 140062457755600 140063795427227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31563] ppid=31547 vsize=28231652 memory=281128560981904 CPUtime=0.02 cores=0-7
/proc/31549/task/31563/stat : 31563 (java) S 31547 31547 28561 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 20 0 476135039 28909211648 12602 33554432000 4194304 4196468 140726430162160 140062456703728 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31564] ppid=31547 vsize=28231652 memory=281128560988816 CPUtime=0.04 cores=0-7
/proc/31549/task/31564/stat : 31564 (java) S 31547 31547 28561 0 -1 1077944384 398 0 0 0 4 0 0 0 20 0 20 0 476135039 28909211648 12602 33554432000 4194304 4196468 140726430162160 140062455651184 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31565] ppid=31547 vsize=28231652 memory=281128560986512 CPUtime=0.01 cores=0-7
/proc/31549/task/31565/stat : 31565 (java) S 31547 31547 28561 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 20 0 476135039 28909211648 12610 33554432000 4194304 4196468 140726430162160 140062454598128 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31566] ppid=31547 vsize=28231652 memory=281128561002672 CPUtime=0.12 cores=0-7
/proc/31549/task/31566/stat : 31566 (java) S 31547 31547 28561 0 -1 1077944384 824 0 0 0 12 0 0 0 20 0 20 0 476135039 28909211648 12610 33554432000 4194304 4196468 140726430162160 140062453545584 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31567] ppid=31547 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31567/stat : 31567 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476135040 28909211648 12610 33554432000 4194304 4196468 140726430162160 140062452492768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31568] ppid=31547 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31549/task/31568/stat : 31568 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476135040 28909211648 12610 33554432000 4194304 4196468 140726430162160 140062451440304 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51860 KiB

[startup+0.700915 s]
/proc/loadavg: 8.11 8.26 8.27 4/211 31568
/proc/meminfo: memFree=14054716/32770624 swapFree=66953204/67108860
[pid=31547] ppid=31544 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31547/stat : 31547 (xcsp3-exec) S 31544 31547 28561 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476135033 115843072 363 33554432000 4194304 5098028 140736043853216 140736043851320 139801824518780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10989568 140736043860817 140736043861077 140736043861077 140736043864006 0
/proc/31547/statm: 28282 363 304 221 0 87 0
[pid=31549] ppid=31547 vsize=28766288 memory=92388 CPUtime=1.89 cores=0-7
/proc/31549/stat : 31549 (java) S 31547 31547 28561 0 -1 1077944320 15046 0 0 0 182 7 0 0 20 0 28 0 476135034 29456678912 23097 33554432000 4194304 4196468 140726430162160 140726430144704 140063795408631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
/proc/31549/statm: 7191572 23097 3452 1 0 7152672 0
[pid=31549/tid=31550] ppid=31547 vsize=28766288 memory=281128561360560 CPUtime=0.58 cores=0-7
/proc/31549/task/31550/stat : 31550 (java) S 31547 31547 28561 0 -1 1077944384 9297 0 0 0 55 3 0 0 20 0 28 0 476135034 29456678912 23097 33554432000 4194304 4196468 140726430162160 140063799649408 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31551] ppid=31547 vsize=28766288 memory=140564280681328 CPUtime=0 cores=0-7
/proc/31549/task/31551/stat : 31551 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 23097 33554432000 4194304 4196468 140726430162160 140063748028944 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31552] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31552/stat : 31552 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 23097 33554432000 4194304 4196468 140726430162160 140063746976400 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31553] ppid=31547 vsize=28766288 memory=668 CPUtime=0 cores=0-7
/proc/31549/task/31553/stat : 31553 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 23097 33554432000 4194304 4196468 140726430162160 140063745923344 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0

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

[pid=31549/tid=31552] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31552/stat : 31552 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 31203 33554432000 4194304 4196468 140726430162160 140063746976400 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31553] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31553/stat : 31553 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 31203 33554432000 4194304 4196468 140726430162160 140063745923344 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31554] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31554/stat : 31554 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 31203 33554432000 4194304 4196468 140726430162160 140063744870800 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31555] ppid=31547 vsize=28766288 memory=2244 CPUtime=0 cores=0-7
/proc/31549/task/31555/stat : 31555 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 31203 33554432000 4194304 4196468 140726430162160 140063743818768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31556] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31556/stat : 31556 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 31203 33554432000 4194304 4196468 140726430162160 140063742766224 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31557] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31557/stat : 31557 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 31203 33554432000 4194304 4196468 140726430162160 140063741713168 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31558] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31558/stat : 31558 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476135035 29456678912 31203 33554432000 4194304 4196468 140726430162160 140063740660624 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31559] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31559/stat : 31559 (java) S 31547 31547 28561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 476135036 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062460913904 140063795419778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31560] ppid=31547 vsize=28766288 memory=668 CPUtime=0 cores=0-7
/proc/31549/task/31560/stat : 31560 (java) S 31547 31547 28561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476135037 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062459860128 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31561] ppid=31547 vsize=28766288 memory=1256 CPUtime=0 cores=0-7
/proc/31549/task/31561/stat : 31561 (java) S 31547 31547 28561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 476135037 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062458807024 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31562] ppid=31547 vsize=28766288 memory=1076 CPUtime=0 cores=0-7
/proc/31549/task/31562/stat : 31562 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476135039 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062457755600 140063795427227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31563] ppid=31547 vsize=28766288 memory=14008 CPUtime=0.5 cores=0-7
/proc/31549/task/31563/stat : 31563 (java) R 31547 31547 28561 0 -1 4202560 3250 0 0 0 50 0 0 0 20 0 28 0 476135039 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062456689752 140063774655533 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31564] ppid=31547 vsize=28766288 memory=30544 CPUtime=0.48 cores=0-7
/proc/31549/task/31564/stat : 31564 (java) R 31547 31547 28561 0 -1 4202560 3004 0 0 0 47 1 0 0 20 0 28 0 476135039 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062455637200 140063776936164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31565] ppid=31547 vsize=28766288 memory=14056 CPUtime=0.48 cores=0-7
/proc/31549/task/31565/stat : 31565 (java) R 31547 31547 28561 0 -1 4202560 2722 0 0 0 47 1 0 0 20 0 28 0 476135039 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062454582896 140063773297152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31566] ppid=31547 vsize=28766288 memory=2116 CPUtime=0.48 cores=0-7
/proc/31549/task/31566/stat : 31566 (java) R 31547 31547 28561 0 -1 4202560 2443 0 0 0 47 1 0 0 20 0 28 0 476135039 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062453542440 140063774392356 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31567] ppid=31547 vsize=28766288 memory=520 CPUtime=0 cores=0-7
/proc/31549/task/31567/stat : 31567 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476135040 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062452492768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31568] ppid=31547 vsize=28766288 memory=1560 CPUtime=0 cores=0-7
/proc/31549/task/31568/stat : 31568 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476135040 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062451440304 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31569] ppid=31547 vsize=28766288 memory=924 CPUtime=0.68 cores=0-7
/proc/31549/task/31569/stat : 31569 (java) R 31547 31547 28561 0 -1 4202560 114 0 0 0 68 0 0 0 20 0 28 0 476135094 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062442219144 140063400654329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31570] ppid=31547 vsize=28766288 memory=22244 CPUtime=0.63 cores=0-7
/proc/31549/task/31570/stat : 31570 (java) S 31547 31547 28561 0 -1 1077944384 102 0 0 0 63 0 0 0 20 0 28 0 476135094 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062373169904 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31571] ppid=31547 vsize=28766288 memory=2008 CPUtime=0.63 cores=0-7
/proc/31549/task/31571/stat : 31571 (java) S 31547 31547 28561 0 -1 1077944384 102 0 0 0 63 0 0 0 20 0 28 0 476135094 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062372117872 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31572] ppid=31547 vsize=28766288 memory=1424 CPUtime=0.63 cores=0-7
/proc/31549/task/31572/stat : 31572 (java) S 31547 31547 28561 0 -1 1077944384 119 0 0 0 63 0 0 0 20 0 28 0 476135094 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062371065328 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31573] ppid=31547 vsize=28766288 memory=3640 CPUtime=0.66 cores=0-7
/proc/31549/task/31573/stat : 31573 (java) R 31547 31547 28561 0 -1 4202560 84 0 0 0 66 0 0 0 20 0 28 0 476135094 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062370009144 140063400741659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31574] ppid=31547 vsize=28766288 memory=1548 CPUtime=0.72 cores=0-7
/proc/31549/task/31574/stat : 31574 (java) R 31547 31547 28561 0 -1 4202560 65 0 0 0 72 0 0 0 20 0 28 0 476135095 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062368957848 140063795429978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31575] ppid=31547 vsize=28766288 memory=1728 CPUtime=0.69 cores=0-7
/proc/31549/task/31575/stat : 31575 (java) R 31547 31547 28561 0 -1 1077944384 81 0 0 0 69 0 0 0 20 0 28 0 476135095 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062367910480 140063795418837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31576] ppid=31547 vsize=28766288 memory=8080 CPUtime=0.64 cores=0-7
/proc/31549/task/31576/stat : 31576 (java) R 31547 31547 28561 0 -1 4202560 88 0 0 0 64 0 0 0 20 0 28 0 476135095 29456678912 31203 33554432000 4194304 4196468 140726430162160 140062366852248 140063795429978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 126264 KiB

[startup+3.11098 s]
/proc/loadavg: 8.18 8.27 8.27 12/219 31576
/proc/meminfo: memFree=13925256/32770624 swapFree=66953204/67108860
[pid=31547] ppid=31544 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31547/stat : 31547 (xcsp3-exec) S 31544 31547 28561 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476135033 115843072 363 33554432000 4194304 5098028 140736043853216 140736043851320 139801824518780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10989568 140736043860817 140736043861077 140736043861077 140736043864006 0
/proc/31547/statm: 28282 363 304 221 0 87 0
[pid=31549] ppid=31547 vsize=28766288 memory=200968 CPUtime=20.34 cores=0-7
/proc/31549/stat : 31549 (java) S 31547 31547 28561 0 -1 1077944320 39449 0 0 0 2017 17 0 0 20 0 19 0 476135034 29456678912 50242 33554432000 4194304 4196468 140726430162160 140726430144704 140063795408631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
/proc/31549/statm: 7191572 50242 3484 1 0 7152672 0
[pid=31549/tid=31550] ppid=31547 vsize=28766288 memory=183408 CPUtime=0.58 cores=0-7
/proc/31549/task/31550/stat : 31550 (java) S 31547 31547 28561 0 -1 1077944384 9362 0 0 0 55 3 0 0 20 0 19 0 476135034 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063799651472 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31551] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31551/stat : 31551 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063748028944 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31552] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31552/stat : 31552 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063746976400 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31553] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31553/stat : 31553 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063745923344 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31554] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31554/stat : 31554 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063744870800 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31555] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31555/stat : 31555 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063743818768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31556] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31556/stat : 31556 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063742766224 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31557] ppid=31547 vsize=28766288 memory=281128560924104 CPUtime=0 cores=0-7
/proc/31549/task/31557/stat : 31557 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063741713168 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31558] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31558/stat : 31558 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063740660624 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31559] ppid=31547 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/31549/task/31559/stat : 31559 (java) S 31547 31547 28561 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 476135036 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062460914112 140063795419778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31560] ppid=31547 vsize=28766288 memory=150024 CPUtime=0 cores=0-7
/proc/31549/task/31560/stat : 31560 (java) S 31547 31547 28561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 476135037 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062459860128 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31561] ppid=31547 vsize=28766288 memory=137678062357226 CPUtime=0 cores=0-7
/proc/31549/task/31561/stat : 31561 (java) S 31547 31547 28561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 476135037 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062458807024 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31562] ppid=31547 vsize=28766288 memory=55488 CPUtime=0 cores=0-7
/proc/31549/task/31562/stat : 31562 (java) S 31547 31547 28561 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062457755248 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31563] ppid=31547 vsize=28766288 memory=988 CPUtime=1.55 cores=0-7
/proc/31549/task/31563/stat : 31563 (java) R 31547 31547 28561 0 -1 4202560 10969 0 0 0 152 3 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062456689888 140063774668896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31564] ppid=31547 vsize=28766288 memory=2008 CPUtime=1.64 cores=0-7
/proc/31549/task/31564/stat : 31564 (java) S 31547 31547 28561 0 -1 1077944384 5463 0 0 0 162 2 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062455631600 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31565] ppid=31547 vsize=28766288 memory=1424 CPUtime=1.63 cores=0-7
/proc/31549/task/31565/stat : 31565 (java) S 31547 31547 28561 0 -1 1077944384 7552 0 0 0 160 3 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062454598128 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31566] ppid=31547 vsize=28766288 memory=2241 CPUtime=0.53 cores=0-7
/proc/31549/task/31566/stat : 31566 (java) S 31547 31547 28561 0 -1 1077944384 3095 0 0 0 52 1 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062453541792 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31567] ppid=31547 vsize=28766288 memory=2244 CPUtime=0 cores=0-7
/proc/31549/task/31567/stat : 31567 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 476135040 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062452492768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
Current children cumulated CPU time: 20.34 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 202420 KiB

[startup+3.15745 s]
# the end of solver process 31547 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20.2117 s, system=0.190815 s

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

[startup+3.11098 s]
/proc/loadavg: 8.18 8.27 8.27 12/219 31576
/proc/meminfo: memFree=13925256/32770624 swapFree=66953204/67108860
[pid=31547] ppid=31544 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31547/stat : 31547 (xcsp3-exec) S 31544 31547 28561 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476135033 115843072 363 33554432000 4194304 5098028 140736043853216 140736043851320 139801824518780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10989568 140736043860817 140736043861077 140736043861077 140736043864006 0
/proc/31547/statm: 28282 363 304 221 0 87 0
[pid=31549] ppid=31547 vsize=28766288 memory=200968 CPUtime=20.34 cores=0-7
/proc/31549/stat : 31549 (java) S 31547 31547 28561 0 -1 1077944320 39449 0 0 0 2017 17 0 0 20 0 19 0 476135034 29456678912 50242 33554432000 4194304 4196468 140726430162160 140726430144704 140063795408631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
/proc/31549/statm: 7191572 50242 3484 1 0 7152672 0
[pid=31549/tid=31550] ppid=31547 vsize=28766288 memory=183408 CPUtime=0.58 cores=0-7
/proc/31549/task/31550/stat : 31550 (java) S 31547 31547 28561 0 -1 1077944384 9362 0 0 0 55 3 0 0 20 0 19 0 476135034 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063799651472 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31551] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31551/stat : 31551 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063748028944 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31552] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31552/stat : 31552 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063746976400 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31553] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31553/stat : 31553 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063745923344 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31554] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31554/stat : 31554 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063744870800 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31555] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31555/stat : 31555 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063743818768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31556] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31556/stat : 31556 (java) S 31547 31547 28561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063742766224 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31557] ppid=31547 vsize=28766288 memory=281128560924104 CPUtime=0 cores=0-7
/proc/31549/task/31557/stat : 31557 (java) S 31547 31547 28561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063741713168 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31558] ppid=31547 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/31549/task/31558/stat : 31558 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 476135035 29456678912 50242 33554432000 4194304 4196468 140726430162160 140063740660624 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31559] ppid=31547 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/31549/task/31559/stat : 31559 (java) S 31547 31547 28561 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 476135036 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062460914112 140063795419778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31560] ppid=31547 vsize=28766288 memory=150024 CPUtime=0 cores=0-7
/proc/31549/task/31560/stat : 31560 (java) S 31547 31547 28561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 476135037 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062459860128 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31561] ppid=31547 vsize=28766288 memory=137678062357226 CPUtime=0 cores=0-7
/proc/31549/task/31561/stat : 31561 (java) S 31547 31547 28561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 476135037 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062458807024 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31562] ppid=31547 vsize=28766288 memory=55488 CPUtime=0 cores=0-7
/proc/31549/task/31562/stat : 31562 (java) S 31547 31547 28561 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062457755248 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31563] ppid=31547 vsize=28766288 memory=988 CPUtime=1.55 cores=0-7
/proc/31549/task/31563/stat : 31563 (java) R 31547 31547 28561 0 -1 4202560 10969 0 0 0 152 3 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062456689888 140063774668896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31564] ppid=31547 vsize=28766288 memory=2008 CPUtime=1.64 cores=0-7
/proc/31549/task/31564/stat : 31564 (java) S 31547 31547 28561 0 -1 1077944384 5463 0 0 0 162 2 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062455631600 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31565] ppid=31547 vsize=28766288 memory=1424 CPUtime=1.63 cores=0-7
/proc/31549/task/31565/stat : 31565 (java) S 31547 31547 28561 0 -1 1077944384 7552 0 0 0 160 3 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062454598128 140063795419778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31566] ppid=31547 vsize=28766288 memory=2241 CPUtime=0.53 cores=0-7
/proc/31549/task/31566/stat : 31566 (java) S 31547 31547 28561 0 -1 1077944384 3095 0 0 0 52 1 0 0 20 0 19 0 476135039 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062453541792 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
[pid=31549/tid=31567] ppid=31547 vsize=28766288 memory=2244 CPUtime=0 cores=0-7
/proc/31549/task/31567/stat : 31567 (java) S 31547 31547 28561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 476135040 29456678912 50242 33554432000 4194304 4196468 140726430162160 140062452492768 140063795418837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21667840 140726430163926 140726430164102 140726430164102 140726430166991 0
Current children cumulated CPU time: 20.34 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 202420 KiB

Child status: 0
Real time (s): 3.15751
CPU time (s): 20.4025
CPU user time (s): 20.2117
CPU system time (s): 0.190815
CPU usage (%): 646.158
Max. virtual memory (cumulated for all children) (KiB): 28881116
Max. memory (cumulated for all children) (KiB): 202420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2117
system time used= 0.190815
maximum resident set size= 201548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40018
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4886
involuntary context switches= 527


# summary of solver processes directly reported to runsolver:
#   pid: 31547
#   total CPU time (s): 20.4025
#   total CPU user time (s): 20.2117
#   total CPU system time (s): 0.190815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061375 second user time and 0.066871 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 19:56:02
IDJOB=4404275
IDBENCH=133653
IDSOLVER=2865
FILE ID=node119/4404275-1569002202
RUNJOBID= node119-1568994231-28588
PBS_JOBID= 21704718
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-04-m018.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-4404275-1569002202/watcher-4404275-1569002202 -o /var/tmp/evaluation-result-4404275-1569002202/solver-4404275-1569002202 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1568994231-28588 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1877677864 HOME/instance-4404275-1569002202.xml

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

MD5SUM BENCH= e1b631bab6f8bd4ad65377e678a0b81e
RANDOM SEED=1877677864

node119.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.47
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.47
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.47
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.47
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:        14106060 kB
MemAvailable:   31807656 kB
Buffers:          153832 kB
Cached:         17473928 kB
SwapCached:        46584 kB
Active:          8779932 kB
Inactive:        8898252 kB
Active(anon):       4296 kB
Inactive(anon):    94032 kB
Active(file):    8775636 kB
Inactive(file):  8804220 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953204 kB
Dirty:             26204 kB
Writeback:             0 kB
AnonPages:        115732 kB
Mapped:            52220 kB
Shmem:             40128 kB
Slab:             578812 kB
SReclaimable:     550200 kB
SUnreclaim:        28612 kB
KernelStack:        3696 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node119 at 2019-09-20 19:56:05