Trace number 4393470

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-06-14 parallelSAT 5.33847 1.33307

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si4-m4D/
Subisomorphism-si4-m4Dr4-m256-08.xml
MD5SUM81c7a723557c708ecb18ed846030ca95
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.018955
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints253
Number of domains1
Minimum domain size256
Maximum domain size256
Distribution of domain sizes[{"size":256,"count":102}]
Minimum variable degree2
Maximum variable degree13
Distribution of variable degrees[{"degree":2,"count":9},{"degree":3,"count":22},{"degree":4,"count":19},{"degree":6,"count":17},{"degree":7,"count":10},{"degree":8,"count":12},{"degree":9,"count":7},{"degree":10,"count":5},{"degree":13,"count":1}]
Minimum constraint arity1
Maximum constraint arity102
Distribution of constraint arities[{"arity":1,"count":52},{"arity":2,"count":200},{"arity":102,"count":1}]
Number of extensional constraints252
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":252},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393470-1568431548.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4393470-1568431548.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
3.07/1.02	c solve instance...
5.25/1.31	s SATISFIABLE
5.25/1.31	v <instantiation>
5.25/1.31	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] </list>
5.25/1.31	v 	<values>0 58 62 81 140 169 234 22 101 155 166 176 198 3 38 83 159 189 9 66 91 126 173 243 48 182 27 164 211 7 25 50 55 153 185 197 224 249 33 118 171 172 51 218 72 100 184 108 209 40 67 34 111 144 188 214 115 136 220 2 125 196 93 248 8 221 46 138 32 74 86 112 147 75 219 80 139 6 54 94 161 228 238 215 254 208 39 49 88 130 245 251 96 225 244 5 41 191 145 70 135 45 </values>
5.25/1.31	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 (14929 MiB free)
  memory of node 1: 16384 MiB (15606 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393470-1568431548/watcher-4393470-1568431548 -o /tmp/evaluation-result-4393470-1568431548/solver-4393470-1568431548 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1977163023 HOME/instance-4393470-1568431548.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=8353, runsolver pid=8350
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 5.87 7.19 7.60 2/211 8374
/proc/meminfo: memFree=31250460/32770624 swapFree=67000536/67108860
[pid=8353] ppid=8350 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8353/stat : 8353 (xcsp3-exec) S 8350 8353 6587 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419068818 115843072 363 33554432000 4194304 5098028 140720317603168 140720317601272 140121608745596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24625152 140720317604725 140720317604969 140720317604969 140720317607882 0
/proc/8353/statm: 28282 363 305 221 0 87 0
[pid=8355] ppid=8353 vsize=28227388 memory=31968 CPUtime=0.11 cores=0-7
/proc/8355/stat : 8355 (java) S 8353 8353 6587 0 -1 1077944320 5406 0 0 0 10 1 0 0 20 0 20 0 419068818 28904845312 7992 33554432000 4194304 4196468 140727111009712 140727110992256 140646863884023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
/proc/8355/statm: 7056847 7992 3115 1 0 7019032 0
[pid=8355/tid=8356] ppid=8353 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/8355/task/8356/stat : 8356 (java) R 8353 8353 6587 0 -1 4202560 3398 0 0 0 8 1 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646868116272 140646845833025 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8357] ppid=8353 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8355/task/8357/stat : 8357 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646415244048 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8358] ppid=8353 vsize=28227388 memory=140619257472640 CPUtime=0 cores=0-7
/proc/8355/task/8358/stat : 8358 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646414191504 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8359] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8359/stat : 8359 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646413138960 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8360] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8360/stat : 8360 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646412086416 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8361] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8361/stat : 8361 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646411032848 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8362] ppid=8353 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8355/task/8362/stat : 8362 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646409980304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8363] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8363/stat : 8363 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646408927760 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8364] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8364/stat : 8364 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646407875216 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8365] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8365/stat : 8365 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068821 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646248626672 140646863895170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8366] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8366/stat : 8366 (java) S 8353 8353 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419068821 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646247572896 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8367] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8367/stat : 8367 (java) S 8353 8353 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419068822 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646246520304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8368] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8368/stat : 8368 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068824 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646245468880 140646863902619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8369] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8369/stat : 8369 (java) S 8353 8353 6587 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 419068824 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646244415472 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8370] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8370/stat : 8370 (java) R 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068824 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646243362928 140646863895170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8371] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8371/stat : 8371 (java) S 8353 8353 6587 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419068824 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646242310384 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8372] ppid=8353 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8355/task/8372/stat : 8372 (java) R 8353 8353 6587 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 20 0 419068824 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646241257840 140646848414286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8373] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8373/stat : 8373 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068824 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646240205536 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8374] ppid=8353 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8355/task/8374/stat : 8374 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068825 28904845312 7992 33554432000 4194304 4196468 140727111009712 140646239153072 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 33420 KiB

