Trace number 4399454

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-16 parallelSAT 7.9778 1.72721

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si6-bvg/
Subisomorphism-si6-b06-m200-07.xml
MD5SUMd7eafb215ab3d3f066855d3513f44111
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.030068
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints355
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":120}]
Minimum variable degree4
Maximum variable degree7
Distribution of variable degrees[{"degree":4,"count":2},{"degree":5,"count":2},{"degree":6,"count":2},{"degree":7,"count":114}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":354},{"arity":120,"count":1}]
Number of extensional constraints354
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":354},{"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-4399454-1568708310.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399454-1568708310.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
3.44/1.14	c solve instance...
7.91/1.70	s SATISFIABLE
7.91/1.70	v <instantiation>
7.91/1.70	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] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] </list>
7.91/1.70	v 	<values>0 1 29 44 127 135 138 139 192 31 40 137 70 47 35 53 100 18 50 95 23 196 112 94 148 180 45 85 27 73 7 90 38 149 144 5 140 28 126 34 179 119 93 162 42 107 152 78 32 87 123 15 156 56 103 83 82 191 147 169 67 71 106 3 25 176 159 165 24 74 128 170 167 80 51 52 11 16 160 136 194 37 86 115 96 69 131 125 99 72 8 185 98 92 17 12 153 33 30 89 39 154 81 68 193 22 101 6 174 168 189 175 2 97 172 190 122 21 14 108 </values>
7.91/1.70	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 (15275 MiB free)
  memory of node 1: 16384 MiB (15686 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399454-1568708310/watcher-4399454-1568708310 -o /tmp/evaluation-result-4399454-1568708310/solver-4399454-1568708310 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568700707-29089 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1620045128 HOME/instance-4399454-1568708310.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=2336, runsolver pid=2333
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 6.39 7.56 7.61 2/211 2357
/proc/meminfo: memFree=31687232/32770624 swapFree=66977240/67108860
[pid=2336] ppid=2333 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2336/stat : 2336 (xcsp3-exec) S 2333 2336 29062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447093651 115843072 363 33554432000 4194304 5098028 140726392496432 140726392494536 140495584961148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24027136 140726392501109 140726392501353 140726392501353 140726392504266 0
/proc/2336/statm: 28282 363 304 221 0 87 0
[pid=2338] ppid=2336 vsize=28227396 memory=28928 CPUtime=0.12 cores=0-7
/proc/2338/stat : 2338 (java) S 2336 2336 29062 0 -1 1077944320 5703 0 0 0 11 1 0 0 20 0 20 0 447093652 28904853504 7232 33554432000 4194304 4196468 140722045251232 140722045233776 140330589814519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
/proc/2338/statm: 7056849 7232 3121 1 0 7019032 0
[pid=2338/tid=2339] ppid=2336 vsize=28227396 memory=-7096649868621430206 CPUtime=0.08 cores=0-7
/proc/2338/task/2339/stat : 2339 (java) R 2336 2336 29062 0 -1 4202560 3620 0 0 0 8 0 0 0 20 0 20 0 447093652 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330594050944 140330570459186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2340] ppid=2336 vsize=28227396 memory=3461361991549258287 CPUtime=0 cores=0-7
/proc/2338/task/2340/stat : 2340 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330542435216 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2341] ppid=2336 vsize=28227396 memory=140049722058368 CPUtime=0 cores=0-7
/proc/2338/task/2341/stat : 2341 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330541382416 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2342] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2342/stat : 2342 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330139507856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2343] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2343/stat : 2343 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330138455056 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2344] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2344/stat : 2344 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330137401744 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2345] ppid=2336 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2338/task/2345/stat : 2345 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330136348944 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2346] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2346/stat : 2346 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330135296656 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2347] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2347/stat : 2347 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 7232 33554432000 4194304 4196468 140722045251232 140330134243856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2348] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2348/stat : 2348 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093654 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329706064496 140330589825666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2349] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2349/stat : 2349 (java) S 2336 2336 29062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 447093655 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329705010464 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2350] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2350/stat : 2350 (java) S 2336 2336 29062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447093655 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329703958128 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2351] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2351/stat : 2351 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093657 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329702906448 140330589833115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2352] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2352/stat : 2352 (java) S 2336 2336 29062 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 447093657 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329701853296 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2353] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2353/stat : 2353 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447093657 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329700800496 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2354] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2354/stat : 2354 (java) S 2336 2336 29062 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447093657 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329699748208 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2355] ppid=2336 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/2338/task/2355/stat : 2355 (java) R 2336 2336 29062 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 447093657 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329698695408 140330589825666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2356] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2356/stat : 2356 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447093658 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329697643360 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2357] ppid=2336 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2338/task/2357/stat : 2357 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093658 28904853504 7232 33554432000 4194304 4196468 140722045251232 140329696590640 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30380 KiB

