Trace number 4406774

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-24 parallelSAT 260.993 60.8163

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-01.xml
MD5SUM38fbb435e56fa73fec05cbb523a31b1b
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 benchmark56.5752
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":5},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":5},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":1},{"degree":18,"count":2},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
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-4406774-1569348023.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406774-1569348023.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
78.62/37.88	c solve instance...
260.46/60.76	s SATISFIABLE
260.46/60.76	v <instantiation>
260.46/60.76	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] </list>
260.46/60.76	v 	<values>4 1 0 3 4 0 4 0 0 0 0 3 1 3 4 4 2 1 2 4 4 1 3 4 4 </values>
260.46/60.76	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 (13189 MiB free)
  memory of node 1: 16384 MiB (11594 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406774-1569348023/watcher-4406774-1569348023 -o /tmp/evaluation-result-4406774-1569348023/solver-4406774-1569348023 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569348082-18090 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1193641373 HOME/instance-4406774-1569348023.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=18300, runsolver pid=18297
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 5.30 7.08 7.73 2/211 18321
/proc/meminfo: memFree=25362720/32770624 swapFree=66941040/67108860
[pid=18300] ppid=18297 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18300/stat : 18300 (xcsp3-exec) S 18297 18300 18063 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511073133 115843072 364 33554432000 4194304 5098028 140727269742992 140727269741096 140512384725628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40624128 140727269745525 140727269745769 140727269745769 140727269748682 0
/proc/18300/statm: 28282 364 305 221 0 87 0
[pid=18302] ppid=18300 vsize=28227396 memory=28764 CPUtime=0.12 cores=0-7
/proc/18302/stat : 18302 (java) S 18300 18300 18063 0 -1 1077944320 5687 0 0 0 11 1 0 0 20 0 20 0 511073133 28904853504 7191 33554432000 4194304 4196468 140736265838528 140736265821072 140444235747063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
/proc/18302/statm: 7056849 7191 3122 1 0 7019032 0
[pid=18302/tid=18303] ppid=18300 vsize=28227396 memory=7898357654616972183 CPUtime=0.09 cores=0-7
/proc/18302/task/18303/stat : 18303 (java) R 18300 18300 18063 0 -1 4202560 3599 0 0 0 8 1 0 0 20 0 20 0 511073134 28904853504 7191 33554432000 4194304 4196468 140736265838528 140444239978992 140444219827550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18304] ppid=18300 vsize=28227396 memory=732370027532893157 CPUtime=0 cores=0-7
/proc/18302/task/18304/stat : 18304 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073134 28904853504 7191 33554432000 4194304 4196468 140736265838528 140443787581840 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18305] ppid=18300 vsize=28227396 memory=139889195439744 CPUtime=0 cores=0-7
/proc/18302/task/18305/stat : 18305 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 7191 33554432000 4194304 4196468 140736265838528 140443786529040 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18306] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18306/stat : 18306 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 7191 33554432000 4194304 4196468 140736265838528 140443785476752 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18307] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18307/stat : 18307 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 7191 33554432000 4194304 4196468 140736265838528 140443784423952 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18308] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18308/stat : 18308 (java) S 18300 18300 18063 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 7191 33554432000 4194304 4196468 140736265838528 140443783371664 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18309] ppid=18300 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18302/task/18309/stat : 18309 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 7191 33554432000 4194304 4196468 140736265838528 140443782318864 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18310] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18310/stat : 18310 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 7191 33554432000 4194304 4196468 140736265838528 140443781266576 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18311] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18311/stat : 18311 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 7191 33554432000 4194304 4196468 140736265838528 140443780213776 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18312] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18312/stat : 18312 (java) S 18300 18300 18063 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511073136 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442364336240 140444235758210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18313] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18313/stat : 18313 (java) S 18300 18300 18063 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511073136 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442363282208 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18314] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18314/stat : 18314 (java) S 18300 18300 18063 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511073137 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442362229872 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18315] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18315/stat : 18315 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073139 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442361178192 140444235765659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18316] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18316/stat : 18316 (java) S 18300 18300 18063 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 511073139 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442360126064 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18317] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18317/stat : 18317 (java) S 18300 18300 18063 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511073139 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442359073264 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18318] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18318/stat : 18318 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511073139 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442358020976 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18319] ppid=18300 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/18302/task/18319/stat : 18319 (java) S 18300 18300 18063 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 20 0 511073139 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442356968176 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18320] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18320/stat : 18320 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511073139 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442355915104 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18321] ppid=18300 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18302/task/18321/stat : 18321 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073140 28904853504 7191 33554432000 4194304 4196468 140736265838528 140442354862384 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30220 KiB