[startup+0.209778 s]*
/proc/loadavg: 5.87 7.19 7.60 2/211 8374
/proc/meminfo: memFree=31237436/32770624 swapFree=67000536/67108860
[pid=8353] ppid=8350 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8353/stat : 8353 (xcsp3-exec) S 8350 8353 6587 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419068818 115843072 363 33554432000 4194304 5098028 140720317603168 140720317601272 140121608745596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24625152 140720317604725 140720317604969 140720317604969 140720317607882 0
/proc/8353/statm: 28282 363 305 221 0 87 0
[pid=8355] ppid=8353 vsize=28227388 memory=43536 CPUtime=0.34 cores=0-7
/proc/8355/stat : 8355 (java) S 8353 8353 6587 0 -1 1077944320 9078 0 0 0 30 4 0 0 20 0 20 0 419068818 28904845312 10884 33554432000 4194304 4196468 140727111009712 140727110992256 140646863884023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
/proc/8355/statm: 7056847 10884 3295 1 0 7019032 0
[pid=8355/tid=8356] ppid=8353 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8355/task/8356/stat : 8356 (java) R 8353 8353 6587 0 -1 4202560 6216 0 0 0 17 2 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646868115936 140646863895958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8357] ppid=8353 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/8355/task/8357/stat : 8357 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646415244048 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8358] ppid=8353 vsize=28227388 memory=140619257484443 CPUtime=0 cores=0-7
/proc/8355/task/8358/stat : 8358 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646414191504 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8359] ppid=8353 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8355/task/8359/stat : 8359 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646413138960 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8360] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8360/stat : 8360 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646412086416 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8361] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8361/stat : 8361 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646411032848 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8362] ppid=8353 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8355/task/8362/stat : 8362 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646409980304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8363] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8363/stat : 8363 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646408927760 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8364] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8364/stat : 8364 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646407875216 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8365] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8365/stat : 8365 (java) S 8353 8353 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419068821 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646248626672 140646863895170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8366] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8366/stat : 8366 (java) S 8353 8353 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419068821 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646247572896 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8367] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8367/stat : 8367 (java) S 8353 8353 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419068822 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646246520304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8368] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8368/stat : 8368 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068824 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646245468880 140646863902619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8369] ppid=8353 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8355/task/8369/stat : 8369 (java) S 8353 8353 6587 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 20 0 419068824 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646244415472 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8370] ppid=8353 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8355/task/8370/stat : 8370 (java) S 8353 8353 6587 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 20 0 419068824 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646243362928 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8371] ppid=8353 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/8355/task/8371/stat : 8371 (java) S 8353 8353 6587 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 20 0 419068824 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646242310384 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8372] ppid=8353 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/8355/task/8372/stat : 8372 (java) S 8353 8353 6587 0 -1 1077944384 743 0 0 0 7 0 0 0 20 0 20 0 419068824 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646241257840 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8373] ppid=8353 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8373/stat : 8373 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068824 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646240205536 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8374] ppid=8353 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8355/task/8374/stat : 8374 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068825 28904845312 10884 33554432000 4194304 4196468 140727111009712 140646239153072 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 44988 KiB