[startup+0.209769 s]*
/proc/loadavg: 6.39 7.56 7.61 2/211 2357
/proc/meminfo: memFree=31674488/32770624 swapFree=66977240/67108860
[pid=2336] ppid=2333 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2336/stat : 2336 (xcsp3-exec) S 2333 2336 29062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447093651 115843072 363 33554432000 4194304 5098028 140726392496432 140726392494536 140495584961148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24027136 140726392501109 140726392501353 140726392501353 140726392504266 0
/proc/2336/statm: 28282 363 304 221 0 87 0
[pid=2338] ppid=2336 vsize=28227396 memory=40788 CPUtime=0.33 cores=0-7
/proc/2338/stat : 2338 (java) S 2336 2336 29062 0 -1 1077944320 9385 0 0 0 30 3 0 0 20 0 20 0 447093652 28904853504 10197 33554432000 4194304 4196468 140722045251232 140722045233776 140330589814519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
/proc/2338/statm: 7056849 10197 3312 1 0 7019032 0
[pid=2338/tid=2339] ppid=2336 vsize=28227396 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/2338/task/2339/stat : 2339 (java) R 2336 2336 29062 0 -1 4202560 6635 0 0 0 18 2 0 0 20 0 20 0 447093652 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330594052544 140330589826454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2340] ppid=2336 vsize=28227396 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/2338/task/2340/stat : 2340 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330542435216 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2341] ppid=2336 vsize=28227396 memory=288370425873770112 CPUtime=0 cores=0-7
/proc/2338/task/2341/stat : 2341 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330541382416 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2342] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2342/stat : 2342 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330139507856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2343] ppid=2336 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2338/task/2343/stat : 2343 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330138455056 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2344] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2344/stat : 2344 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330137401744 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2345] ppid=2336 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2338/task/2345/stat : 2345 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330136348944 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2346] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2346/stat : 2346 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330135296656 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2347] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2347/stat : 2347 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28904853504 10197 33554432000 4194304 4196468 140722045251232 140330134243856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2348] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2348/stat : 2348 (java) S 2336 2336 29062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447093654 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329706064496 140330589825666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2349] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2349/stat : 2349 (java) S 2336 2336 29062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 447093655 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329705010464 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2350] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2350/stat : 2350 (java) S 2336 2336 29062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447093655 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329703958128 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2351] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2351/stat : 2351 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093657 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329702906448 140330589833115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2352] ppid=2336 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/2338/task/2352/stat : 2352 (java) R 2336 2336 29062 0 -1 1077944384 412 0 0 0 1 0 0 0 20 0 20 0 447093657 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329701853296 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2353] ppid=2336 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/2338/task/2353/stat : 2353 (java) S 2336 2336 29062 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 20 0 447093657 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329700800496 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2354] ppid=2336 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/2338/task/2354/stat : 2354 (java) R 2336 2336 29062 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 20 0 447093657 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329699748208 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2355] ppid=2336 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/2338/task/2355/stat : 2355 (java) R 2336 2336 29062 0 -1 4202560 801 0 0 0 7 0 0 0 20 0 20 0 447093657 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329698695216 140330567802875 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2356] ppid=2336 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2356/stat : 2356 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447093658 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329697643360 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2357] ppid=2336 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2338/task/2357/stat : 2357 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093658 28904853504 10197 33554432000 4194304 4196468 140722045251232 140329696590640 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42240 KiB

