Trace number 4398918

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-16SAT 429.555 108.367

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-715_X2.xml
MD5SUM0286d8cb8f351d75271acd0c64dfc747
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 benchmark3.29109
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":181,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398918-1568698965.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4398918-1568698965.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.20/1.22	c solve instance...
429.37/108.34	s SATISFIABLE
429.37/108.34	v <instantiation>
429.37/108.34	v 	<list>w3 w4 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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23] </list>
429.37/108.34	v 	<values>180 0 8 21 15 10 3 16 17 14 7 4 12 1 25 13 19 22 9 20 5 2 11 6 24 23 18 14 9 2 8 18 9 15 0 8 2 11 10 1 10 8 0 5 1 20 1 0 6 17 4 1 23 25 33 51 60 75 75 83 85 96 106 107 117 125 125 130 131 151 152 152 158 175 179 180 </values>
429.37/108.34	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 (15326 MiB free)
  memory of node 1: 16384 MiB (13284 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398918-1568698965/watcher-4398918-1568698965 -o /tmp/evaluation-result-4398918-1568698965/solver-4398918-1568698965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568698923-6348 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1256356789 HOME/instance-4398918-1568698965.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6393, runsolver pid=6390
Current StackSize limit: 8192 KiB


[startup+0.100507 s]*
/proc/loadavg: 0.64 0.72 0.98 7/229 6409
/proc/meminfo: memFree=29268920/32770624 swapFree=66958320/67108860
[pid=6393] ppid=6390 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6393/stat : 6393 (xcsp3-exec) S 6390 6393 6317 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445832998 115843072 362 33554432000 4194304 5098028 140726957902816 140726957900920 140380805468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35532800 140726957908858 140726957909101 140726957909101 140726957912010 0
/proc/6393/statm: 28282 362 304 221 0 87 0
[pid=6395] ppid=6393 vsize=15144776 memory=29156 CPUtime=0.12 cores=0,2,4,6
/proc/6395/stat : 6395 (java) S 6393 6393 6317 0 -1 1077944320 5701 0 0 0 11 1 0 0 20 0 15 0 445832998 15508250624 7289 33554432000 4194304 4196468 140722117170592 140722117153136 139839177924343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
/proc/6395/statm: 3786194 7289 3156 1 0 3748377 0
[pid=6395/tid=6396] ppid=6393 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/6395/task/6396/stat : 6396 (java) R 6393 6393 6317 0 -1 4202560 3611 0 0 0 8 1 0 0 20 0 15 0 445832999 15508250624 7289 33554432000 4194304 4196468 140722117170592 139839182155488 139839177946269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6397] ppid=6393 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6397/stat : 6397 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15508250624 7289 33554432000 4194304 4196468 140722117170592 139839105964816 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6398] ppid=6393 vsize=15144776 memory=140372105090688 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6398/stat : 6398 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15508250624 7289 33554432000 4194304 4196468 140722117170592 139839104912272 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6399] ppid=6393 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6399/stat : 6399 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15508250624 7289 33554432000 4194304 4196468 140722117170592 139839103859728 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6400] ppid=6393 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6400/stat : 6400 (java) S 6393 6393 6317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445832999 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838766836880 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6401] ppid=6393 vsize=15144776 memory=140372105090688 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6401/stat : 6401 (java) S 6393 6393 6317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445833001 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838713722864 139839177935490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6402] ppid=6393 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6402/stat : 6402 (java) S 6393 6393 6317 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445833001 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838712669088 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6403] ppid=6393 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6403/stat : 6403 (java) S 6393 6393 6317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445833001 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838711616496 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6404] ppid=6393 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6404/stat : 6404 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445833004 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838710565072 139839177942939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6405] ppid=6393 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6405/stat : 6405 (java) R 6393 6393 6317 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 445833004 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838709512784 139839177934549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6406] ppid=6393 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6406/stat : 6406 (java) R 6393 6393 6317 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 15 0 445833004 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838708459328 139839155757200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6407] ppid=6393 vsize=15144776 memory=140372105090688 CPUtime=0.02 cores=0,2,4,6
/proc/6395/task/6407/stat : 6407 (java) S 6393 6393 6317 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 445833004 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838707407600 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6408] ppid=6393 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6408/stat : 6408 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445833004 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838706355296 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6409] ppid=6393 vsize=15144776 memory=140372105090688 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6409/stat : 6409 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445833004 15508250624 7289 33554432000 4194304 4196468 140722117170592 139838705301808 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30604 KiB