[startup+0.210696 s]*
/proc/loadavg: 5.30 7.08 7.73 2/211 18321
/proc/meminfo: memFree=25350328/32770624 swapFree=66941040/67108860
[pid=18300] ppid=18297 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18300/stat : 18300 (xcsp3-exec) S 18297 18300 18063 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511073133 115843072 364 33554432000 4194304 5098028 140727269742992 140727269741096 140512384725628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40624128 140727269745525 140727269745769 140727269745769 140727269748682 0
/proc/18300/statm: 28282 364 305 221 0 87 0
[pid=18302] ppid=18300 vsize=28227396 memory=40772 CPUtime=0.34 cores=0-7
/proc/18302/stat : 18302 (java) S 18300 18300 18063 0 -1 1077944320 9384 0 0 0 31 3 0 0 20 0 20 0 511073133 28904853504 10193 33554432000 4194304 4196468 140736265838528 140736265821072 140444235747063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
/proc/18302/statm: 7056849 10193 3321 1 0 7019032 0
[pid=18302/tid=18303] ppid=18300 vsize=28227396 memory=576460756329955521 CPUtime=0.19 cores=0-7
/proc/18302/task/18303/stat : 18303 (java) R 18300 18300 18063 0 -1 4202560 6619 0 0 0 17 2 0 0 20 0 20 0 511073134 28904853504 10193 33554432000 4194304 4196468 140736265838528 140444239978288 140444219827550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18304] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18304/stat : 18304 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073134 28904853504 10193 33554432000 4194304 4196468 140736265838528 140443787581840 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18305] ppid=18300 vsize=28227396 memory=3545935374856574624 CPUtime=0 cores=0-7
/proc/18302/task/18305/stat : 18305 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 10193 33554432000 4194304 4196468 140736265838528 140443786529040 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18306] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18306/stat : 18306 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 10193 33554432000 4194304 4196468 140736265838528 140443785476752 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18307] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18307/stat : 18307 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 10193 33554432000 4194304 4196468 140736265838528 140443784423952 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18308] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18308/stat : 18308 (java) S 18300 18300 18063 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 10193 33554432000 4194304 4196468 140736265838528 140443783371664 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18309] ppid=18300 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18302/task/18309/stat : 18309 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 10193 33554432000 4194304 4196468 140736265838528 140443782318864 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18310] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18310/stat : 18310 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 10193 33554432000 4194304 4196468 140736265838528 140443781266576 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18311] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18311/stat : 18311 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28904853504 10193 33554432000 4194304 4196468 140736265838528 140443780213776 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18312] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18312/stat : 18312 (java) S 18300 18300 18063 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511073136 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442364336240 140444235758210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18313] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18313/stat : 18313 (java) S 18300 18300 18063 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511073136 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442363282208 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18314] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18314/stat : 18314 (java) S 18300 18300 18063 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511073137 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442362229872 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18315] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18315/stat : 18315 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073139 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442361178192 140444235765659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18316] ppid=18300 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18302/task/18316/stat : 18316 (java) S 18300 18300 18063 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 20 0 511073139 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442360126064 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18317] ppid=18300 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/18302/task/18317/stat : 18317 (java) S 18300 18300 18063 0 -1 1077944384 299 0 0 0 2 0 0 0 20 0 20 0 511073139 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442359073264 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18318] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18318/stat : 18318 (java) S 18300 18300 18063 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 511073139 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442358020976 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18319] ppid=18300 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/18302/task/18319/stat : 18319 (java) R 18300 18300 18063 0 -1 4202560 804 0 0 0 8 0 0 0 20 0 20 0 511073139 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442356968176 140444219827550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18320] ppid=18300 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18320/stat : 18320 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511073139 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442355915104 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18321] ppid=18300 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18302/task/18321/stat : 18321 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073140 28904853504 10193 33554432000 4194304 4196468 140736265838528 140442354862384 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42228 KiB