[startup+0.309658 s]*
/proc/loadavg: 6.39 7.56 7.61 5/211 2357
/proc/meminfo: memFree=31667492/32770624 swapFree=66977240/67108860
[pid=2336] ppid=2333 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2336/stat : 2336 (xcsp3-exec) S 2333 2336 29062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447093651 115843072 363 33554432000 4194304 5098028 140726392496432 140726392494536 140495584961148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24027136 140726392501109 140726392501353 140726392501353 140726392504266 0
/proc/2336/statm: 28282 363 304 221 0 87 0
[pid=2338] ppid=2336 vsize=28231652 memory=49776 CPUtime=0.52 cores=0-7
/proc/2338/stat : 2338 (java) S 2336 2336 29062 0 -1 1077944320 10831 0 0 0 48 4 0 0 20 0 20 0 447093652 28909211648 12444 33554432000 4194304 4196468 140722045251232 140722045233776 140330589814519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
/proc/2338/statm: 7057913 12444 3359 1 0 7019032 0
[pid=2338/tid=2339] ppid=2336 vsize=28231652 memory=1398720917958146503 CPUtime=0.29 cores=0-7
/proc/2338/task/2339/stat : 2339 (java) R 2336 2336 29062 0 -1 4202560 7743 0 0 0 27 2 0 0 20 0 20 0 447093652 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330594045632 140330573895006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2340] ppid=2336 vsize=28231652 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2338/task/2340/stat : 2340 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330542435216 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2341] ppid=2336 vsize=28231652 memory=9448 CPUtime=0 cores=0-7
/proc/2338/task/2341/stat : 2341 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330541382416 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2342] ppid=2336 vsize=28231652 memory=14008 CPUtime=0 cores=0-7
/proc/2338/task/2342/stat : 2342 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330139507856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2343] ppid=2336 vsize=28231652 memory=2120 CPUtime=0 cores=0-7
/proc/2338/task/2343/stat : 2343 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330138455056 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2344] ppid=2336 vsize=28231652 memory=11976 CPUtime=0 cores=0-7
/proc/2338/task/2344/stat : 2344 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330137401744 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2345] ppid=2336 vsize=28231652 memory=11568 CPUtime=0 cores=0-7
/proc/2338/task/2345/stat : 2345 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447093653 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330136348944 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2346] ppid=2336 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2346/stat : 2346 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330135296656 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2347] ppid=2336 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2347/stat : 2347 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093653 28909211648 12489 33554432000 4194304 4196468 140722045251232 140330134243856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2348] ppid=2336 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2348/stat : 2348 (java) S 2336 2336 29062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447093654 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329706064496 140330589825666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2349] ppid=2336 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2349/stat : 2349 (java) S 2336 2336 29062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 447093655 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329705010464 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2350] ppid=2336 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2350/stat : 2350 (java) S 2336 2336 29062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447093655 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329703958128 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2351] ppid=2336 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/2338/task/2351/stat : 2351 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093657 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329702906448 140330589833115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2352] ppid=2336 vsize=28231652 memory=2244 CPUtime=0.02 cores=0-7
/proc/2338/task/2352/stat : 2352 (java) S 2336 2336 29062 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 20 0 447093657 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329701853296 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2353] ppid=2336 vsize=28231652 memory=2244 CPUtime=0.03 cores=0-7
/proc/2338/task/2353/stat : 2353 (java) R 2336 2336 29062 0 -1 4202560 194 0 0 0 3 0 0 0 20 0 20 0 447093657 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329700781512 140330570989035 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2354] ppid=2336 vsize=28231652 memory=2244 CPUtime=0.02 cores=0-7
/proc/2338/task/2354/stat : 2354 (java) S 2336 2336 29062 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 20 0 447093657 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329699748208 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2355] ppid=2336 vsize=28231652 memory=2244 CPUtime=0.12 cores=0-7
/proc/2338/task/2355/stat : 2355 (java) S 2336 2336 29062 0 -1 1077944384 979 0 0 0 12 0 0 0 20 0 20 0 447093657 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329698695408 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2356] ppid=2336 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2356/stat : 2356 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447093658 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329697643360 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2357] ppid=2336 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/2338/task/2357/stat : 2357 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447093658 28909211648 12489 33554432000 4194304 4196468 140722045251232 140329696590640 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51228 KiB