[startup+0.309538 s]*
/proc/loadavg: 5.87 7.19 7.60 3/211 8374
/proc/meminfo: memFree=31232596/32770624 swapFree=67000536/67108860
[pid=8353] ppid=8350 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8353/stat : 8353 (xcsp3-exec) S 8350 8353 6587 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419068818 115843072 363 33554432000 4194304 5098028 140720317603168 140720317601272 140121608745596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24625152 140720317604725 140720317604969 140720317604969 140720317607882 0
/proc/8353/statm: 28282 363 305 221 0 87 0
[pid=8355] ppid=8353 vsize=28231644 memory=51948 CPUtime=0.52 cores=0-7
/proc/8355/stat : 8355 (java) S 8353 8353 6587 0 -1 1077944320 10329 0 0 0 47 5 0 0 20 0 20 0 419068818 28909203456 12987 33554432000 4194304 4196468 140727111009712 140727110992256 140646863884023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
/proc/8355/statm: 7057911 12987 3352 1 0 7019032 0
[pid=8355/tid=8356] ppid=8353 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8355/task/8356/stat : 8356 (java) R 8353 8353 6587 0 -1 4202560 7270 0 0 0 26 3 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646868115136 140646847964510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8357] ppid=8353 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8357/stat : 8357 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646415244048 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8358] ppid=8353 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8358/stat : 8358 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646414191504 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8359] ppid=8353 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8359/stat : 8359 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646413138960 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8360] ppid=8353 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8360/stat : 8360 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646412086416 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8361] ppid=8353 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8361/stat : 8361 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646411032848 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8362] ppid=8353 vsize=28231644 memory=140619108412079 CPUtime=0 cores=0-7
/proc/8355/task/8362/stat : 8362 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646409980304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8363] ppid=8353 vsize=28231644 memory=140619108414384 CPUtime=0 cores=0-7
/proc/8355/task/8363/stat : 8363 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646408927760 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8364] ppid=8353 vsize=28231644 memory=140619108416688 CPUtime=0 cores=0-7
/proc/8355/task/8364/stat : 8364 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646407875216 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8365] ppid=8353 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8365/stat : 8365 (java) S 8353 8353 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419068821 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646248626672 140646863895170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8366] ppid=8353 vsize=28231644 memory=281238216847248 CPUtime=0 cores=0-7
/proc/8355/task/8366/stat : 8366 (java) S 8353 8353 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419068821 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646247572896 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8367] ppid=8353 vsize=28231644 memory=281238216844944 CPUtime=0 cores=0-7
/proc/8355/task/8367/stat : 8367 (java) S 8353 8353 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419068822 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646246520304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8368] ppid=8353 vsize=28231644 memory=281238216851856 CPUtime=0 cores=0-7
/proc/8355/task/8368/stat : 8368 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068824 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646245468880 140646863902619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8369] ppid=8353 vsize=28231644 memory=281238216793136 CPUtime=0.02 cores=0-7
/proc/8355/task/8369/stat : 8369 (java) S 8353 8353 6587 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 20 0 419068824 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646244415472 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8370] ppid=8353 vsize=28231644 memory=281238216865680 CPUtime=0.03 cores=0-7
/proc/8355/task/8370/stat : 8370 (java) R 8353 8353 6587 0 -1 4202560 249 0 0 0 3 0 0 0 20 0 20 0 419068824 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646243343944 140646841535888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8371] ppid=8353 vsize=28231644 memory=281238216872592 CPUtime=0.02 cores=0-7
/proc/8355/task/8371/stat : 8371 (java) S 8353 8353 6587 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 20 0 419068824 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646242310384 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8372] ppid=8353 vsize=28231644 memory=281238216870288 CPUtime=0.12 cores=0-7
/proc/8355/task/8372/stat : 8372 (java) S 8353 8353 6587 0 -1 1077944384 819 0 0 0 12 0 0 0 20 0 20 0 419068824 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646241257840 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8373] ppid=8353 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8373/stat : 8373 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068824 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646240205536 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8374] ppid=8353 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/8355/task/8374/stat : 8374 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068825 28909203456 13045 33554432000 4194304 4196468 140727111009712 140646239153072 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 53400 KiB