[startup+0.310919 s]*
/proc/loadavg: 5.30 7.08 7.73 4/211 18321
/proc/meminfo: memFree=25343892/32770624 swapFree=66941040/67108860
[pid=18300] ppid=18297 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18300/stat : 18300 (xcsp3-exec) S 18297 18300 18063 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511073133 115843072 364 33554432000 4194304 5098028 140727269742992 140727269741096 140512384725628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40624128 140727269745525 140727269745769 140727269745769 140727269748682 0
/proc/18300/statm: 28282 364 305 221 0 87 0
[pid=18302] ppid=18300 vsize=28231652 memory=50256 CPUtime=0.53 cores=0-7
/proc/18302/stat : 18302 (java) S 18300 18300 18063 0 -1 1077944320 10883 0 0 0 49 4 0 0 20 0 20 0 511073133 28909211648 12564 33554432000 4194304 4196468 140736265838528 140736265821072 140444235747063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
/proc/18302/statm: 7057913 12564 3364 1 0 7019032 0
[pid=18302/tid=18303] ppid=18300 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/18302/task/18303/stat : 18303 (java) R 18300 18300 18063 0 -1 4202560 7768 0 0 0 27 3 0 0 20 0 20 0 511073134 28909211648 12564 33554432000 4194304 4196468 140736265838528 140444239983104 140444219827550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18304] ppid=18300 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18304/stat : 18304 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073134 28909211648 12564 33554432000 4194304 4196468 140736265838528 140443787581840 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18305] ppid=18300 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18305/stat : 18305 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28909211648 12564 33554432000 4194304 4196468 140736265838528 140443786529040 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18306] ppid=18300 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18306/stat : 18306 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28909211648 12564 33554432000 4194304 4196468 140736265838528 140443785476752 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18307] ppid=18300 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18307/stat : 18307 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28909211648 12564 33554432000 4194304 4196468 140736265838528 140443784423952 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18308] ppid=18300 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18308/stat : 18308 (java) S 18300 18300 18063 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511073135 28909211648 12564 33554432000 4194304 4196468 140736265838528 140443783371664 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18309] ppid=18300 vsize=28231652 memory=139889098189487 CPUtime=0 cores=0-7
/proc/18302/task/18309/stat : 18309 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28909211648 12564 33554432000 4194304 4196468 140736265838528 140443782318864 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18310] ppid=18300 vsize=28231652 memory=139889098191792 CPUtime=0 cores=0-7
/proc/18302/task/18310/stat : 18310 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511073135 28909211648 12564 33554432000 4194304 4196468 140736265838528 140443781266576 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18311] ppid=18300 vsize=28231652 memory=139889098194096 CPUtime=0 cores=0-7
/proc/18302/task/18311/stat : 18311 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073135 28909211648 12564 33554432000 4194304 4196468 140736265838528 140443780213776 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18312] ppid=18300 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18312/stat : 18312 (java) S 18300 18300 18063 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511073136 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442364336240 140444235758210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18313] ppid=18300 vsize=28231652 memory=279778196402064 CPUtime=0 cores=0-7
/proc/18302/task/18313/stat : 18313 (java) S 18300 18300 18063 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511073136 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442363282208 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18314] ppid=18300 vsize=28231652 memory=279778196399760 CPUtime=0 cores=0-7
/proc/18302/task/18314/stat : 18314 (java) S 18300 18300 18063 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511073137 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442362229872 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18315] ppid=18300 vsize=28231652 memory=279778196406672 CPUtime=0 cores=0-7
/proc/18302/task/18315/stat : 18315 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073139 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442361178192 140444235765659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18316] ppid=18300 vsize=28231652 memory=279778196347952 CPUtime=0.02 cores=0-7
/proc/18302/task/18316/stat : 18316 (java) S 18300 18300 18063 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 20 0 511073139 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442360126064 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18317] ppid=18300 vsize=28231652 memory=279778196420496 CPUtime=0.04 cores=0-7
/proc/18302/task/18317/stat : 18317 (java) R 18300 18300 18063 0 -1 4202560 429 0 0 0 4 0 0 0 20 0 20 0 511073139 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442359054280 140444235768410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18318] ppid=18300 vsize=28231652 memory=279778196427408 CPUtime=0.01 cores=0-7
/proc/18302/task/18318/stat : 18318 (java) S 18300 18300 18063 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 20 0 511073139 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442358020976 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18319] ppid=18300 vsize=28231652 memory=279778196425104 CPUtime=0.13 cores=0-7
/proc/18302/task/18319/stat : 18319 (java) S 18300 18300 18063 0 -1 1077944384 960 0 0 0 13 0 0 0 20 0 20 0 511073139 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442356968176 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18320] ppid=18300 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18302/task/18320/stat : 18320 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511073139 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442355915104 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18321] ppid=18300 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18302/task/18321/stat : 18321 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511073140 28909211648 12564 33554432000 4194304 4196468 140736265838528 140442354862384 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51712 KiB