[startup+0.700982 s]
/proc/loadavg: 6.39 7.56 7.61 2/211 2357
/proc/meminfo: memFree=31649072/32770624 swapFree=66977240/67108860
[pid=2336] ppid=2333 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2336/stat : 2336 (xcsp3-exec) S 2333 2336 29062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447093651 115843072 363 33554432000 4194304 5098028 140726392496432 140726392494536 140495584961148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24027136 140726392501109 140726392501353 140726392501353 140726392504266 0
/proc/2336/statm: 28282 363 304 221 0 87 0
[pid=2338] ppid=2336 vsize=28233776 memory=110964 CPUtime=1.69 cores=0-7
/proc/2338/stat : 2338 (java) S 2336 2336 29062 0 -1 1077944320 15170 0 0 0 163 6 0 0 20 0 20 0 447093652 28911386624 27741 33554432000 4194304 4196468 140722045251232 140722045233776 140330589814519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
/proc/2338/statm: 7058444 27741 3457 1 0 7019544 0
[pid=2338/tid=2339] ppid=2336 vsize=28233776 memory=4580 CPUtime=0.68 cores=0-7
/proc/2338/task/2339/stat : 2339 (java) R 2336 2336 29062 0 -1 4202560 9006 0 0 0 64 4 0 0 20 0 20 0 447093652 28911386624 27741 33554432000 4194304 4196468 140722045251232 140330594050448 140330221535632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2340] ppid=2336 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2340/stat : 2340 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28911386624 27741 33554432000 4194304 4196468 140722045251232 140330542435216 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2341] ppid=2336 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2341/stat : 2341 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28911386624 27741 33554432000 4194304 4196468 140722045251232 140330541382416 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2342] ppid=2336 vsize=28233776 memory=7810478040439739490 CPUtime=0 cores=0-7
/proc/2338/task/2342/stat : 2342 (java) S 2336 2336 29062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447093653 28911386624 27741 33554432000 4194304 4196468 140722045251232 140330139507856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0

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

/proc/loadavg: 6.39 7.56 7.61 5/211 2357
/proc/meminfo: memFree=31486004/32770624 swapFree=66977240/67108860
[pid=2336] ppid=2333 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2336/stat : 2336 (xcsp3-exec) S 2333 2336 29062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447093651 115843072 363 33554432000 4194304 5098028 140726392496432 140726392494536 140495584961148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24027136 140726392501109 140726392501353 140726392501353 140726392504266 0
/proc/2336/statm: 28282 363 304 221 0 87 0
[pid=2338] ppid=2336 vsize=28766288 memory=299740 CPUtime=6.44 cores=0-7
/proc/2338/stat : 2338 (java) S 2336 2336 29062 0 -1 1077944320 18169 0 0 0 603 41 0 0 20 0 28 0 447093652 29456678912 74935 33554432000 4194304 4196468 140722045251232 140722045233776 140330589814519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
/proc/2338/statm: 7191572 74935 3495 1 0 7152672 0
[pid=2338/tid=2339] ppid=2336 vsize=28766288 memory=4 CPUtime=1.03 cores=0-7
/proc/2338/task/2339/stat : 2339 (java) S 2336 2336 29062 0 -1 1077944384 9134 0 0 0 98 5 0 0 20 0 28 0 447093652 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330594055296 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2340] ppid=2336 vsize=28766288 memory=4 CPUtime=0.08 cores=0-7
/proc/2338/task/2340/stat : 2340 (java) S 2336 2336 29062 0 -1 1077944384 100 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330542435216 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2341] ppid=2336 vsize=28766288 memory=280099245880432 CPUtime=0.09 cores=0-7
/proc/2338/task/2341/stat : 2341 (java) S 2336 2336 29062 0 -1 1077944384 93 0 0 0 5 4 0 0 20 0 28 0 447093653 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330541382416 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2342] ppid=2336 vsize=28766288 memory=0 CPUtime=0.08 cores=0-7
/proc/2338/task/2342/stat : 2342 (java) S 2336 2336 29062 0 -1 1077944384 90 0 0 0 5 3 0 0 20 0 28 0 447093653 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330139507856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2343] ppid=2336 vsize=28766288 memory=0 CPUtime=0.08 cores=0-7
/proc/2338/task/2343/stat : 2343 (java) S 2336 2336 29062 0 -1 1077944384 88 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330138455056 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2344] ppid=2336 vsize=28766288 memory=140049622523649 CPUtime=0.08 cores=0-7
/proc/2338/task/2344/stat : 2344 (java) S 2336 2336 29062 0 -1 1077944384 102 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330137401744 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2345] ppid=2336 vsize=28766288 memory=6943526294502006880 CPUtime=0.07 cores=0-7
/proc/2338/task/2345/stat : 2345 (java) S 2336 2336 29062 0 -1 1077944384 78 0 0 0 4 3 0 0 20 0 28 0 447093653 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330136348944 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2346] ppid=2336 vsize=28766288 memory=6944656592455360604 CPUtime=0.08 cores=0-7
/proc/2338/task/2346/stat : 2346 (java) S 2336 2336 29062 0 -1 1077944384 86 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330135296656 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2347] ppid=2336 vsize=28766288 memory=6872598998417432672 CPUtime=0.08 cores=0-7
/proc/2338/task/2347/stat : 2347 (java) S 2336 2336 29062 0 -1 1077944384 87 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 74935 33554432000 4194304 4196468 140722045251232 140330134243856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2348] ppid=2336 vsize=28766288 memory=4206186544037388384 CPUtime=0 cores=0-7
/proc/2338/task/2348/stat : 2348 (java) S 2336 2336 29062 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 447093654 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329706064496 140330589825666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2349] ppid=2336 vsize=28766288 memory=4206186544037388384 CPUtime=0 cores=0-7
/proc/2338/task/2349/stat : 2349 (java) S 2336 2336 29062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 447093655 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329705010528 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2350] ppid=2336 vsize=28766288 memory=140054017025663 CPUtime=0 cores=0-7
/proc/2338/task/2350/stat : 2350 (java) S 2336 2336 29062 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447093655 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329703958144 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2351] ppid=2336 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2351/stat : 2351 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447093657 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329702906448 140330589833115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2352] ppid=2336 vsize=28766288 memory=0 CPUtime=0.51 cores=0-7
/proc/2338/task/2352/stat : 2352 (java) R 2336 2336 29062 0 -1 4202560 1464 0 0 0 51 0 0 0 20 0 28 0 447093657 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329701853296 140330567409265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2353] ppid=2336 vsize=28766288 memory=0 CPUtime=0.54 cores=0-7
/proc/2338/task/2353/stat : 2353 (java) S 2336 2336 29062 0 -1 1077944384 1141 0 0 0 54 0 0 0 20 0 28 0 447093657 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329700800496 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2354] ppid=2336 vsize=28766288 memory=0 CPUtime=0.6 cores=0-7
/proc/2338/task/2354/stat : 2354 (java) S 2336 2336 29062 0 -1 1077944384 1629 0 0 0 60 0 0 0 20 0 28 0 447093657 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329699748208 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2355] ppid=2336 vsize=28766288 memory=-3252517613198930781 CPUtime=0.5 cores=0-7
/proc/2338/task/2355/stat : 2355 (java) R 2336 2336 29062 0 -1 1077944384 2410 0 0 0 49 1 0 0 20 0 28 0 447093657 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329698695408 140330589825666 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2356] ppid=2336 vsize=28766288 memory=-7161131788332309537 CPUtime=0 cores=0-7
/proc/2338/task/2356/stat : 2356 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447093658 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329697643360 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2357] ppid=2336 vsize=28766288 memory=-8316900901535099443 CPUtime=0 cores=0-7
/proc/2338/task/2357/stat : 2357 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447093658 29456678912 74935 33554432000 4194304 4196468 140722045251232 140329696590640 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
Current children cumulated CPU time: 6.44 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 301192 KiB