[startup+0.700902 s]
/proc/loadavg: 5.87 7.19 7.60 5/211 8374
/proc/meminfo: memFree=31212272/32770624 swapFree=67000536/67108860
[pid=8353] ppid=8350 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8353/stat : 8353 (xcsp3-exec) S 8350 8353 6587 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419068818 115843072 363 33554432000 4194304 5098028 140720317603168 140720317601272 140121608745596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24625152 140720317604725 140720317604969 140720317604969 140720317607882 0
/proc/8353/statm: 28282 363 305 221 0 87 0
[pid=8355] ppid=8353 vsize=28233768 memory=114164 CPUtime=1.71 cores=0-7
/proc/8355/stat : 8355 (java) S 8353 8353 6587 0 -1 1077944320 15117 0 0 0 164 7 0 0 20 0 20 0 419068818 28911378432 28541 33554432000 4194304 4196468 140727111009712 140727110992256 140646863884023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
/proc/8355/statm: 7058442 28541 3448 1 0 7019544 0
[pid=8355/tid=8356] ppid=8353 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/8355/task/8356/stat : 8356 (java) R 8353 8353 6587 0 -1 4202560 8697 0 0 0 64 4 0 0 20 0 20 0 419068819 28911378432 28541 33554432000 4194304 4196468 140727111009712 140646868120688 140646504912694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8357] ppid=8353 vsize=28233768 memory=140619108623216 CPUtime=0 cores=0-7
/proc/8355/task/8357/stat : 8357 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 28541 33554432000 4194304 4196468 140727111009712 140646415244048 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8358] ppid=8353 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8358/stat : 8358 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 28541 33554432000 4194304 4196468 140727111009712 140646414191504 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8359] ppid=8353 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/8355/task/8359/stat : 8359 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 28541 33554432000 4194304 4196468 140727111009712 140646413138960 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0

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

# the end of solver process 8353 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.16902 s, system=0.169459 s

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