[startup+0.210798 s]*
/proc/loadavg: 0.64 0.72 0.98 7/229 6409
/proc/meminfo: memFree=29249932/32770624 swapFree=66958320/67108860
[pid=6393] ppid=6390 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6393/stat : 6393 (xcsp3-exec) S 6390 6393 6317 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445832998 115843072 362 33554432000 4194304 5098028 140726957902816 140726957900920 140380805468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35532800 140726957908858 140726957909101 140726957909101 140726957912010 0
/proc/6393/statm: 28282 362 304 221 0 87 0
[pid=6395] ppid=6393 vsize=15144776 memory=40752 CPUtime=0.34 cores=0,2,4,6
/proc/6395/stat : 6395 (java) S 6393 6393 6317 0 -1 1077944320 9435 0 0 0 31 3 0 0 20 0 15 0 445832998 15508250624 10188 33554432000 4194304 4196468 140722117170592 140722117153136 139839177924343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
/proc/6395/statm: 3786194 10188 3309 1 0 3748377 0
[pid=6395/tid=6396] ppid=6393 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6395/task/6396/stat : 6396 (java) R 6393 6393 6317 0 -1 4202560 6612 0 0 0 18 2 0 0 20 0 15 0 445832999 15508250624 10254 33554432000 4194304 4196468 140722117170592 139839182156256 139839160331359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6397] ppid=6393 vsize=15144776 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6397/stat : 6397 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15508250624 10254 33554432000 4194304 4196468 140722117170592 139839105964816 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6398] ppid=6393 vsize=15144776 memory=3302942 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6398/stat : 6398 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15508250624 10254 33554432000 4194304 4196468 140722117170592 139839104912272 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6399] ppid=6393 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6399/stat : 6399 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15508250624 10254 33554432000 4194304 4196468 140722117170592 139839103859728 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6400] ppid=6393 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6400/stat : 6400 (java) S 6393 6393 6317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445832999 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838766836880 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6401] ppid=6393 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6401/stat : 6401 (java) S 6393 6393 6317 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445833001 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838713722864 139839177935490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6402] ppid=6393 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6402/stat : 6402 (java) S 6393 6393 6317 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445833001 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838712669088 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6403] ppid=6393 vsize=15144776 memory=140372105090688 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6403/stat : 6403 (java) S 6393 6393 6317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445833001 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838711616496 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6404] ppid=6393 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6404/stat : 6404 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445833004 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838710565072 139839177942939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6405] ppid=6393 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6395/task/6405/stat : 6405 (java) S 6393 6393 6317 0 -1 1077944384 625 0 0 0 2 0 0 0 20 0 15 0 445833004 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838709512688 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6406] ppid=6393 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6395/task/6406/stat : 6406 (java) S 6393 6393 6317 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 15 0 445833004 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838708460144 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6407] ppid=6393 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6395/task/6407/stat : 6407 (java) R 6393 6393 6317 0 -1 4202560 794 0 0 0 8 0 0 0 20 0 15 0 445833004 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838707407600 139839162004830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6408] ppid=6393 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6408/stat : 6408 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445833004 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838706355296 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6409] ppid=6393 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6409/stat : 6409 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445833004 15508250624 10254 33554432000 4194304 4196468 140722117170592 139838705301808 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42200 KiB