[startup+0.700992 s]
/proc/loadavg: 5.30 7.08 7.73 3/211 18321
/proc/meminfo: memFree=25265500/32770624 swapFree=66941040/67108860
[pid=18300] ppid=18297 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18300/stat : 18300 (xcsp3-exec) S 18297 18300 18063 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511073133 115843072 364 33554432000 4194304 5098028 140727269742992 140727269741096 140512384725628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40624128 140727269745525 140727269745769 140727269745769 140727269748682 0
/proc/18300/statm: 28282 364 305 221 0 87 0
[pid=18302] ppid=18300 vsize=28233776 memory=253592 CPUtime=1.76 cores=0-7
/proc/18302/stat : 18302 (java) S 18300 18300 18063 0 -1 1077944320 14519 0 0 0 155 21 0 0 20 0 20 0 511073133 28911386624 63398 33554432000 4194304 4196468 140736265838528 140736265821072 140444235747063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
/proc/18302/statm: 7058444 63398 3456 1 0 7019544 0
[pid=18302/tid=18303] ppid=18300 vsize=28233776 memory=0 CPUtime=0.64 cores=0-7
/proc/18302/task/18303/stat : 18303 (java) R 18300 18300 18063 0 -1 4202560 8289 0 0 0 58 6 0 0 20 0 20 0 511073134 28911386624 63398 33554432000 4194304 4196468 140736265838528 140444239982280 140443839924743 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18304] ppid=18300 vsize=28233776 memory=2353 CPUtime=0.02 cores=0-7
/proc/18302/task/18304/stat : 18304 (java) S 18300 18300 18063 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 20 0 511073134 28911386624 63398 33554432000 4194304 4196468 140736265838528 140443787581840 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18305] ppid=18300 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/18302/task/18305/stat : 18305 (java) S 18300 18300 18063 0 -1 1077944384 42 0 0 0 0 2 0 0 20 0 20 0 511073135 28911386624 63398 33554432000 4194304 4196468 140736265838528 140443786529040 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18306] ppid=18300 vsize=28233776 memory=10728 CPUtime=0.01 cores=0-7
/proc/18302/task/18306/stat : 18306 (java) S 18300 18300 18063 0 -1 1077944384 29 0 0 0 0 1 0 0 20 0 20 0 511073135 28911386624 63398 33554432000 4194304 4196468 140736265838528 140443785476752 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0

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

[pid=18302/tid=18327] ppid=18300 vsize=28766288 memory=7740089449382560352 CPUtime=20.77 cores=0-7
/proc/18302/task/18327/stat : 18327 (java) R 18300 18300 18063 0 -1 4202560 1396 0 0 0 2076 1 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442035106200 140443843606110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18328] ppid=18300 vsize=28766288 memory=6998666810973840742 CPUtime=20.79 cores=0-7
/proc/18302/task/18328/stat : 18328 (java) R 18300 18300 18063 0 -1 4202560 1006 0 0 0 2074 5 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442034053040 140443839520698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18329] ppid=18300 vsize=28766288 memory=4639948313716145254 CPUtime=21.08 cores=0-7
/proc/18302/task/18329/stat : 18329 (java) R 18300 18300 18063 0 -1 4202560 1269 0 0 0 2107 1 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442033001000 140443839522044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18330] ppid=18300 vsize=28766288 memory=7669463486861829714 CPUtime=20.67 cores=0-7
/proc/18302/task/18330/stat : 18330 (java) R 18300 18300 18063 0 -1 4202560 1226 0 0 0 2064 3 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442031948280 140443839520627 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18331] ppid=18300 vsize=28766288 memory=7740121403805937728 CPUtime=20.91 cores=0-7
/proc/18302/task/18331/stat : 18331 (java) R 18300 18300 18063 0 -1 4202560 677 0 0 0 2087 4 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442030895000 140443839520698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18332] ppid=18300 vsize=28766288 memory=7740121403805951080 CPUtime=20.89 cores=0-7
/proc/18302/task/18332/stat : 18332 (java) R 18300 18300 18063 0 -1 4202560 1282 0 0 0 2087 2 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442029842200 140443837903124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
Current children cumulated CPU time: 248.49 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 7471976 KiB