[startup+1.72717 s]
# the end of solver process 2336 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.54752 s, system=0.43028 s

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

[startup+1.60111 s]
/proc/loadavg: 6.39 7.56 7.61 5/211 2357
/proc/meminfo: memFree=31486004/32770624 swapFree=66977240/67108860
[pid=2336] ppid=2333 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2336/stat : 2336 (xcsp3-exec) S 2333 2336 29062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447093651 115843072 363 33554432000 4194304 5098028 140726392496432 140726392494536 140495584961148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24027136 140726392501109 140726392501353 140726392501353 140726392504266 0
/proc/2336/statm: 28282 363 304 221 0 87 0
[pid=2338] ppid=2336 vsize=28766288 memory=300028 CPUtime=7.13 cores=0-7
/proc/2338/stat : 2338 (java) S 2336 2336 29062 0 -1 1077944320 18260 0 0 0 672 41 0 0 20 0 28 0 447093652 29456678912 75007 33554432000 4194304 4196468 140722045251232 140722045233776 140330589814519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
/proc/2338/statm: 7191572 75007 3495 1 0 7152672 0
[pid=2338/tid=2339] ppid=2336 vsize=28766288 memory=0 CPUtime=1.03 cores=0-7
/proc/2338/task/2339/stat : 2339 (java) S 2336 2336 29062 0 -1 1077944384 9134 0 0 0 98 5 0 0 20 0 28 0 447093652 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330594055296 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2340] ppid=2336 vsize=28766288 memory=0 CPUtime=0.08 cores=0-7
/proc/2338/task/2340/stat : 2340 (java) S 2336 2336 29062 0 -1 1077944384 100 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330542435216 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2341] ppid=2336 vsize=28766288 memory=0 CPUtime=0.09 cores=0-7
/proc/2338/task/2341/stat : 2341 (java) S 2336 2336 29062 0 -1 1077944384 93 0 0 0 5 4 0 0 20 0 28 0 447093653 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330541382416 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2342] ppid=2336 vsize=28766288 memory=0 CPUtime=0.08 cores=0-7
/proc/2338/task/2342/stat : 2342 (java) S 2336 2336 29062 0 -1 1077944384 90 0 0 0 5 3 0 0 20 0 28 0 447093653 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330139507856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2343] ppid=2336 vsize=28766288 memory=3620 CPUtime=0.08 cores=0-7
/proc/2338/task/2343/stat : 2343 (java) S 2336 2336 29062 0 -1 1077944384 88 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330138455056 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2344] ppid=2336 vsize=28766288 memory=30936 CPUtime=0.08 cores=0-7
/proc/2338/task/2344/stat : 2344 (java) S 2336 2336 29062 0 -1 1077944384 102 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330137401744 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2345] ppid=2336 vsize=28766288 memory=2004 CPUtime=0.07 cores=0-7
/proc/2338/task/2345/stat : 2345 (java) S 2336 2336 29062 0 -1 1077944384 78 0 0 0 4 3 0 0 20 0 28 0 447093653 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330136348944 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2346] ppid=2336 vsize=28766288 memory=984 CPUtime=0.08 cores=0-7
/proc/2338/task/2346/stat : 2346 (java) S 2336 2336 29062 0 -1 1077944384 86 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330135296656 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2347] ppid=2336 vsize=28766288 memory=1324 CPUtime=0.08 cores=0-7
/proc/2338/task/2347/stat : 2347 (java) S 2336 2336 29062 0 -1 1077944384 87 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75007 33554432000 4194304 4196468 140722045251232 140330134243856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2348] ppid=2336 vsize=28766288 memory=780 CPUtime=0 cores=0-7
/proc/2338/task/2348/stat : 2348 (java) S 2336 2336 29062 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 447093654 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329706064496 140330589825666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2349] ppid=2336 vsize=28766288 memory=4088 CPUtime=0 cores=0-7
/proc/2338/task/2349/stat : 2349 (java) S 2336 2336 29062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 447093655 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329705010528 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2350] ppid=2336 vsize=28766288 memory=1580 CPUtime=0 cores=0-7
/proc/2338/task/2350/stat : 2350 (java) S 2336 2336 29062 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447093655 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329703958144 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2351] ppid=2336 vsize=28766288 memory=1564 CPUtime=0 cores=0-7
/proc/2338/task/2351/stat : 2351 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447093657 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329702906448 140330589833115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2352] ppid=2336 vsize=28766288 memory=928 CPUtime=0.56 cores=0-7
/proc/2338/task/2352/stat : 2352 (java) R 2336 2336 29062 0 -1 4202560 1474 0 0 0 56 0 0 0 20 0 28 0 447093657 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329701844752 140330568218945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2353] ppid=2336 vsize=28766288 memory=3784 CPUtime=0.58 cores=0-7
/proc/2338/task/2353/stat : 2353 (java) R 2336 2336 29062 0 -1 4202560 1157 0 0 0 58 0 0 0 20 0 28 0 447093657 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329700790608 140330569108576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2354] ppid=2336 vsize=28766288 memory=1440 CPUtime=0.65 cores=0-7
/proc/2338/task/2354/stat : 2354 (java) R 2336 2336 29062 0 -1 4202560 1643 0 0 0 65 0 0 0 20 0 28 0 447093657 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329699731040 140330570516174 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2355] ppid=2336 vsize=28766288 memory=904 CPUtime=0.52 cores=0-7
/proc/2338/task/2355/stat : 2355 (java) R 2336 2336 29062 0 -1 1077944384 2446 0 0 0 51 1 0 0 20 0 28 0 447093657 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329698695408 140330589825666 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2356] ppid=2336 vsize=28766288 memory=1984 CPUtime=0 cores=0-7
/proc/2338/task/2356/stat : 2356 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447093658 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329697643360 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2357] ppid=2336 vsize=28766288 memory=2528 CPUtime=0 cores=0-7
/proc/2338/task/2357/stat : 2357 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447093658 29456678912 75007 33554432000 4194304 4196468 140722045251232 140329696590640 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
Current children cumulated CPU time: 7.13 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 301480 KiB