[startup+0.318641 s]*
/proc/loadavg: 0.64 0.72 0.98 5/229 6409
/proc/meminfo: memFree=29237352/32770624 swapFree=66958320/67108860
[pid=6393] ppid=6390 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6393/stat : 6393 (xcsp3-exec) S 6390 6393 6317 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445832998 115843072 362 33554432000 4194304 5098028 140726957902816 140726957900920 140380805468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35532800 140726957908858 140726957909101 140726957909101 140726957912010 0
/proc/6393/statm: 28282 362 304 221 0 87 0
[pid=6395] ppid=6393 vsize=15149032 memory=50312 CPUtime=0.53 cores=0,2,4,6
/proc/6395/stat : 6395 (java) S 6393 6393 6317 0 -1 1077944320 10937 0 0 0 49 4 0 0 20 0 15 0 445832998 15512608768 12578 33554432000 4194304 4196468 140722117170592 140722117153136 139839177924343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
/proc/6395/statm: 3787258 12578 3370 1 0 3748377 0
[pid=6395/tid=6396] ppid=6393 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=0,2,4,6
/proc/6395/task/6396/stat : 6396 (java) R 6393 6393 6317 0 -1 4202560 7871 0 0 0 28 3 0 0 20 0 15 0 445832999 15512608768 12643 33554432000 4194304 4196468 140722117170592 139839182155456 139839162004830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6397] ppid=6393 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6397/stat : 6397 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15512608768 12643 33554432000 4194304 4196468 140722117170592 139839105964816 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6398] ppid=6393 vsize=15149032 memory=3299179 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6398/stat : 6398 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15512608768 12643 33554432000 4194304 4196468 140722117170592 139839104912272 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6399] ppid=6393 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6399/stat : 6399 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15512608768 12643 33554432000 4194304 4196468 140722117170592 139839103859728 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6400] ppid=6393 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6400/stat : 6400 (java) S 6393 6393 6317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445832999 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838766836880 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6401] ppid=6393 vsize=15149032 memory=140372105090688 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6401/stat : 6401 (java) S 6393 6393 6317 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445833001 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838713722864 139839177935490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6402] ppid=6393 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6402/stat : 6402 (java) S 6393 6393 6317 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445833001 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838712669088 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6403] ppid=6393 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6403/stat : 6403 (java) S 6393 6393 6317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445833001 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838711616496 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6404] ppid=6393 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6404/stat : 6404 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445833004 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838710565072 139839177942939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6405] ppid=6393 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6395/task/6405/stat : 6405 (java) R 6393 6393 6317 0 -1 4202560 745 0 0 0 5 0 0 0 20 0 15 0 445833004 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838709499152 139839159468432 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6406] ppid=6393 vsize=15149032 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/6395/task/6406/stat : 6406 (java) S 6393 6393 6317 0 -1 1077944384 136 0 0 0 4 0 0 0 20 0 15 0 445833004 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838708460144 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6407] ppid=6393 vsize=15149032 memory=140372105090688 CPUtime=0.12 cores=0,2,4,6
/proc/6395/task/6407/stat : 6407 (java) S 6393 6393 6317 0 -1 1077944384 887 0 0 0 12 0 0 0 20 0 15 0 445833004 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838707407600 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6408] ppid=6393 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6408/stat : 6408 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445833004 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838706355296 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6409] ppid=6393 vsize=15149032 memory=140372105090688 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6409/stat : 6409 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445833004 15512608768 12643 33554432000 4194304 4196468 140722117170592 139838705301808 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51760 KiB

[startup+0.700811 s]
/proc/loadavg: 0.64 0.72 0.98 8/233 6413
/proc/meminfo: memFree=29187396/32770624 swapFree=66958320/67108860
[pid=6393] ppid=6390 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6393/stat : 6393 (xcsp3-exec) S 6390 6393 6317 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445832998 115843072 362 33554432000 4194304 5098028 140726957902816 140726957900920 140380805468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35532800 140726957908858 140726957909101 140726957909101 140726957912010 0
/proc/6393/statm: 28282 362 304 221 0 87 0
[pid=6395] ppid=6393 vsize=15151156 memory=141052 CPUtime=1.65 cores=0,2,4,6
/proc/6395/stat : 6395 (java) S 6393 6393 6317 0 -1 1077944320 14648 0 0 0 159 6 0 0 20 0 15 0 445832998 15514783744 35263 33554432000 4194304 4196468 140722117170592 140722117153136 139839177924343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
/proc/6395/statm: 3787789 35263 3448 1 0 3748889 0
[pid=6395/tid=6396] ppid=6393 vsize=15151156 memory=2120 CPUtime=0.67 cores=0,2,4,6
/proc/6395/task/6396/stat : 6396 (java) R 6393 6393 6317 0 -1 4202560 8936 0 0 0 63 4 0 0 20 0 15 0 445832999 15514783744 35263 33554432000 4194304 4196468 140722117170592 139839182163456 139838787225636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6397] ppid=6393 vsize=15151156 memory=508 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6397/stat : 6397 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15514783744 35263 33554432000 4194304 4196468 140722117170592 139839105964816 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6398] ppid=6393 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6398/stat : 6398 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15514783744 35263 33554432000 4194304 4196468 140722117170592 139839104912272 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6399] ppid=6393 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6399/stat : 6399 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445832999 15514783744 35263 33554432000 4194304 4196468 140722117170592 139839103859728 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6400] ppid=6393 vsize=15151156 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6400/stat : 6400 (java) S 6393 6393 6317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445832999 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838766836880 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6401] ppid=6393 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6401/stat : 6401 (java) S 6393 6393 6317 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445833001 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838713722864 139839177935490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6402] ppid=6393 vsize=15151156 memory=880 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6402/stat : 6402 (java) S 6393 6393 6317 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445833001 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838712669088 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6403] ppid=6393 vsize=15151156 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6403/stat : 6403 (java) S 6393 6393 6317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445833001 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838711616496 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6404] ppid=6393 vsize=15151156 memory=2496 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6404/stat : 6404 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445833004 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838710565072 139839177942939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6405] ppid=6393 vsize=15151156 memory=7302135314614015842 CPUtime=0.31 cores=0,2,4,6
/proc/6395/task/6405/stat : 6405 (java) R 6393 6393 6317 0 -1 4202560 1561 0 0 0 31 0 0 0 20 0 15 0 445833004 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838709499920 139839161830297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6406] ppid=6393 vsize=15151156 memory=5933889907057125482 CPUtime=0.31 cores=0,2,4,6
/proc/6395/task/6406/stat : 6406 (java) S 6393 6393 6317 0 -1 1077944384 1218 0 0 0 31 0 0 0 20 0 15 0 445833004 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838708460144 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6407] ppid=6393 vsize=15151156 memory=7223887401239728208 CPUtime=0.32 cores=0,2,4,6
/proc/6395/task/6407/stat : 6407 (java) S 6393 6393 6317 0 -1 1077944384 1626 0 0 0 32 0 0 0 20 0 15 0 445833004 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838707407600 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6408] ppid=6393 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6408/stat : 6408 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445833004 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838706355296 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6409] ppid=6393 vsize=15151156 memory=7522809536255386193 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6409/stat : 6409 (java) S 6393 6393 6317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445833004 15514783744 35263 33554432000 4194304 4196468 140722117170592 139838705301808 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 142500 KiB