[startup+60.002 s]*
/proc/loadavg: 4.66 6.47 7.47 9/219 18332
/proc/meminfo: memFree=17909836/32770624 swapFree=66941040/67108860
[pid=18300] ppid=18297 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18300/stat : 18300 (xcsp3-exec) S 18297 18300 18063 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511073133 115843072 364 33554432000 4194304 5098028 140727269742992 140727269741096 140512384725628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40624128 140727269745525 140727269745769 140727269745769 140727269748682 0
/proc/18300/statm: 28282 364 305 221 0 87 0
[pid=18302] ppid=18300 vsize=28766288 memory=7470520 CPUtime=254.94 cores=0-7
/proc/18302/stat : 18302 (java) S 18300 18300 18063 0 -1 1077944320 125433 0 0 0 24225 1269 0 0 20 0 28 0 511073133 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140736265821072 140444235747063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
/proc/18302/statm: 7191572 1867630 3524 1 0 7152672 0
[pid=18302/tid=18303] ppid=18300 vsize=28766288 memory=6791534058613427641 CPUtime=30.06 cores=0-7
/proc/18302/task/18303/stat : 18303 (java) S 18300 18300 18063 0 -1 1077944384 31141 0 0 0 2943 63 0 0 20 0 28 0 511073134 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140444239987840 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18304] ppid=18300 vsize=28766288 memory=-7003737579269690708 CPUtime=5.55 cores=0-7
/proc/18302/task/18304/stat : 18304 (java) S 18300 18300 18063 0 -1 1077944384 6215 0 0 0 408 147 0 0 20 0 28 0 511073134 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443787581840 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18305] ppid=18300 vsize=28766288 memory=63100 CPUtime=5.59 cores=0-7
/proc/18302/task/18305/stat : 18305 (java) S 18300 18300 18063 0 -1 1077944384 5829 0 0 0 417 142 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443786529040 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18306] ppid=18300 vsize=28766288 memory=988 CPUtime=5.54 cores=0-7
/proc/18302/task/18306/stat : 18306 (java) S 18300 18300 18063 0 -1 1077944384 5899 0 0 0 402 152 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443785476752 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18307] ppid=18300 vsize=28766288 memory=2016 CPUtime=5.56 cores=0-7
/proc/18302/task/18307/stat : 18307 (java) S 18300 18300 18063 0 -1 1077944384 6407 0 0 0 417 139 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443784423952 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18308] ppid=18300 vsize=28766288 memory=1416 CPUtime=5.56 cores=0-7
/proc/18302/task/18308/stat : 18308 (java) S 18300 18300 18063 0 -1 1077944384 5423 0 0 0 419 137 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443783371664 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18309] ppid=18300 vsize=28766288 memory=10728 CPUtime=5.61 cores=0-7
/proc/18302/task/18309/stat : 18309 (java) S 18300 18300 18063 0 -1 1077944384 4678 0 0 0 417 144 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443782318864 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18310] ppid=18300 vsize=28766288 memory=1552 CPUtime=5.47 cores=0-7
/proc/18302/task/18310/stat : 18310 (java) S 18300 18300 18063 0 -1 1077944384 4919 0 0 0 400 147 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443781266576 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18311] ppid=18300 vsize=28766288 memory=3984 CPUtime=5.54 cores=0-7
/proc/18302/task/18311/stat : 18311 (java) S 18300 18300 18063 0 -1 1077944384 5657 0 0 0 407 147 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443780213776 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18312] ppid=18300 vsize=28766288 memory=2832 CPUtime=1.76 cores=0-7
/proc/18302/task/18312/stat : 18312 (java) S 18300 18300 18063 0 -1 1077944384 14341 0 0 0 166 10 0 0 20 0 28 0 511073136 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442364336240 140444235758210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18313] ppid=18300 vsize=28766288 memory=784 CPUtime=0 cores=0-7
/proc/18302/task/18313/stat : 18313 (java) S 18300 18300 18063 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 511073136 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442363282272 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18314] ppid=18300 vsize=28766288 memory=1060 CPUtime=0 cores=0-7
/proc/18302/task/18314/stat : 18314 (java) S 18300 18300 18063 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 28 0 511073137 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442362229888 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18315] ppid=18300 vsize=28766288 memory=1724 CPUtime=0 cores=0-7
/proc/18302/task/18315/stat : 18315 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442361178192 140444235765659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18316] ppid=18300 vsize=28766288 memory=1096 CPUtime=1.32 cores=0-7
/proc/18302/task/18316/stat : 18316 (java) S 18300 18300 18063 0 -1 1077944384 5339 0 0 0 131 1 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442360126064 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18317] ppid=18300 vsize=28766288 memory=1228 CPUtime=1.36 cores=0-7
/proc/18302/task/18317/stat : 18317 (java) S 18300 18300 18063 0 -1 1077944384 6085 0 0 0 135 1 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442359073264 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18318] ppid=18300 vsize=28766288 memory=6140 CPUtime=1.48 cores=0-7
/proc/18302/task/18318/stat : 18318 (java) S 18300 18300 18063 0 -1 1077944384 5795 0 0 0 146 2 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442358020976 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18319] ppid=18300 vsize=28766288 memory=780 CPUtime=0.69 cores=0-7
/proc/18302/task/18319/stat : 18319 (java) S 18300 18300 18063 0 -1 1077944384 6718 0 0 0 67 2 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442356968176 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18320] ppid=18300 vsize=28766288 memory=14008 CPUtime=0 cores=0-7
/proc/18302/task/18320/stat : 18320 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442355915104 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18321] ppid=18300 vsize=28766288 memory=0 CPUtime=0.02 cores=0-7
/proc/18302/task/18321/stat : 18321 (java) S 18300 18300 18063 0 -1 1077944384 841 0 0 0 1 1 0 0 20 0 28 0 511073140 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442354862384 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18325] ppid=18300 vsize=28766288 memory=0 CPUtime=21.88 cores=0-7
/proc/18302/task/18325/stat : 18325 (java) R 18300 18300 18063 0 -1 4202560 1099 0 0 0 2185 3 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442345642936 140443839520698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18326] ppid=18300 vsize=28766288 memory=0 CPUtime=21.78 cores=0-7
/proc/18302/task/18326/stat : 18326 (java) R 18300 18300 18063 0 -1 4202560 681 0 0 0 2175 3 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442036158376 140443839520698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18327] ppid=18300 vsize=28766288 memory=0 CPUtime=21.58 cores=0-7
/proc/18302/task/18327/stat : 18327 (java) R 18300 18300 18063 0 -1 4202560 1398 0 0 0 2157 1 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442035106200 140443837902871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18328] ppid=18300 vsize=28766288 memory=0 CPUtime=21.6 cores=0-7
/proc/18302/task/18328/stat : 18328 (java) R 18300 18300 18063 0 -1 4202560 1008 0 0 0 2155 5 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442034053040 140443839518886 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18329] ppid=18300 vsize=28766288 memory=3976732485301903407 CPUtime=21.89 cores=0-7
/proc/18302/task/18329/stat : 18329 (java) R 18300 18300 18063 0 -1 4202560 1281 0 0 0 2188 1 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442033001000 140443839522044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18330] ppid=18300 vsize=28766288 memory=3833161624319440431 CPUtime=21.46 cores=0-7
/proc/18302/task/18330/stat : 18330 (java) R 18300 18300 18063 0 -1 4202560 1293 0 0 0 2143 3 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442031948280 140443842818608 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18331] ppid=18300 vsize=28766288 memory=3470692292451393600 CPUtime=21.72 cores=0-7
/proc/18302/task/18331/stat : 18331 (java) R 18300 18300 18063 0 -1 4202560 677 0 0 0 2168 4 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442030895000 140443837902917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18332] ppid=18300 vsize=28766288 memory=8319965388372060747 CPUtime=21.69 cores=0-7
/proc/18302/task/18332/stat : 18332 (java) R 18300 18300 18063 0 -1 4202560 1303 0 0 0 2167 2 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442029844184 140443837903244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
Current children cumulated CPU time: 254.94 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 7471976 KiB