[startup+0.801098 s]
/proc/loadavg: 5.87 7.19 7.60 5/211 8374
/proc/meminfo: memFree=31212272/32770624 swapFree=67000536/67108860
[pid=8353] ppid=8350 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8353/stat : 8353 (xcsp3-exec) S 8350 8353 6587 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419068818 115843072 363 33554432000 4194304 5098028 140720317603168 140720317601272 140121608745596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24625152 140720317604725 140720317604969 140720317604969 140720317607882 0
/proc/8353/statm: 28282 363 305 221 0 87 0
[pid=8355] ppid=8353 vsize=28233768 memory=154960 CPUtime=2.12 cores=0-7
/proc/8355/stat : 8355 (java) S 8353 8353 6587 0 -1 1077944320 15542 0 0 0 204 8 0 0 20 0 20 0 419068818 28911378432 38740 33554432000 4194304 4196468 140727111009712 140727110992256 140646863884023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
/proc/8355/statm: 7058442 38740 3460 1 0 7019544 0
[pid=8355/tid=8356] ppid=8353 vsize=28233768 memory=772 CPUtime=0.78 cores=0-7
/proc/8355/task/8356/stat : 8356 (java) R 8353 8353 6587 0 -1 4202560 8722 0 0 0 73 5 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646868118768 140646501443030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8357] ppid=8353 vsize=28233768 memory=1556 CPUtime=0 cores=0-7
/proc/8355/task/8357/stat : 8357 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646415244048 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8358] ppid=8353 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/8355/task/8358/stat : 8358 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646414191504 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8359] ppid=8353 vsize=28233768 memory=964 CPUtime=0 cores=0-7
/proc/8355/task/8359/stat : 8359 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646413138960 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8360] ppid=8353 vsize=28233768 memory=7014751519583589713 CPUtime=0 cores=0-7
/proc/8355/task/8360/stat : 8360 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646412086416 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8361] ppid=8353 vsize=28233768 memory=7453282923478739028 CPUtime=0 cores=0-7
/proc/8355/task/8361/stat : 8361 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646411032848 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8362] ppid=8353 vsize=28233768 memory=7881696724453321575 CPUtime=0 cores=0-7
/proc/8355/task/8362/stat : 8362 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646409980304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8363] ppid=8353 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8363/stat : 8363 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646408927760 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8364] ppid=8353 vsize=28233768 memory=33 CPUtime=0 cores=0-7
/proc/8355/task/8364/stat : 8364 (java) S 8353 8353 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419068819 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646407875216 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8365] ppid=8353 vsize=28233768 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/8355/task/8365/stat : 8365 (java) S 8353 8353 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419068821 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646248626672 140646863895170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8366] ppid=8353 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8366/stat : 8366 (java) S 8353 8353 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419068821 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646247572896 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8367] ppid=8353 vsize=28233768 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/8355/task/8367/stat : 8367 (java) S 8353 8353 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419068822 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646246520304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8368] ppid=8353 vsize=28233768 memory=7734763483327455577 CPUtime=0 cores=0-7
/proc/8355/task/8368/stat : 8368 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068824 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646245468880 140646863902619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8369] ppid=8353 vsize=28233768 memory=6081106795523894120 CPUtime=0.3 cores=0-7
/proc/8355/task/8369/stat : 8369 (java) R 8353 8353 6587 0 -1 4202560 1579 0 0 0 30 0 0 0 20 0 20 0 419068824 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646244402784 140646843101308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8370] ppid=8353 vsize=28233768 memory=6154538792250073449 CPUtime=0.3 cores=0-7
/proc/8355/task/8370/stat : 8370 (java) R 8353 8353 6587 0 -1 4202560 987 0 0 0 30 0 0 0 20 0 20 0 419068824 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646243348128 140646847369973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8371] ppid=8353 vsize=28233768 memory=5450909908396308010 CPUtime=0.27 cores=0-7
/proc/8355/task/8371/stat : 8371 (java) R 8353 8353 6587 0 -1 4202560 998 0 0 0 27 0 0 0 20 0 20 0 419068824 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646242291744 140646848276000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8372] ppid=8353 vsize=28233768 memory=8514701219242344867 CPUtime=0.43 cores=0-7
/proc/8355/task/8372/stat : 8372 (java) S 8353 8353 6587 0 -1 1077944384 1941 0 0 0 43 0 0 0 20 0 20 0 419068824 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646241257840 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8373] ppid=8353 vsize=28233768 memory=6944656592455360569 CPUtime=0 cores=0-7
/proc/8355/task/8373/stat : 8373 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419068824 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646240205536 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8374] ppid=8353 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8374/stat : 8374 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419068825 28911378432 38740 33554432000 4194304 4196468 140727111009712 140646239153072 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 156412 KiB