[startup+1.50164 s]
/proc/loadavg: 0.64 0.72 0.98 12/233 6477
/proc/meminfo: memFree=28760412/32770624 swapFree=66958320/67108860
[pid=6393] ppid=6390 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6393/stat : 6393 (xcsp3-exec) S 6390 6393 6317 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445832998 115843072 362 33554432000 4194304 5098028 140726957902816 140726957900920 140380805468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35532800 140726957908858 140726957909101 140726957909101 140726957912010 0
/proc/6393/statm: 28282 362 304 221 0 87 0

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

/proc/6395/task/6409/stat : 6409 (java) S 6393 6393 6317 0 -1 1077944384 299 0 0 0 0 3 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838705301808 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6485] ppid=6393 vsize=15417412 memory=1211356 CPUtime=104.23 cores=0,2,4,6
/proc/6395/task/6485/stat : 6485 (java) R 6393 6393 6317 0 -1 4202560 2193 0 0 0 10423 0 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838627928872 139838789849168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6486] ppid=6393 vsize=15417412 memory=-8888631809385736112 CPUtime=104.35 cores=0,2,4,6
/proc/6395/task/6486/stat : 6486 (java) R 6393 6393 6317 0 -1 4202560 5157 0 0 0 10434 1 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838626877752 139838790994000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6487] ppid=6393 vsize=15417412 memory=4137287014106042739 CPUtime=104.03 cores=0,2,4,6
/proc/6395/task/6487/stat : 6487 (java) R 6393 6393 6317 0 -1 4202560 2433 0 0 0 10403 0 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838625824688 139838788695998 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6488] ppid=6393 vsize=15417412 memory=6945782492362334265 CPUtime=104.31 cores=0,2,4,6
/proc/6395/task/6488/stat : 6488 (java) R 6393 6393 6317 0 -1 4202560 5578 0 0 0 10425 6 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838624772312 139838789255548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
Current children cumulated CPU time: 424.99 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1212804 KiB