[startup+60.402 s]
/proc/loadavg: 4.66 6.47 7.47 9/219 18332
/proc/meminfo: memFree=17909836/32770624 swapFree=66941040/67108860
[pid=18300] ppid=18297 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18300/stat : 18300 (xcsp3-exec) S 18297 18300 18063 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511073133 115843072 364 33554432000 4194304 5098028 140727269742992 140727269741096 140512384725628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40624128 140727269745525 140727269745769 140727269745769 140727269748682 0
/proc/18300/statm: 28282 364 305 221 0 87 0
[pid=18302] ppid=18300 vsize=28766288 memory=7470520 CPUtime=258.07 cores=0-7
/proc/18302/stat : 18302 (java) S 18300 18300 18063 0 -1 1077944320 125435 0 0 0 24538 1269 0 0 20 0 28 0 511073133 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140736265821072 140444235747063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
/proc/18302/statm: 7191572 1867630 3524 1 0 7152672 0
[pid=18302/tid=18303] ppid=18300 vsize=28766288 memory=0 CPUtime=30.06 cores=0-7
/proc/18302/task/18303/stat : 18303 (java) S 18300 18300 18063 0 -1 1077944384 31141 0 0 0 2943 63 0 0 20 0 28 0 511073134 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140444239987840 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18304] ppid=18300 vsize=28766288 memory=6791534058613427641 CPUtime=5.55 cores=0-7
/proc/18302/task/18304/stat : 18304 (java) S 18300 18300 18063 0 -1 1077944384 6215 0 0 0 408 147 0 0 20 0 28 0 511073134 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443787581840 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18305] ppid=18300 vsize=28766288 memory=7470520 CPUtime=5.59 cores=0-7
/proc/18302/task/18305/stat : 18305 (java) S 18300 18300 18063 0 -1 1077944384 5829 0 0 0 417 142 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443786529040 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18306] ppid=18300 vsize=28766288 memory=2832 CPUtime=5.54 cores=0-7
/proc/18302/task/18306/stat : 18306 (java) S 18300 18300 18063 0 -1 1077944384 5899 0 0 0 402 152 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443785476752 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18307] ppid=18300 vsize=28766288 memory=2364 CPUtime=5.56 cores=0-7
/proc/18302/task/18307/stat : 18307 (java) S 18300 18300 18063 0 -1 1077944384 6407 0 0 0 417 139 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443784423952 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18308] ppid=18300 vsize=28766288 memory=1744 CPUtime=5.56 cores=0-7
/proc/18302/task/18308/stat : 18308 (java) S 18300 18300 18063 0 -1 1077944384 5423 0 0 0 419 137 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443783371664 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18309] ppid=18300 vsize=28766288 memory=924 CPUtime=5.61 cores=0-7
/proc/18302/task/18309/stat : 18309 (java) S 18300 18300 18063 0 -1 1077944384 4678 0 0 0 417 144 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443782318864 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18310] ppid=18300 vsize=28766288 memory=1448 CPUtime=5.47 cores=0-7
/proc/18302/task/18310/stat : 18310 (java) S 18300 18300 18063 0 -1 1077944384 4919 0 0 0 400 147 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443781266576 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18311] ppid=18300 vsize=28766288 memory=1748 CPUtime=5.54 cores=0-7
/proc/18302/task/18311/stat : 18311 (java) S 18300 18300 18063 0 -1 1077944384 5657 0 0 0 407 147 0 0 20 0 28 0 511073135 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140443780213776 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18312] ppid=18300 vsize=28766288 memory=111632 CPUtime=1.76 cores=0-7
/proc/18302/task/18312/stat : 18312 (java) S 18300 18300 18063 0 -1 1077944384 14341 0 0 0 166 10 0 0 20 0 28 0 511073136 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442364336240 140444235758210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18313] ppid=18300 vsize=28766288 memory=808 CPUtime=0 cores=0-7
/proc/18302/task/18313/stat : 18313 (java) S 18300 18300 18063 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 511073136 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442363282272 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18314] ppid=18300 vsize=28766288 memory=4096 CPUtime=0 cores=0-7
/proc/18302/task/18314/stat : 18314 (java) S 18300 18300 18063 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 28 0 511073137 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442362229888 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18315] ppid=18300 vsize=28766288 memory=1804 CPUtime=0 cores=0-7
/proc/18302/task/18315/stat : 18315 (java) S 18300 18300 18063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442361178192 140444235765659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18316] ppid=18300 vsize=28766288 memory=916 CPUtime=1.32 cores=0-7
/proc/18302/task/18316/stat : 18316 (java) S 18300 18300 18063 0 -1 1077944384 5339 0 0 0 131 1 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442360126064 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18317] ppid=18300 vsize=28766288 memory=0 CPUtime=1.36 cores=0-7
/proc/18302/task/18317/stat : 18317 (java) S 18300 18300 18063 0 -1 1077944384 6085 0 0 0 135 1 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442359073264 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18318] ppid=18300 vsize=28766288 memory=279778198107936 CPUtime=1.48 cores=0-7
/proc/18302/task/18318/stat : 18318 (java) S 18300 18300 18063 0 -1 1077944384 5795 0 0 0 146 2 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442358020976 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18319] ppid=18300 vsize=28766288 memory=1456 CPUtime=0.69 cores=0-7
/proc/18302/task/18319/stat : 18319 (java) S 18300 18300 18063 0 -1 1077944384 6718 0 0 0 67 2 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442356968176 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18320] ppid=18300 vsize=28766288 memory=7470520 CPUtime=0 cores=0-7
/proc/18302/task/18320/stat : 18320 (java) S 18300 18300 18063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511073139 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442355915104 140444235757269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18321] ppid=18300 vsize=28766288 memory=6944656575208382560 CPUtime=0.02 cores=0-7
/proc/18302/task/18321/stat : 18321 (java) S 18300 18300 18063 0 -1 1077944384 841 0 0 0 1 1 0 0 20 0 28 0 511073140 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442354862384 140444235758210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18325] ppid=18300 vsize=28766288 memory=6944656592455097440 CPUtime=22.27 cores=0-7
/proc/18302/task/18325/stat : 18325 (java) R 18300 18300 18063 0 -1 4202560 1099 0 0 0 2224 3 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442345642936 140443837902961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18326] ppid=18300 vsize=28766288 memory=6655300316396806240 CPUtime=22.17 cores=0-7
/proc/18302/task/18326/stat : 18326 (java) R 18300 18300 18063 0 -1 4202560 681 0 0 0 2214 3 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442036158376 140443839519044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18327] ppid=18300 vsize=28766288 memory=6655300316396806240 CPUtime=21.97 cores=0-7
/proc/18302/task/18327/stat : 18327 (java) R 18300 18300 18063 0 -1 4202560 1400 0 0 0 2196 1 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442035106200 140444220085852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18328] ppid=18300 vsize=28766288 memory=0 CPUtime=21.99 cores=0-7
/proc/18302/task/18328/stat : 18328 (java) R 18300 18300 18063 0 -1 4202560 1008 0 0 0 2194 5 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442034053040 140443839012704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18329] ppid=18300 vsize=28766288 memory=279778197204256 CPUtime=22.28 cores=0-7
/proc/18302/task/18329/stat : 18329 (java) R 18300 18300 18063 0 -1 4202560 1281 0 0 0 2227 1 0 0 20 0 28 0 511076922 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442033001000 140443839520443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18330] ppid=18300 vsize=28766288 memory=3472468168146429920 CPUtime=21.84 cores=0-7
/proc/18302/task/18330/stat : 18330 (java) R 18300 18300 18063 0 -1 4202560 1293 0 0 0 2181 3 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442031948280 140443839520693 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18331] ppid=18300 vsize=28766288 memory=6655300316396806240 CPUtime=22.11 cores=0-7
/proc/18302/task/18331/stat : 18331 (java) R 18300 18300 18063 0 -1 4202560 677 0 0 0 2207 4 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442030895000 140443842818634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
[pid=18302/tid=18332] ppid=18300 vsize=28766288 memory=1984 CPUtime=22.08 cores=0-7
/proc/18302/task/18332/stat : 18332 (java) R 18300 18300 18063 0 -1 4202560 1303 0 0 0 2206 2 0 0 20 0 28 0 511076923 29456678912 1867630 33554432000 4194304 4196468 140736265838528 140442029844184 140443839012143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26669056 140736265839594 140736265839766 140736265839766 140736265842639 0
Current children cumulated CPU time: 258.07 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 7471976 KiB