[startup+1.20119 s]
/proc/loadavg: 5.87 7.19 7.60 5/211 8374
/proc/meminfo: memFree=31054024/32770624 swapFree=67000536/67108860
[pid=8353] ppid=8350 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8353/stat : 8353 (xcsp3-exec) S 8350 8353 6587 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419068818 115843072 363 33554432000 4194304 5098028 140720317603168 140720317601272 140121608745596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24625152 140720317604725 140720317604969 140720317604969 140720317607882 0
/proc/8353/statm: 28282 363 305 221 0 87 0
[pid=8355] ppid=8353 vsize=28766280 memory=233340 CPUtime=4.42 cores=0-7
/proc/8355/stat : 8355 (java) S 8353 8353 6587 0 -1 1077944320 17194 0 0 0 426 16 0 0 20 0 28 0 419068818 29456670720 58335 33554432000 4194304 4196468 140727111009712 140727110992256 140646863884023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
/proc/8355/statm: 7191570 58335 3489 1 0 7152672 0
[pid=8355/tid=8356] ppid=8353 vsize=28766280 memory=8112282956445269571 CPUtime=0.98 cores=0-7
/proc/8355/task/8356/stat : 8356 (java) S 8353 8353 6587 0 -1 1077944384 8892 0 0 0 93 5 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646868124800 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8357] ppid=8353 vsize=28766280 memory=288230596050944315 CPUtime=0.01 cores=0-7
/proc/8355/task/8357/stat : 8357 (java) S 8353 8353 6587 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646415244048 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8358] ppid=8353 vsize=28766280 memory=15540704344541603 CPUtime=0.01 cores=0-7
/proc/8355/task/8358/stat : 8358 (java) S 8353 8353 6587 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646414191504 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8359] ppid=8353 vsize=28766280 memory=0 CPUtime=0.01 cores=0-7
/proc/8355/task/8359/stat : 8359 (java) S 8353 8353 6587 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646413138960 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8360] ppid=8353 vsize=28766280 memory=6656426216303648864 CPUtime=0.02 cores=0-7
/proc/8355/task/8360/stat : 8360 (java) S 8353 8353 6587 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646412086416 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8361] ppid=8353 vsize=28766280 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/8355/task/8361/stat : 8361 (java) S 8353 8353 6587 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646411032848 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8362] ppid=8353 vsize=28766280 memory=0 CPUtime=0.02 cores=0-7
/proc/8355/task/8362/stat : 8362 (java) S 8353 8353 6587 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646409980304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8363] ppid=8353 vsize=28766280 memory=0 CPUtime=0.02 cores=0-7
/proc/8355/task/8363/stat : 8363 (java) S 8353 8353 6587 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646408927760 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8364] ppid=8353 vsize=28766280 memory=0 CPUtime=0.02 cores=0-7
/proc/8355/task/8364/stat : 8364 (java) S 8353 8353 6587 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 28 0 419068819 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646407875216 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8365] ppid=8353 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8365/stat : 8365 (java) S 8353 8353 6587 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 419068821 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646248626672 140646863895170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8366] ppid=8353 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8366/stat : 8366 (java) S 8353 8353 6587 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 419068821 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646247572896 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8367] ppid=8353 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8367/stat : 8367 (java) S 8353 8353 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 419068822 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646246520304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8368] ppid=8353 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/8355/task/8368/stat : 8368 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419068824 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646245468880 140646863902619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8369] ppid=8353 vsize=28766280 memory=0 CPUtime=0.54 cores=0-7
/proc/8355/task/8369/stat : 8369 (java) R 8353 8353 6587 0 -1 4202560 1713 0 0 0 54 0 0 0 20 0 28 0 419068824 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646244404944 140646847351924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8370] ppid=8353 vsize=28766280 memory=288230574492221466 CPUtime=0.57 cores=0-7
/proc/8355/task/8370/stat : 8370 (java) R 8353 8353 6587 0 -1 4202560 1449 0 0 0 57 0 0 0 20 0 28 0 419068824 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646243347120 140646848991647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8371] ppid=8353 vsize=28766280 memory=0 CPUtime=0.52 cores=0-7
/proc/8355/task/8371/stat : 8371 (java) R 8353 8353 6587 0 -1 4202560 1168 0 0 0 52 0 0 0 20 0 28 0 419068824 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646242296608 140646849924684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8372] ppid=8353 vsize=28766280 memory=140619257473329 CPUtime=0.53 cores=0-7
/proc/8355/task/8372/stat : 8372 (java) S 8353 8353 6587 0 -1 1077944384 2136 0 0 0 52 1 0 0 20 0 28 0 419068824 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646241257840 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8373] ppid=8353 vsize=28766280 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/8355/task/8373/stat : 8373 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419068824 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646240205536 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8374] ppid=8353 vsize=28766280 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8355/task/8374/stat : 8374 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419068825 29456670720 58335 33554432000 4194304 4196468 140727111009712 140646239153072 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 28879408 KiB
Current children cumulated memory: 234792 KiB