[startup+108.002 s]*
/proc/loadavg: 7.67 3.29 1.88 9/237 6512
/proc/meminfo: memFree=27944384/32770624 swapFree=66958320/67108860
[pid=6393] ppid=6390 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6393/stat : 6393 (xcsp3-exec) S 6390 6393 6317 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445832998 115843072 362 33554432000 4194304 5098028 140726957902816 140726957900920 140380805468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35532800 140726957908858 140726957909101 140726957909101 140726957912010 0
/proc/6393/statm: 28282 362 304 221 0 87 0
[pid=6395] ppid=6393 vsize=15417412 memory=1211356 CPUtime=428.21 cores=0,2,4,6
/proc/6395/stat : 6395 (java) S 6393 6393 6317 0 -1 1077944320 89181 0 0 0 42745 76 0 0 20 0 19 0 445832998 15787429888 302839 33554432000 4194304 4196468 140722117170592 140722117153136 139839177924343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
/proc/6395/statm: 3854353 302839 3524 1 0 3815453 0
[pid=6395/tid=6396] ppid=6393 vsize=15417412 memory=1398722017469774279 CPUtime=1.08 cores=0,2,4,6
/proc/6395/task/6396/stat : 6396 (java) S 6393 6393 6317 0 -1 1077944384 9219 0 0 0 102 6 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839182165120 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6397] ppid=6393 vsize=15417412 memory=4126316290023845779 CPUtime=0.39 cores=0,2,4,6
/proc/6395/task/6397/stat : 6397 (java) S 6393 6393 6317 0 -1 1077944384 6296 0 0 0 26 13 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839105964816 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6398] ppid=6393 vsize=15417412 memory=288230600312357161 CPUtime=0.38 cores=0,2,4,6
/proc/6395/task/6398/stat : 6398 (java) S 6393 6393 6317 0 -1 1077944384 6256 0 0 0 26 12 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839104912272 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6399] ppid=6393 vsize=15417412 memory=3612 CPUtime=0.38 cores=0,2,4,6
/proc/6395/task/6399/stat : 6399 (java) S 6393 6393 6317 0 -1 1077944384 6643 0 0 0 24 14 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839103859728 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6400] ppid=6393 vsize=15417412 memory=47524 CPUtime=0.39 cores=0,2,4,6
/proc/6395/task/6400/stat : 6400 (java) S 6393 6393 6317 0 -1 1077944384 6867 0 0 0 26 13 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838766836880 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6401] ppid=6393 vsize=15417412 memory=988 CPUtime=0.06 cores=0,2,4,6
/proc/6395/task/6401/stat : 6401 (java) S 6393 6393 6317 0 -1 1077944384 4113 0 0 0 6 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838713722864 139839177935490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6402] ppid=6393 vsize=15417412 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6402/stat : 6402 (java) S 6393 6393 6317 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838712669152 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6403] ppid=6393 vsize=15417412 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6403/stat : 6403 (java) S 6393 6393 6317 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838711616512 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6404] ppid=6393 vsize=15417412 memory=776 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6404/stat : 6404 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838710565072 139839177942939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6405] ppid=6393 vsize=15417412 memory=1056 CPUtime=2.23 cores=0,2,4,6
/proc/6395/task/6405/stat : 6405 (java) S 6393 6393 6317 0 -1 1077944384 14045 0 0 0 222 1 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838709512688 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6406] ppid=6393 vsize=15417412 memory=4000 CPUtime=2.31 cores=0,2,4,6
/proc/6395/task/6406/stat : 6406 (java) S 6393 6393 6317 0 -1 1077944384 12778 0 0 0 229 2 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838708460144 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6407] ppid=6393 vsize=15417412 memory=1552 CPUtime=0.69 cores=0,2,4,6
/proc/6395/task/6407/stat : 6407 (java) S 6393 6393 6317 0 -1 1077944384 5961 0 0 0 68 1 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838707407600 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6408] ppid=6393 vsize=15417412 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6408/stat : 6408 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838706355296 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6409] ppid=6393 vsize=15417412 memory=1196 CPUtime=0.03 cores=0,2,4,6
/proc/6395/task/6409/stat : 6409 (java) S 6393 6393 6317 0 -1 1077944384 299 0 0 0 0 3 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838705301808 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6485] ppid=6393 vsize=15417412 memory=1044 CPUtime=105.04 cores=0,2,4,6
/proc/6395/task/6485/stat : 6485 (java) R 6393 6393 6317 0 -1 4202560 2193 0 0 0 10504 0 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838627928872 139838791247861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6486] ppid=6393 vsize=15417412 memory=712 CPUtime=105.16 cores=0,2,4,6
/proc/6395/task/6486/stat : 6486 (java) R 6393 6393 6317 0 -1 4202560 5157 0 0 0 10515 1 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838626877752 139838789435600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6487] ppid=6393 vsize=15417412 memory=2832 CPUtime=104.82 cores=0,2,4,6
/proc/6395/task/6487/stat : 6487 (java) R 6393 6393 6317 0 -1 4202560 2433 0 0 0 10482 0 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838625824688 139838789254451 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6488] ppid=6393 vsize=15417412 memory=8024 CPUtime=105.12 cores=0,2,4,6
/proc/6395/task/6488/stat : 6488 (java) R 6393 6393 6317 0 -1 4202560 5580 0 0 0 10506 6 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838624772312 139838789255562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
Current children cumulated CPU time: 428.21 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1212804 KiB