[startup+60.8013 s]
/proc/loadavg: 4.66 6.47 7.47 9/219 18332
/proc/meminfo: memFree=17909836/32770624 swapFree=66941040/67108860
[pid=18300] ppid=18297 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18300/stat : 18300 (xcsp3-exec) S 18297 18300 18063 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511073133 115843072 364 33554432000 4194304 5098028 140727269742992 140727269741096 140512384725628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40624128 140727269745525 140727269745769 140727269745769 140727269748682 0
/proc/18300/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 60.8163
CPU time (s): 260.993
CPU user time (s): 248.255
CPU system time (s): 12.7378
CPU usage (%): 429.149
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 7474780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.255
system time used= 12.7378
maximum resident set size= 7473324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8393
involuntary context switches= 2702


# summary of solver processes directly reported to runsolver:
#   pid: 18300
#   total CPU time (s): 260.993
#   total CPU user time (s): 248.255
#   total CPU system time (s): 12.7378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.597419 second user time and 0.603913 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-24 20:02:37
IDJOB=4406774
IDBENCH=126080
IDSOLVER=2871
FILE ID=node139/4406774-1569348023
RUNJOBID= node139-1569348082-18090
PBS_JOBID= 21705078
Free space on /tmp= 5112 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-01.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-4406774-1569348023/watcher-4406774-1569348023 -o /tmp/evaluation-result-4406774-1569348023/solver-4406774-1569348023 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569348082-18090 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1193641373 HOME/instance-4406774-1569348023.xml

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

MD5SUM BENCH= 38fbb435e56fa73fec05cbb523a31b1b
RANDOM SEED=1193641373

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:        25379052 kB
MemAvailable:   31780208 kB
Buffers:          106380 kB
Cached:          6382828 kB
SwapCached:        64832 kB
Active:          3258748 kB
Inactive:        3299836 kB
Active(anon):       4112 kB
Inactive(anon):   120900 kB
Active(file):    3254636 kB
Inactive(file):  3178936 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66941040 kB
Dirty:             58604 kB
Writeback:             0 kB
AnonPages:        112912 kB
Mapped:            57304 kB
Shmem:             47380 kB
Slab:             425136 kB
SReclaimable:     396044 kB
SUnreclaim:        29092 kB
KernelStack:        3712 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     504572 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= 5088 MiB
End job on node139 at 2019-09-24 20:03:38