[startup+1.70098 s]
/proc/loadavg: 6.39 7.56 7.61 5/211 2357
/proc/meminfo: memFree=31486004/32770624 swapFree=66977240/67108860
[pid=2336] ppid=2333 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2336/stat : 2336 (xcsp3-exec) S 2333 2336 29062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447093651 115843072 363 33554432000 4194304 5098028 140726392496432 140726392494536 140495584961148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24027136 140726392501109 140726392501353 140726392501353 140726392504266 0
/proc/2336/statm: 28282 363 304 221 0 87 0
[pid=2338] ppid=2336 vsize=28766288 memory=300140 CPUtime=7.91 cores=0-7
/proc/2338/stat : 2338 (java) S 2336 2336 29062 0 -1 1077944320 18302 0 0 0 750 41 0 0 20 0 28 0 447093652 29456678912 75035 33554432000 4194304 4196468 140722045251232 140722045233776 140330589814519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
/proc/2338/statm: 7191572 75035 3498 1 0 7152672 0
[pid=2338/tid=2339] ppid=2336 vsize=28766288 memory=4 CPUtime=1.03 cores=0-7
/proc/2338/task/2339/stat : 2339 (java) S 2336 2336 29062 0 -1 1077944384 9134 0 0 0 98 5 0 0 20 0 28 0 447093652 29456678912 75035 33554432000 4194304 4196468 140722045251232 140330594055296 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2340] ppid=2336 vsize=28766288 memory=4 CPUtime=0.08 cores=0-7
/proc/2338/task/2340/stat : 2340 (java) S 2336 2336 29062 0 -1 1077944384 100 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75035 33554432000 4194304 4196468 140722045251232 140330542435216 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2341] ppid=2336 vsize=28766288 memory=280099245880432 CPUtime=0.09 cores=0-7
/proc/2338/task/2341/stat : 2341 (java) S 2336 2336 29062 0 -1 1077944384 93 0 0 0 5 4 0 0 20 0 28 0 447093653 29456678912 75035 33554432000 4194304 4196468 140722045251232 140330541382416 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2342] ppid=2336 vsize=28766288 memory=0 CPUtime=0.08 cores=0-7
/proc/2338/task/2342/stat : 2342 (java) S 2336 2336 29062 0 -1 1077944384 90 0 0 0 5 3 0 0 20 0 28 0 447093653 29456678912 75100 33554432000 4194304 4196468 140722045251232 140330139507856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2343] ppid=2336 vsize=28766288 memory=0 CPUtime=0.08 cores=0-7
/proc/2338/task/2343/stat : 2343 (java) S 2336 2336 29062 0 -1 1077944384 88 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75100 33554432000 4194304 4196468 140722045251232 140330138455056 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2344] ppid=2336 vsize=28766288 memory=140049622523649 CPUtime=0.08 cores=0-7
/proc/2338/task/2344/stat : 2344 (java) S 2336 2336 29062 0 -1 1077944384 102 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75100 33554432000 4194304 4196468 140722045251232 140330137401744 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2345] ppid=2336 vsize=28766288 memory=6943526294502006880 CPUtime=0.07 cores=0-7
/proc/2338/task/2345/stat : 2345 (java) S 2336 2336 29062 0 -1 1077944384 78 0 0 0 4 3 0 0 20 0 28 0 447093653 29456678912 75100 33554432000 4194304 4196468 140722045251232 140330136348944 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2346] ppid=2336 vsize=28766288 memory=6944656592455360604 CPUtime=0.08 cores=0-7
/proc/2338/task/2346/stat : 2346 (java) S 2336 2336 29062 0 -1 1077944384 86 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75100 33554432000 4194304 4196468 140722045251232 140330135296656 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2347] ppid=2336 vsize=28766288 memory=6872598998417432672 CPUtime=0.08 cores=0-7
/proc/2338/task/2347/stat : 2347 (java) S 2336 2336 29062 0 -1 1077944384 87 0 0 0 4 4 0 0 20 0 28 0 447093653 29456678912 75100 33554432000 4194304 4196468 140722045251232 140330134243856 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2348] ppid=2336 vsize=28766288 memory=4206186544037388384 CPUtime=0 cores=0-7
/proc/2338/task/2348/stat : 2348 (java) S 2336 2336 29062 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 447093654 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329706064496 140330589825666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2349] ppid=2336 vsize=28766288 memory=4206186544037388384 CPUtime=0 cores=0-7
/proc/2338/task/2349/stat : 2349 (java) S 2336 2336 29062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 447093655 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329705010528 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2350] ppid=2336 vsize=28766288 memory=140054017025663 CPUtime=0 cores=0-7
/proc/2338/task/2350/stat : 2350 (java) S 2336 2336 29062 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447093655 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329703958144 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2351] ppid=2336 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2338/task/2351/stat : 2351 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447093657 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329702906448 140330589833115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2352] ppid=2336 vsize=28766288 memory=0 CPUtime=0.62 cores=0-7
/proc/2338/task/2352/stat : 2352 (java) R 2336 2336 29062 0 -1 4202560 1527 0 0 0 62 0 0 0 20 0 28 0 447093657 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329701839904 140330582103968 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2353] ppid=2336 vsize=28766288 memory=0 CPUtime=0.66 cores=0-7
/proc/2338/task/2353/stat : 2353 (java) R 2336 2336 29062 0 -1 4202560 1174 0 0 0 66 0 0 0 20 0 28 0 447093657 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329700790416 140330574726817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2354] ppid=2336 vsize=28766288 memory=0 CPUtime=0.71 cores=0-7
/proc/2338/task/2354/stat : 2354 (java) R 2336 2336 29062 0 -1 4202560 1651 0 0 0 71 0 0 0 20 0 28 0 447093657 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329699733328 140330570515104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2355] ppid=2336 vsize=28766288 memory=-3252517613198930781 CPUtime=0.53 cores=0-7
/proc/2338/task/2355/stat : 2355 (java) S 2336 2336 29062 0 -1 1077944384 2460 0 0 0 52 1 0 0 20 0 28 0 447093657 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329698695408 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2356] ppid=2336 vsize=28766288 memory=-7161131788332309537 CPUtime=0 cores=0-7
/proc/2338/task/2356/stat : 2356 (java) S 2336 2336 29062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447093658 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329697643360 140330589824725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
[pid=2338/tid=2357] ppid=2336 vsize=28766288 memory=-8316900901535099443 CPUtime=0 cores=0-7
/proc/2338/task/2357/stat : 2357 (java) S 2336 2336 29062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447093658 29456678912 75100 33554432000 4194304 4196468 140722045251232 140329696590640 140330589825666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26456064 140722045256682 140722045256854 140722045256854 140722045259727 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 301592 KiB