[startup+108.202 s]
/proc/loadavg: 7.67 3.29 1.88 9/237 6512
/proc/meminfo: memFree=27944384/32770624 swapFree=66958320/67108860
[pid=6393] ppid=6390 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6393/stat : 6393 (xcsp3-exec) S 6390 6393 6317 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445832998 115843072 362 33554432000 4194304 5098028 140726957902816 140726957900920 140380805468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35532800 140726957908858 140726957909101 140726957909101 140726957912010 0
/proc/6393/statm: 28282 362 304 221 0 87 0
[pid=6395] ppid=6393 vsize=15417412 memory=1211356 CPUtime=428.97 cores=0,2,4,6
/proc/6395/stat : 6395 (java) S 6393 6393 6317 0 -1 1077944320 89181 0 0 0 42821 76 0 0 20 0 19 0 445832998 15787429888 302839 33554432000 4194304 4196468 140722117170592 140722117153136 139839177924343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
/proc/6395/statm: 3854353 302839 3524 1 0 3815453 0
[pid=6395/tid=6396] ppid=6393 vsize=15417412 memory=15815620889413968 CPUtime=1.08 cores=0,2,4,6
/proc/6395/task/6396/stat : 6396 (java) S 6393 6393 6317 0 -1 1077944384 9219 0 0 0 102 6 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839182165120 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6397] ppid=6393 vsize=15417412 memory=3804 CPUtime=0.39 cores=0,2,4,6
/proc/6395/task/6397/stat : 6397 (java) S 6393 6393 6317 0 -1 1077944384 6296 0 0 0 26 13 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839105964816 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6398] ppid=6393 vsize=15417412 memory=2300 CPUtime=0.38 cores=0,2,4,6
/proc/6395/task/6398/stat : 6398 (java) S 6393 6393 6317 0 -1 1077944384 6256 0 0 0 26 12 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839104912272 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6399] ppid=6393 vsize=15417412 memory=2300 CPUtime=0.38 cores=0,2,4,6
/proc/6395/task/6399/stat : 6399 (java) S 6393 6393 6317 0 -1 1077944384 6643 0 0 0 24 14 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839103859728 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6400] ppid=6393 vsize=15417412 memory=1408 CPUtime=0.39 cores=0,2,4,6
/proc/6395/task/6400/stat : 6400 (java) S 6393 6393 6317 0 -1 1077944384 6867 0 0 0 26 13 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838766836880 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6401] ppid=6393 vsize=15417412 memory=3200 CPUtime=0.06 cores=0,2,4,6
/proc/6395/task/6401/stat : 6401 (java) S 6393 6393 6317 0 -1 1077944384 4113 0 0 0 6 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838713722864 139839177935490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6402] ppid=6393 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6402/stat : 6402 (java) S 6393 6393 6317 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838712669152 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6403] ppid=6393 vsize=15417412 memory=180476 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6403/stat : 6403 (java) S 6393 6393 6317 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838711616512 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6404] ppid=6393 vsize=15417412 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6404/stat : 6404 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838710565072 139839177942939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6405] ppid=6393 vsize=15417412 memory=1432 CPUtime=2.23 cores=0,2,4,6
/proc/6395/task/6405/stat : 6405 (java) S 6393 6393 6317 0 -1 1077944384 14045 0 0 0 222 1 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838709512688 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6406] ppid=6393 vsize=15417412 memory=776 CPUtime=2.31 cores=0,2,4,6
/proc/6395/task/6406/stat : 6406 (java) S 6393 6393 6317 0 -1 1077944384 12778 0 0 0 229 2 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838708460144 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6407] ppid=6393 vsize=15417412 memory=1056 CPUtime=0.69 cores=0,2,4,6
/proc/6395/task/6407/stat : 6407 (java) S 6393 6393 6317 0 -1 1077944384 5961 0 0 0 68 1 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838707407600 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6408] ppid=6393 vsize=15417412 memory=10428 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6408/stat : 6408 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838706355296 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6409] ppid=6393 vsize=15417412 memory=14012 CPUtime=0.03 cores=0,2,4,6
/proc/6395/task/6409/stat : 6409 (java) S 6393 6393 6317 0 -1 1077944384 299 0 0 0 0 3 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838705301808 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6485] ppid=6393 vsize=15417412 memory=14080 CPUtime=105.23 cores=0,2,4,6
/proc/6395/task/6485/stat : 6485 (java) R 6393 6393 6317 0 -1 4202560 2193 0 0 0 10523 0 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838627928872 139838790780151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6486] ppid=6393 vsize=15417412 memory=26064 CPUtime=105.35 cores=0,2,4,6
/proc/6395/task/6486/stat : 6486 (java) R 6393 6393 6317 0 -1 4202560 5157 0 0 0 10534 1 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838626877752 139838789477376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6487] ppid=6393 vsize=15417412 memory=2120 CPUtime=105.01 cores=0,2,4,6
/proc/6395/task/6487/stat : 6487 (java) R 6393 6393 6317 0 -1 4202560 2433 0 0 0 10501 0 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838625824688 139838789255557 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6488] ppid=6393 vsize=15417412 memory=302022848351043610 CPUtime=105.31 cores=0,2,4,6
/proc/6395/task/6488/stat : 6488 (java) R 6393 6393 6317 0 -1 4202560 5580 0 0 0 10525 6 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838624772312 139838789255384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
Current children cumulated CPU time: 428.97 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1212804 KiB