[startup+1.30719 s]
/proc/loadavg: 5.87 7.19 7.60 5/211 8374
/proc/meminfo: memFree=31054024/32770624 swapFree=67000536/67108860
[pid=8353] ppid=8350 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8353/stat : 8353 (xcsp3-exec) S 8350 8353 6587 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419068818 115843072 363 33554432000 4194304 5098028 140720317603168 140720317601272 140121608745596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24625152 140720317604725 140720317604969 140720317604969 140720317607882 0
/proc/8353/statm: 28282 363 305 221 0 87 0
[pid=8355] ppid=8353 vsize=28766280 memory=234396 CPUtime=5.25 cores=0-7
/proc/8355/stat : 8355 (java) S 8353 8353 6587 0 -1 1077944320 17509 0 0 0 509 16 0 0 20 0 28 0 419068818 29456670720 58599 33554432000 4194304 4196468 140727111009712 140727110992256 140646863884023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
/proc/8355/statm: 7191570 58599 3490 1 0 7152672 0
[pid=8355/tid=8356] ppid=8353 vsize=28766280 memory=0 CPUtime=0.98 cores=0-7
/proc/8355/task/8356/stat : 8356 (java) S 8353 8353 6587 0 -1 1077944384 8892 0 0 0 93 5 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646868124800 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8357] ppid=8353 vsize=28766280 memory=0 CPUtime=0.01 cores=0-7
/proc/8355/task/8357/stat : 8357 (java) S 8353 8353 6587 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646415244048 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8358] ppid=8353 vsize=28766280 memory=0 CPUtime=0.01 cores=0-7
/proc/8355/task/8358/stat : 8358 (java) S 8353 8353 6587 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646414191504 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8359] ppid=8353 vsize=28766280 memory=0 CPUtime=0.01 cores=0-7
/proc/8355/task/8359/stat : 8359 (java) S 8353 8353 6587 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646413138960 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8360] ppid=8353 vsize=28766280 memory=1452 CPUtime=0.02 cores=0-7
/proc/8355/task/8360/stat : 8360 (java) S 8353 8353 6587 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646412086416 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8361] ppid=8353 vsize=28766280 memory=114164 CPUtime=0.01 cores=0-7
/proc/8355/task/8361/stat : 8361 (java) S 8353 8353 6587 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646411032848 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8362] ppid=8353 vsize=28766280 memory=0 CPUtime=0.02 cores=0-7
/proc/8355/task/8362/stat : 8362 (java) S 8353 8353 6587 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646409980304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8363] ppid=8353 vsize=28766280 memory=140619108623216 CPUtime=0.02 cores=0-7
/proc/8355/task/8363/stat : 8363 (java) S 8353 8353 6587 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646408927760 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8364] ppid=8353 vsize=28766280 memory=0 CPUtime=0.02 cores=0-7
/proc/8355/task/8364/stat : 8364 (java) S 8353 8353 6587 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 28 0 419068819 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646407875216 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8365] ppid=8353 vsize=28766280 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8355/task/8365/stat : 8365 (java) S 8353 8353 6587 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 419068821 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646248626672 140646863895170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8366] ppid=8353 vsize=28766280 memory=5859271421084521832 CPUtime=0 cores=0-7
/proc/8355/task/8366/stat : 8366 (java) S 8353 8353 6587 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 419068821 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646247572896 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8367] ppid=8353 vsize=28766280 memory=6935649255843457361 CPUtime=0 cores=0-7
/proc/8355/task/8367/stat : 8367 (java) S 8353 8353 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 419068822 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646246520304 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8368] ppid=8353 vsize=28766280 memory=7007706849797499218 CPUtime=0 cores=0-7
/proc/8355/task/8368/stat : 8368 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419068824 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646245468880 140646863902619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8369] ppid=8353 vsize=28766280 memory=6935649255759568960 CPUtime=0.64 cores=0-7
/proc/8355/task/8369/stat : 8369 (java) R 8353 8353 6587 0 -1 4202560 1839 0 0 0 64 0 0 0 20 0 28 0 419068824 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646244401568 140646849912144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8370] ppid=8353 vsize=28766280 memory=7444843076533644388 CPUtime=0.67 cores=0-7
/proc/8355/task/8370/stat : 8370 (java) R 8353 8353 6587 0 -1 4202560 1474 0 0 0 67 0 0 0 20 0 28 0 419068824 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646243349024 140646848991701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8371] ppid=8353 vsize=28766280 memory=7157452636919193664 CPUtime=0.57 cores=0-7
/proc/8355/task/8371/stat : 8371 (java) R 8353 8353 6587 0 -1 4202560 1179 0 0 0 57 0 0 0 20 0 28 0 419068824 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646242297904 140646848308592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8372] ppid=8353 vsize=28766280 memory=7595996225387588968 CPUtime=0.54 cores=0-7
/proc/8355/task/8372/stat : 8372 (java) R 8353 8353 6587 0 -1 4202560 2283 0 0 0 53 1 0 0 20 0 28 0 419068824 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646241257840 140646844200697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8373] ppid=8353 vsize=28766280 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/8355/task/8373/stat : 8373 (java) S 8353 8353 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419068824 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646240205536 140646863894229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
[pid=8355/tid=8374] ppid=8353 vsize=28766280 memory=1056 CPUtime=0 cores=0-7
/proc/8355/task/8374/stat : 8374 (java) S 8353 8353 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419068825 29456670720 58599 33554432000 4194304 4196468 140727111009712 140646239153072 140646863895170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17899520 140727111017450 140727111017622 140727111017622 140727111020495 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 28879408 KiB
Current children cumulated memory: 235848 KiB