Child status: 0
Real time (s): 1.72721
CPU time (s): 7.9778
CPU user time (s): 7.54752
CPU system time (s): 0.43028
CPU usage (%): 461.889
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 301592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.54752
system time used= 0.43028
maximum resident set size= 302260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18988
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= 3091
involuntary context switches= 117


# summary of solver processes directly reported to runsolver:
#   pid: 2336
#   total CPU time (s): 7.9778
#   total CPU user time (s): 7.54752
#   total CPU system time (s): 0.43028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041588 second user time and 0.045966 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 10:17:48
IDJOB=4399454
IDBENCH=131540
IDSOLVER=2854
FILE ID=node121/4399454-1568708310
RUNJOBID= node121-1568700707-29089
PBS_JOBID= 21703902
Free space on /tmp= 61408 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si6-bvg/Subisomorphism-si6-b06-m200-07.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-4399454-1568708310/watcher-4399454-1568708310 -o /tmp/evaluation-result-4399454-1568708310/solver-4399454-1568708310 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568700707-29089 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1620045128 HOME/instance-4399454-1568708310.xml

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

MD5SUM BENCH= d7eafb215ab3d3f066855d3513f44111
RANDOM SEED=1620045128

node121.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.75
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.75
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.75
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.75
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:        31704156 kB
MemAvailable:   31919692 kB
Buffers:           69324 kB
Cached:           444364 kB
SwapCached:        10792 kB
Active:           208852 kB
Inactive:         319140 kB
Active(anon):       4528 kB
Inactive(anon):    42468 kB
Active(file):     204324 kB
Inactive(file):   276672 kB
Unevictable:      109160 kB
Mlocked:          109160 kB
SwapTotal:      67108860 kB
SwapFree:       66977240 kB
Dirty:             26180 kB
Writeback:             0 kB
AnonPages:         45824 kB
Mapped:            42288 kB
Shmem:             24044 kB
Slab:             130336 kB
SReclaimable:     100752 kB
SUnreclaim:        29584 kB
KernelStack:        3824 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61384 MiB
End job on node121 at 2019-09-17 10:17:50