[startup+108.302 s]
/proc/loadavg: 7.67 3.29 1.88 9/237 6512
/proc/meminfo: memFree=27944384/32770624 swapFree=66958320/67108860
[pid=6393] ppid=6390 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6393/stat : 6393 (xcsp3-exec) S 6390 6393 6317 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445832998 115843072 362 33554432000 4194304 5098028 140726957902816 140726957900920 140380805468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35532800 140726957908858 140726957909101 140726957909101 140726957912010 0
/proc/6393/statm: 28282 362 304 221 0 87 0
[pid=6395] ppid=6393 vsize=15417412 memory=1211356 CPUtime=429.37 cores=0,2,4,6
/proc/6395/stat : 6395 (java) S 6393 6393 6317 0 -1 1077944320 89181 0 0 0 42861 76 0 0 20 0 19 0 445832998 15787429888 302839 33554432000 4194304 4196468 140722117170592 140722117153136 139839177924343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
/proc/6395/statm: 3854353 302839 3524 1 0 3815453 0
[pid=6395/tid=6396] ppid=6393 vsize=15417412 memory=1211356 CPUtime=1.08 cores=0,2,4,6
/proc/6395/task/6396/stat : 6396 (java) S 6393 6393 6317 0 -1 1077944384 9219 0 0 0 102 6 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839182165120 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6397] ppid=6393 vsize=15417412 memory=1211356 CPUtime=0.39 cores=0,2,4,6
/proc/6395/task/6397/stat : 6397 (java) S 6393 6393 6317 0 -1 1077944384 6296 0 0 0 26 13 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839105964816 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6398] ppid=6393 vsize=15417412 memory=1211356 CPUtime=0.38 cores=0,2,4,6
/proc/6395/task/6398/stat : 6398 (java) S 6393 6393 6317 0 -1 1077944384 6256 0 0 0 26 12 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839104912272 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6399] ppid=6393 vsize=15417412 memory=1448 CPUtime=0.38 cores=0,2,4,6
/proc/6395/task/6399/stat : 6399 (java) S 6393 6393 6317 0 -1 1077944384 6643 0 0 0 24 14 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139839103859728 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6400] ppid=6393 vsize=15417412 memory=1448 CPUtime=0.39 cores=0,2,4,6
/proc/6395/task/6400/stat : 6400 (java) S 6393 6393 6317 0 -1 1077944384 6867 0 0 0 26 13 0 0 20 0 19 0 445832999 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838766836880 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6401] ppid=6393 vsize=15417412 memory=949232 CPUtime=0.06 cores=0,2,4,6
/proc/6395/task/6401/stat : 6401 (java) S 6393 6393 6317 0 -1 1077944384 4113 0 0 0 6 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838713722864 139839177935490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6402] ppid=6393 vsize=15417412 memory=1020976 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6402/stat : 6402 (java) S 6393 6393 6317 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838712669152 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6403] ppid=6393 vsize=15417412 memory=1020976 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6403/stat : 6403 (java) S 6393 6393 6317 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445833001 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838711616512 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6404] ppid=6393 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6404/stat : 6404 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838710565072 139839177942939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6405] ppid=6393 vsize=15417412 memory=1196604 CPUtime=2.23 cores=0,2,4,6
/proc/6395/task/6405/stat : 6405 (java) S 6393 6393 6317 0 -1 1077944384 14045 0 0 0 222 1 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838709512688 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6406] ppid=6393 vsize=15417412 memory=1211356 CPUtime=2.31 cores=0,2,4,6
/proc/6395/task/6406/stat : 6406 (java) S 6393 6393 6317 0 -1 1077944384 12778 0 0 0 229 2 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838708460144 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6407] ppid=6393 vsize=15417412 memory=1432 CPUtime=0.69 cores=0,2,4,6
/proc/6395/task/6407/stat : 6407 (java) S 6393 6393 6317 0 -1 1077944384 5961 0 0 0 68 1 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838707407600 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6408] ppid=6393 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6395/task/6408/stat : 6408 (java) S 6393 6393 6317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838706355296 139839177934549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6409] ppid=6393 vsize=15417412 memory=1448 CPUtime=0.03 cores=0,2,4,6
/proc/6395/task/6409/stat : 6409 (java) S 6393 6393 6317 0 -1 1077944384 299 0 0 0 0 3 0 0 20 0 19 0 445833004 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838705301808 139839177935490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6485] ppid=6393 vsize=15417412 memory=712 CPUtime=105.33 cores=0,2,4,6
/proc/6395/task/6485/stat : 6485 (java) R 6393 6393 6317 0 -1 4202560 2193 0 0 0 10533 0 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838627928872 139838789255082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6486] ppid=6393 vsize=15417412 memory=2832 CPUtime=105.45 cores=0,2,4,6
/proc/6395/task/6486/stat : 6486 (java) R 6393 6393 6317 0 -1 4202560 5157 0 0 0 10544 1 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838626877752 139838791247643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6487] ppid=6393 vsize=15417412 memory=280743893437032 CPUtime=105.11 cores=0,2,4,6
/proc/6395/task/6487/stat : 6487 (java) R 6393 6393 6317 0 -1 4202560 2433 0 0 0 10511 0 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838625824688 139838789849173 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
[pid=6395/tid=6488] ppid=6393 vsize=15417412 memory=-4695052241013923951 CPUtime=105.41 cores=0,2,4,6
/proc/6395/task/6488/stat : 6488 (java) R 6393 6393 6317 0 -1 4202560 5580 0 0 0 10535 6 0 0 20 0 19 0 445833121 15787429888 302839 33554432000 4194304 4196468 140722117170592 139838624772312 139838789436612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140722117178351 140722117178522 140722117178522 140722117181391 0
Current children cumulated CPU time: 429.37 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1212804 KiB