Child status: 0
Real time (s): 1.33307
CPU time (s): 5.33847
CPU user time (s): 5.16902
CPU system time (s): 0.169459
CPU usage (%): 400.465
Max. virtual memory (cumulated for all children) (KiB): 28879408
Max. memory (cumulated for all children) (KiB): 235848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.16902
system time used= 0.169459
maximum resident set size= 236620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18271
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= 3001
involuntary context switches= 58


# summary of solver processes directly reported to runsolver:
#   pid: 8353
#   total CPU time (s): 5.33847
#   total CPU user time (s): 5.16902
#   total CPU system time (s): 0.169459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028265 second user time and 0.056295 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 05:25:07
IDJOB=4393470
IDBENCH=130927
IDSOLVER=2841
FILE ID=node146/4393470-1568431548
RUNJOBID= node146-1568429502-6614
PBS_JOBID= 21702307
Free space on /tmp= 59032 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si4-m4D/Subisomorphism-si4-m4Dr4-m256-08.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393470-1568431548/watcher-4393470-1568431548 -o /tmp/evaluation-result-4393470-1568431548/solver-4393470-1568431548 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1977163023 HOME/instance-4393470-1568431548.xml

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

MD5SUM BENCH= 81c7a723557c708ecb18ed846030ca95
RANDOM SEED=1977163023

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31269832 kB
MemAvailable:   31880268 kB
Buffers:          186816 kB
Cached:           688672 kB
SwapCached:         4724 kB
Active:           504700 kB
Inactive:         377432 kB
Active(anon):      22912 kB
Inactive(anon):    21912 kB
Active(file):     481788 kB
Inactive(file):   355520 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000536 kB
Dirty:             26204 kB
Writeback:             0 kB
AnonPages:        385476 kB
Mapped:            42348 kB
Shmem:             29884 kB
Slab:             208036 kB
SReclaimable:     177928 kB
SUnreclaim:        30108 kB
KernelStack:        3824 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 59008 MiB
End job on node146 at 2019-09-14 05:25:09