Child status: 0
Real time (s): 108.367
CPU time (s): 429.555
CPU user time (s): 428.774
CPU system time (s): 0.78131
CPU usage (%): 396.39
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 1212804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 428.774
system time used= 0.78131
maximum resident set size= 1211488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5565
involuntary context switches= 7467


# summary of solver processes directly reported to runsolver:
#   pid: 6393
#   total CPU time (s): 429.555
#   total CPU user time (s): 428.774
#   total CPU system time (s): 0.78131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.707704 second user time and 1.22563 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 07:42:03
IDJOB=4398918
IDBENCH=135702
IDSOLVER=2853
FILE ID=node145/4398918-1568698965
RUNJOBID= node145-1568698923-6348
PBS_JOBID= 21703820
Free space on /tmp= 59508 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-715_X2.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398918-1568698965/watcher-4398918-1568698965 -o /tmp/evaluation-result-4398918-1568698965/solver-4398918-1568698965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568698923-6348 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1256356789 HOME/instance-4398918-1568698965.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0286d8cb8f351d75271acd0c64dfc747
RANDOM SEED=1256356789

node145.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.59
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.59
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.59
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.59
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:        29300640 kB
MemAvailable:   31838564 kB
Buffers:          187340 kB
Cached:          2641276 kB
SwapCached:        41072 kB
Active:          1419052 kB
Inactive:        1465804 kB
Active(anon):      18744 kB
Inactive(anon):    86528 kB
Active(file):    1400308 kB
Inactive(file):  1379276 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958320 kB
Dirty:             51928 kB
Writeback:             0 kB
AnonPages:        118652 kB
Mapped:            55512 kB
Shmem:             40616 kB
Slab:             177012 kB
SReclaimable:     148348 kB
SUnreclaim:        28664 kB
KernelStack:        3392 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1494676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59480 MiB
End job on node145 at 2019-09-17 07:43:52