Trace number 4407228

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelOPT14 97.5524 13.0271

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1433
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407228-1569346887.xml"  -tl '2016s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4407228-1569346887.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.04/0.59	c solve instance...
1.41/0.67	o 31 
1.41/0.68	o 25 
1.41/0.69	o 23 
1.98/0.70	o 22 
1.98/0.71	o 21 
1.98/0.71	o 19 
2.75/0.84	o 18 
2.75/0.88	o 16 
3.50/0.91	o 15 
7.30/1.41	o 14 
97.47/13.01	s OPTIMUM FOUND
97.47/13.01	v <instantiation>
97.47/13.01	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] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8] </list>
97.47/13.01	v 	<values>8 2 0 10 15 13 9 12 14 3 6 5 1 4 11 7 0 0 1 0 0 1 0 2 1 1 0 0 1 1 0 0 0 1 1 2 0 </values>
97.47/13.01	v </instantiation>

Verifier Data

OK	14

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 (13087 MiB free)
  memory of node 1: 16384 MiB (11558 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407228-1569346887/watcher-4407228-1569346887 -o /tmp/evaluation-result-4407228-1569346887/solver-4407228-1569346887 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569335936-736 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1515817887 HOME/instance-4407228-1569346887.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=2894, runsolver pid=2891
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 8.05 8.11 8.18 2/211 2915
/proc/meminfo: memFree=25220976/32770624 swapFree=66936696/67108860
[pid=2894] ppid=2891 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2894/stat : 2894 (xcsp3-exec) S 2891 2894 709 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510626527 115843072 362 33554432000 4194304 5098028 140734928499344 140734928497448 140615512560252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12615680 140734928507771 140734928508014 140734928508014 140734928510922 0
/proc/2894/statm: 28282 362 304 221 0 87 0
[pid=2896] ppid=2894 vsize=28227396 memory=28932 CPUtime=0.11 cores=0-7
/proc/2896/stat : 2896 (java) S 2894 2894 709 0 -1 1077944320 5710 0 0 0 10 1 0 0 20 0 20 0 510626528 28904853504 7233 33554432000 4194304 4196468 140732184955536 140732184938080 140610073321207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
/proc/2896/statm: 7056849 7233 3118 1 0 7019032 0
[pid=2896/tid=2897] ppid=2894 vsize=28227396 memory=-2177352373413752899 CPUtime=0.09 cores=0-7
/proc/2896/task/2897/stat : 2897 (java) R 2894 2894 709 0 -1 4202560 3623 0 0 0 8 1 0 0 20 0 20 0 510626528 28904853504 7233 33554432000 4194304 4196468 140732184955536 140610077555744 140609662823706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2898] ppid=2894 vsize=28227396 memory=732370753963400165 CPUtime=0 cores=0-7
/proc/2896/task/2898/stat : 2898 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609993174160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2899] ppid=2894 vsize=28227396 memory=140615625946752 CPUtime=0 cores=0-7
/proc/2896/task/2899/stat : 2899 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609992121360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2900] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2900/stat : 2900 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609991068560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2901] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2901/stat : 2901 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609990015760 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2902] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2902/stat : 2902 (java) S 2894 2894 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609988962960 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2903] ppid=2894 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2896/task/2903/stat : 2903 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609987910160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2904] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2904/stat : 2904 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609986857360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2905] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2905/stat : 2905 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609985804560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2906] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2906/stat : 2906 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626530 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609457331056 140610073332354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2907] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2907/stat : 2907 (java) S 2894 2894 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510626531 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609456277024 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2908] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2908/stat : 2908 (java) S 2894 2894 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510626531 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609455224176 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2909] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2909/stat : 2909 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626533 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609454172496 140610073339803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2910] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2910/stat : 2910 (java) R 2894 2894 709 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 510626533 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609453119856 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2911] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2911/stat : 2911 (java) S 2894 2894 709 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 510626533 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609452067056 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2912] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2912/stat : 2912 (java) S 2894 2894 709 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 510626533 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609451014256 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2913] ppid=2894 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2913/stat : 2913 (java) R 2894 2894 709 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 20 0 510626534 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609449961456 140610073333142 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2914] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2914/stat : 2914 (java) S 2894 2894 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510626534 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609448909920 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2915] ppid=2894 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2896/task/2915/stat : 2915 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626534 28904853504 7233 33554432000 4194304 4196468 140732184955536 140609447857200 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30380 KiB

[startup+0.210013 s]*
/proc/loadavg: 8.05 8.11 8.18 2/211 2915
/proc/meminfo: memFree=25207656/32770624 swapFree=66936696/67108860
[pid=2894] ppid=2891 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2894/stat : 2894 (xcsp3-exec) S 2891 2894 709 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510626527 115843072 362 33554432000 4194304 5098028 140734928499344 140734928497448 140615512560252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12615680 140734928507771 140734928508014 140734928508014 140734928510922 0
/proc/2894/statm: 28282 362 304 221 0 87 0
[pid=2896] ppid=2894 vsize=28227396 memory=40816 CPUtime=0.33 cores=0-7
/proc/2896/stat : 2896 (java) S 2894 2894 709 0 -1 1077944320 9488 0 0 0 29 4 0 0 20 0 20 0 510626528 28904853504 10204 33554432000 4194304 4196468 140732184955536 140732184938080 140610073321207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
/proc/2896/statm: 7056849 10204 3268 1 0 7019032 0
[pid=2896/tid=2897] ppid=2894 vsize=28227396 memory=0 CPUtime=0.19 cores=0-7
/proc/2896/task/2897/stat : 2897 (java) R 2894 2894 709 0 -1 4202560 6643 0 0 0 17 2 0 0 20 0 20 0 510626528 28904853504 10204 33554432000 4194304 4196468 140732184955536 140610077550928 140610073343133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2898] ppid=2894 vsize=28227396 memory=732370753963400165 CPUtime=0 cores=0-7
/proc/2896/task/2898/stat : 2898 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609993174160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2899] ppid=2894 vsize=28227396 memory=140615625946752 CPUtime=0 cores=0-7
/proc/2896/task/2899/stat : 2899 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609992121360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2900] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2900/stat : 2900 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609991068560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2901] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2901/stat : 2901 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609990015760 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2902] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2902/stat : 2902 (java) S 2894 2894 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609988962960 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2903] ppid=2894 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2896/task/2903/stat : 2903 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609987910160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2904] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2904/stat : 2904 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609986857360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2905] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2905/stat : 2905 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609985804560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2906] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2906/stat : 2906 (java) S 2894 2894 709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510626530 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609457331056 140610073332354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2907] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2907/stat : 2907 (java) S 2894 2894 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510626531 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609456277024 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2908] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2908/stat : 2908 (java) S 2894 2894 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510626531 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609455224176 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2909] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2909/stat : 2909 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626533 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609454172496 140610073339803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2910] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2910/stat : 2910 (java) S 2894 2894 709 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 20 0 510626533 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609453119856 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2911] ppid=2894 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/2896/task/2911/stat : 2911 (java) S 2894 2894 709 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 20 0 510626533 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609452067056 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2912] ppid=2894 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2912/stat : 2912 (java) R 2894 2894 709 0 -1 1077944384 181 0 0 0 1 0 0 0 20 0 20 0 510626533 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609451014256 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2913] ppid=2894 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/2896/task/2913/stat : 2913 (java) S 2894 2894 709 0 -1 1077944384 762 0 0 0 7 0 0 0 20 0 20 0 510626534 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609449961456 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2914] ppid=2894 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2914/stat : 2914 (java) S 2894 2894 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510626534 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609448909920 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2915] ppid=2894 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2896/task/2915/stat : 2915 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626534 28904853504 10204 33554432000 4194304 4196468 140732184955536 140609447857200 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42264 KiB

[startup+0.309484 s]*
/proc/loadavg: 8.05 8.11 8.18 4/211 2915
/proc/meminfo: memFree=25199736/32770624 swapFree=66936696/67108860
[pid=2894] ppid=2891 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2894/stat : 2894 (xcsp3-exec) S 2891 2894 709 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510626527 115843072 362 33554432000 4194304 5098028 140734928499344 140734928497448 140615512560252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12615680 140734928507771 140734928508014 140734928508014 140734928510922 0
/proc/2894/statm: 28282 362 304 221 0 87 0
[pid=2896] ppid=2894 vsize=28231652 memory=50108 CPUtime=0.51 cores=0-7
/proc/2896/stat : 2896 (java) S 2894 2894 709 0 -1 1077944320 10862 0 0 0 47 4 0 0 20 0 20 0 510626528 28909211648 12527 33554432000 4194304 4196468 140732184955536 140732184938080 140610073321207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
/proc/2896/statm: 7057913 12527 3369 1 0 7019032 0
[pid=2896/tid=2897] ppid=2894 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/2896/task/2897/stat : 2897 (java) R 2894 2894 709 0 -1 4202560 7759 0 0 0 27 2 0 0 20 0 20 0 510626528 28909211648 12527 33554432000 4194304 4196468 140732184955536 140610077551680 140610057401724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2898] ppid=2894 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2898/stat : 2898 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626529 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609993174160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2899] ppid=2894 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2899/stat : 2899 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609992121360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2900] ppid=2894 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2900/stat : 2900 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609991068560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2901] ppid=2894 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2901/stat : 2901 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626529 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609990015760 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2902] ppid=2894 vsize=28231652 memory=67 CPUtime=0 cores=0-7
/proc/2896/task/2902/stat : 2902 (java) S 2894 2894 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510626529 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609988962960 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2903] ppid=2894 vsize=28231652 memory=35 CPUtime=0 cores=0-7
/proc/2896/task/2903/stat : 2903 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609987910160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2904] ppid=2894 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/2896/task/2904/stat : 2904 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609986857360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2905] ppid=2894 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/2896/task/2905/stat : 2905 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510626529 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609985804560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2906] ppid=2894 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2906/stat : 2906 (java) S 2894 2894 709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510626530 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609457331056 140610073332354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2907] ppid=2894 vsize=28231652 memory=140615484545007 CPUtime=0 cores=0-7
/proc/2896/task/2907/stat : 2907 (java) S 2894 2894 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510626531 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609456277024 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2908] ppid=2894 vsize=28231652 memory=281230969087696 CPUtime=0 cores=0-7
/proc/2896/task/2908/stat : 2908 (java) S 2894 2894 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510626531 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609455224176 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2909] ppid=2894 vsize=28231652 memory=281230969094608 CPUtime=0 cores=0-7
/proc/2896/task/2909/stat : 2909 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626533 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609454172496 140610073339803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2910] ppid=2894 vsize=28231652 memory=281230969035856 CPUtime=0.01 cores=0-7
/proc/2896/task/2910/stat : 2910 (java) R 2894 2894 709 0 -1 4202560 462 0 0 0 1 0 0 0 20 0 20 0 510626533 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609453119856 140610056876534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2911] ppid=2894 vsize=28231652 memory=281230969108432 CPUtime=0.03 cores=0-7
/proc/2896/task/2911/stat : 2911 (java) S 2894 2894 709 0 -1 1077944384 266 0 0 0 3 0 0 0 20 0 20 0 510626533 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609452067056 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2912] ppid=2894 vsize=28231652 memory=281230969115344 CPUtime=0.02 cores=0-7
/proc/2896/task/2912/stat : 2912 (java) S 2894 2894 709 0 -1 1077944384 212 0 0 0 2 0 0 0 20 0 20 0 510626533 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609451014256 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2913] ppid=2894 vsize=28231652 memory=281230969113040 CPUtime=0.12 cores=0-7
/proc/2896/task/2913/stat : 2913 (java) S 2894 2894 709 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 20 0 510626534 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609449961456 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2914] ppid=2894 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2914/stat : 2914 (java) S 2894 2894 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510626534 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609448909920 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2915] ppid=2894 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/2896/task/2915/stat : 2915 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510626534 28909211648 12527 33554432000 4194304 4196468 140732184955536 140609447857200 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51556 KiB

[startup+0.700924 s]
/proc/loadavg: 8.05 8.11 8.18 4/212 2917
/proc/meminfo: memFree=25183400/32770624 swapFree=66936696/67108860
[pid=2894] ppid=2891 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2894/stat : 2894 (xcsp3-exec) S 2891 2894 709 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510626527 115843072 362 33554432000 4194304 5098028 140734928499344 140734928497448 140615512560252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12615680 140734928507771 140734928508014 140734928508014 140734928510922 0
/proc/2894/statm: 28282 362 304 221 0 87 0
[pid=2896] ppid=2894 vsize=28766288 memory=145816 CPUtime=1.98 cores=0-7
/proc/2896/stat : 2896 (java) S 2894 2894 709 0 -1 1077944320 15816 0 0 0 190 8 0 0 20 0 28 0 510626528 29456678912 36454 33554432000 4194304 4196468 140732184955536 140732184938080 140610073321207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
/proc/2896/statm: 7191572 36454 3460 1 0 7152672 0
[pid=2896/tid=2897] ppid=2894 vsize=28766288 memory=0 CPUtime=0.59 cores=0-7
/proc/2896/task/2897/stat : 2897 (java) S 2894 2894 709 0 -1 1077944384 9143 0 0 0 55 4 0 0 20 0 28 0 510626528 29456678912 36454 33554432000 4194304 4196468 140732184955536 140610077561984 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2898] ppid=2894 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2898/stat : 2898 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510626529 29456678912 36454 33554432000 4194304 4196468 140732184955536 140609993174160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2899] ppid=2894 vsize=28766288 memory=32 CPUtime=0 cores=0-7
/proc/2896/task/2899/stat : 2899 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510626529 29456678912 36454 33554432000 4194304 4196468 140732184955536 140609992121360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2900] ppid=2894 vsize=28766288 memory=281230968881392 CPUtime=0 cores=0-7
/proc/2896/task/2900/stat : 2900 (java) S 2894 2894 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510626529 29456678912 36454 33554432000 4194304 4196468 140732184955536 140609991068560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0

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

[pid=2896/tid=2999] ppid=2894 vsize=28769364 memory=153042569664160 CPUtime=10.78 cores=0-7
/proc/2896/task/2999/stat : 2999 (java) R 2894 2894 709 0 -1 4202560 242 0 0 0 1078 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609366858752 140609669503671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3000] ppid=2894 vsize=28769364 memory=153042569664161 CPUtime=10.4 cores=0-7
/proc/2896/task/3000/stat : 3000 (java) R 2894 2894 709 0 -1 4202560 301 0 0 0 1040 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609365803704 140609667493207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3001] ppid=2894 vsize=28769364 memory=153042569664162 CPUtime=10.43 cores=0-7
/proc/2896/task/3001/stat : 3001 (java) R 2894 2894 709 0 -1 4202560 470 0 0 0 1042 1 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609363697816 140609668439970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3002] ppid=2894 vsize=28769364 memory=0 CPUtime=10.54 cores=0-7
/proc/2896/task/3002/stat : 3002 (java) R 2894 2894 709 0 -1 4202560 412 0 0 0 1054 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609367908216 140609667493509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3003] ppid=2894 vsize=28769364 memory=-7605864313038421144 CPUtime=10.38 cores=0-7
/proc/2896/task/3003/stat : 3003 (java) R 2894 2894 709 0 -1 4202560 192 0 0 0 1038 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609371066104 140609667685496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3004] ppid=2894 vsize=28769364 memory=0 CPUtime=10.47 cores=0-7
/proc/2896/task/3004/stat : 3004 (java) R 2894 2894 709 0 -1 4202560 255 0 0 0 1047 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609370013864 140609669728231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3005] ppid=2894 vsize=28769364 memory=0 CPUtime=10.32 cores=0-7
/proc/2896/task/3005/stat : 3005 (java) R 2894 2894 709 0 -1 4202560 319 0 0 0 1032 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609362645176 140609667493348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
Current children cumulated CPU time: 95.02 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 230536 KiB

[startup+13.0271 s]
# the end of solver process 2894 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=97.3278 s, system=0.224605 s

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

[startup+12.8021 s]
/proc/loadavg: 8.31 8.16 8.20 9/219 3005
/proc/meminfo: memFree=25019700/32770624 swapFree=66936696/67108860
[pid=2894] ppid=2891 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2894/stat : 2894 (xcsp3-exec) S 2891 2894 709 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510626527 115843072 362 33554432000 4194304 5098028 140734928499344 140734928497448 140615512560252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12615680 140734928507771 140734928508014 140734928508014 140734928510922 0
/proc/2894/statm: 28282 362 304 221 0 87 0
[pid=2896] ppid=2894 vsize=28769364 memory=229088 CPUtime=95.82 cores=0-7
/proc/2896/stat : 2896 (java) S 2894 2894 709 0 -1 1077944320 45281 0 0 0 9561 21 0 0 20 0 28 0 510626528 29459828736 57272 33554432000 4194304 4196468 140732184955536 140732184938080 140610073321207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
/proc/2896/statm: 7192341 57272 3518 1 0 7153441 0
[pid=2896/tid=2897] ppid=2894 vsize=28769364 memory=0 CPUtime=0.59 cores=0-7
/proc/2896/task/2897/stat : 2897 (java) S 2894 2894 709 0 -1 1077944384 9144 0 0 0 55 4 0 0 20 0 28 0 510626528 29459828736 57272 33554432000 4194304 4196468 140732184955536 140610077561984 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2898] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2898/stat : 2898 (java) S 2894 2894 709 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609993174160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2899] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2899/stat : 2899 (java) S 2894 2894 709 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609992121360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2900] ppid=2894 vsize=28769364 memory=288230604660466584 CPUtime=0.01 cores=0-7
/proc/2896/task/2900/stat : 2900 (java) S 2894 2894 709 0 -1 1077944384 119 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609991068560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2901] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2901/stat : 2901 (java) S 2894 2894 709 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609990015760 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2902] ppid=2894 vsize=28769364 memory=140615485375312 CPUtime=0.01 cores=0-7
/proc/2896/task/2902/stat : 2902 (java) S 2894 2894 709 0 -1 1077944384 700 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609988962960 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2903] ppid=2894 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2903/stat : 2903 (java) S 2894 2894 709 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609987910160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2904] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2904/stat : 2904 (java) S 2894 2894 709 0 -1 1077944384 128 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609986857360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2905] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2905/stat : 2905 (java) S 2894 2894 709 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609985804560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2906] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2906/stat : 2906 (java) S 2894 2894 709 0 -1 1077944384 647 0 0 0 1 0 0 0 20 0 28 0 510626530 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609457331056 140610073332354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2907] ppid=2894 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2907/stat : 2907 (java) S 2894 2894 709 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 510626531 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609456277088 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2908] ppid=2894 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2908/stat : 2908 (java) S 2894 2894 709 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 28 0 510626531 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609455224192 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2909] ppid=2894 vsize=28769364 memory=5185 CPUtime=0 cores=0-7
/proc/2896/task/2909/stat : 2909 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510626533 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609454172496 140610073339803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2910] ppid=2894 vsize=28769364 memory=1213 CPUtime=2.01 cores=0-7
/proc/2896/task/2910/stat : 2910 (java) S 2894 2894 709 0 -1 1077944384 9310 0 0 0 200 1 0 0 20 0 28 0 510626533 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609453119856 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2911] ppid=2894 vsize=28769364 memory=749 CPUtime=1.74 cores=0-7
/proc/2896/task/2911/stat : 2911 (java) S 2894 2894 709 0 -1 1077944384 5937 0 0 0 173 1 0 0 20 0 28 0 510626533 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609452067056 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2912] ppid=2894 vsize=28769364 memory=0 CPUtime=1.72 cores=0-7
/proc/2896/task/2912/stat : 2912 (java) S 2894 2894 709 0 -1 1077944384 6523 0 0 0 170 2 0 0 20 0 28 0 510626533 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609451014256 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2913] ppid=2894 vsize=28769364 memory=18946 CPUtime=0.66 cores=0-7
/proc/2896/task/2913/stat : 2913 (java) S 2894 2894 709 0 -1 1077944384 5184 0 0 0 65 1 0 0 20 0 28 0 510626534 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609449961456 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2914] ppid=2894 vsize=28769364 memory=1658 CPUtime=0 cores=0-7
/proc/2896/task/2914/stat : 2914 (java) S 2894 2894 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510626534 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609448909920 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2915] ppid=2894 vsize=28769364 memory=17 CPUtime=0 cores=0-7
/proc/2896/task/2915/stat : 2915 (java) S 2894 2894 709 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 28 0 510626534 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609447857200 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2998] ppid=2894 vsize=28769364 memory=181 CPUtime=10.51 cores=0-7
/proc/2896/task/2998/stat : 2998 (java) R 2894 2894 709 0 -1 4202560 804 0 0 0 1051 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609368960088 140609667683503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2999] ppid=2894 vsize=28769364 memory=370 CPUtime=10.89 cores=0-7
/proc/2896/task/2999/stat : 2999 (java) R 2894 2894 709 0 -1 4202560 242 0 0 0 1089 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609366858752 140609668397942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3000] ppid=2894 vsize=28769364 memory=2511 CPUtime=10.5 cores=0-7
/proc/2896/task/3000/stat : 3000 (java) R 2894 2894 709 0 -1 4202560 301 0 0 0 1050 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609365803704 140609667493370 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3001] ppid=2894 vsize=28769364 memory=229088 CPUtime=10.53 cores=0-7
/proc/2896/task/3001/stat : 3001 (java) R 2894 2894 709 0 -1 4202560 470 0 0 0 1052 1 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609363697816 140609669071907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3002] ppid=2894 vsize=28769364 memory=228820 CPUtime=10.64 cores=0-7
/proc/2896/task/3002/stat : 3002 (java) R 2894 2894 709 0 -1 4202560 412 0 0 0 1064 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609367908216 140609667493654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3003] ppid=2894 vsize=28769364 memory=281230969552480 CPUtime=10.48 cores=0-7
/proc/2896/task/3003/stat : 3003 (java) R 2894 2894 709 0 -1 4202560 192 0 0 0 1048 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609371066104 140609669875666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3004] ppid=2894 vsize=28769364 memory=7302697169552238189 CPUtime=10.57 cores=0-7
/proc/2896/task/3004/stat : 3004 (java) R 2894 2894 709 0 -1 4202560 255 0 0 0 1057 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609370013864 140609668320840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3005] ppid=2894 vsize=28769364 memory=7882803910952708454 CPUtime=10.42 cores=0-7
/proc/2896/task/3005/stat : 3005 (java) R 2894 2894 709 0 -1 4202560 319 0 0 0 1042 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609362645176 140609667685227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
Current children cumulated CPU time: 95.82 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 230536 KiB

[startup+13.0011 s]*
/proc/loadavg: 8.31 8.16 8.20 9/219 3005
/proc/meminfo: memFree=25020048/32770624 swapFree=66936696/67108860
[pid=2894] ppid=2891 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2894/stat : 2894 (xcsp3-exec) S 2891 2894 709 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510626527 115843072 362 33554432000 4194304 5098028 140734928499344 140734928497448 140615512560252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12615680 140734928507771 140734928508014 140734928508014 140734928510922 0
/proc/2894/statm: 28282 362 304 221 0 87 0
[pid=2896] ppid=2894 vsize=28769364 memory=229088 CPUtime=97.47 cores=0-7
/proc/2896/stat : 2896 (java) S 2894 2894 709 0 -1 1077944320 45304 0 0 0 9726 21 0 0 20 0 28 0 510626528 29459828736 57272 33554432000 4194304 4196468 140732184955536 140732184938080 140610073321207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
/proc/2896/statm: 7192341 57272 3518 1 0 7153441 0
[pid=2896/tid=2897] ppid=2894 vsize=28769364 memory=1398722017469774279 CPUtime=0.59 cores=0-7
/proc/2896/task/2897/stat : 2897 (java) S 2894 2894 709 0 -1 1077944384 9144 0 0 0 55 4 0 0 20 0 28 0 510626528 29459828736 57272 33554432000 4194304 4196468 140732184955536 140610077561984 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2898] ppid=2894 vsize=28769364 memory=-7003737579269690708 CPUtime=0.01 cores=0-7
/proc/2896/task/2898/stat : 2898 (java) S 2894 2894 709 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609993174160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2899] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2899/stat : 2899 (java) S 2894 2894 709 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609992121360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2900] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2900/stat : 2900 (java) S 2894 2894 709 0 -1 1077944384 119 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609991068560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2901] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2901/stat : 2901 (java) S 2894 2894 709 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609990015760 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2902] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2902/stat : 2902 (java) S 2894 2894 709 0 -1 1077944384 700 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609988962960 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2903] ppid=2894 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/2896/task/2903/stat : 2903 (java) S 2894 2894 709 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609987910160 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2904] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2904/stat : 2904 (java) S 2894 2894 709 0 -1 1077944384 128 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609986857360 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2905] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2905/stat : 2905 (java) S 2894 2894 709 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 28 0 510626529 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609985804560 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2906] ppid=2894 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/2896/task/2906/stat : 2906 (java) S 2894 2894 709 0 -1 1077944384 647 0 0 0 1 0 0 0 20 0 28 0 510626530 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609457331056 140610073332354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2907] ppid=2894 vsize=28769364 memory=27 CPUtime=0 cores=0-7
/proc/2896/task/2907/stat : 2907 (java) S 2894 2894 709 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 510626531 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609456277088 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2908] ppid=2894 vsize=28769364 memory=3616 CPUtime=0 cores=0-7
/proc/2896/task/2908/stat : 2908 (java) S 2894 2894 709 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 28 0 510626531 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609455224192 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2909] ppid=2894 vsize=28769364 memory=51592 CPUtime=0 cores=0-7
/proc/2896/task/2909/stat : 2909 (java) S 2894 2894 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510626533 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609454172496 140610073339803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2910] ppid=2894 vsize=28769364 memory=988 CPUtime=2.01 cores=0-7
/proc/2896/task/2910/stat : 2910 (java) S 2894 2894 709 0 -1 1077944384 9310 0 0 0 200 1 0 0 20 0 28 0 510626533 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609453119856 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2911] ppid=2894 vsize=28769364 memory=2012 CPUtime=1.75 cores=0-7
/proc/2896/task/2911/stat : 2911 (java) S 2894 2894 709 0 -1 1077944384 5949 0 0 0 174 1 0 0 20 0 28 0 510626533 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609452067056 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2912] ppid=2894 vsize=28769364 memory=1424 CPUtime=1.72 cores=0-7
/proc/2896/task/2912/stat : 2912 (java) S 2894 2894 709 0 -1 1077944384 6523 0 0 0 170 2 0 0 20 0 28 0 510626533 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609451014256 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2913] ppid=2894 vsize=28769364 memory=1704 CPUtime=0.66 cores=0-7
/proc/2896/task/2913/stat : 2913 (java) S 2894 2894 709 0 -1 1077944384 5193 0 0 0 65 1 0 0 20 0 28 0 510626534 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609449961456 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2914] ppid=2894 vsize=28769364 memory=6184 CPUtime=0 cores=0-7
/proc/2896/task/2914/stat : 2914 (java) S 2894 2894 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510626534 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609448909920 140610073331413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2915] ppid=2894 vsize=28769364 memory=768 CPUtime=0 cores=0-7
/proc/2896/task/2915/stat : 2915 (java) S 2894 2894 709 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 28 0 510626534 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609447857200 140610073332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2998] ppid=2894 vsize=28769364 memory=780 CPUtime=10.72 cores=0-7
/proc/2896/task/2998/stat : 2998 (java) R 2894 2894 709 0 -1 4202560 805 0 0 0 1072 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609368960088 140609669199900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=2999] ppid=2894 vsize=28769364 memory=1056 CPUtime=11.09 cores=0-7
/proc/2896/task/2999/stat : 2999 (java) R 2894 2894 709 0 -1 4202560 242 0 0 0 1109 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609366858752 140609668535233 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3000] ppid=2894 vsize=28769364 memory=8112282956445269571 CPUtime=10.7 cores=0-7
/proc/2896/task/3000/stat : 3000 (java) R 2894 2894 709 0 -1 4202560 302 0 0 0 1070 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609365803608 140609668303331 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3001] ppid=2894 vsize=28769364 memory=3608 CPUtime=10.74 cores=0-7
/proc/2896/task/3001/stat : 3001 (java) R 2894 2894 709 0 -1 4202560 470 0 0 0 1073 1 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609363697816 140609669979908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3002] ppid=2894 vsize=28769364 memory=2828 CPUtime=10.85 cores=0-7
/proc/2896/task/3002/stat : 3002 (java) R 2894 2894 709 0 -1 4202560 412 0 0 0 1085 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609367908216 140609667685496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3003] ppid=2894 vsize=28769364 memory=1448 CPUtime=10.69 cores=0-7
/proc/2896/task/3003/stat : 3003 (java) R 2894 2894 709 0 -1 4202560 192 0 0 0 1069 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609371066104 140609669306270 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3004] ppid=2894 vsize=28769364 memory=140615484483505 CPUtime=10.78 cores=0-7
/proc/2896/task/3004/stat : 3004 (java) R 2894 2894 709 0 -1 4202560 255 0 0 0 1078 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609370013864 140609667493011 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
[pid=2896/tid=3005] ppid=2894 vsize=28769364 memory=44193 CPUtime=10.63 cores=0-7
/proc/2896/task/3005/stat : 3005 (java) R 2894 2894 709 0 -1 4202560 319 0 0 0 1063 0 0 0 20 0 28 0 510626669 29459828736 57272 33554432000 4194304 4196468 140732184955536 140609362645176 140610054160693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732184962032 140732184962203 140732184962203 140732184965071 0
Current children cumulated CPU time: 97.47 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 230536 KiB

Child status: 0
Real time (s): 13.0271
CPU time (s): 97.5524
CPU user time (s): 97.3278
CPU system time (s): 0.224605
CPU usage (%): 748.839
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 235384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.3278
system time used= 0.224605
maximum resident set size= 233940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5156
involuntary context switches= 2040


# summary of solver processes directly reported to runsolver:
#   pid: 2894
#   total CPU time (s): 97.5524
#   total CPU user time (s): 97.3278
#   total CPU system time (s): 0.224605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.128075 second user time and 0.18999 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-24 19:40:45
IDJOB=4407228
IDBENCH=123101
IDSOLVER=2872
FILE ID=node141/4407228-1569346887
RUNJOBID= node141-1569335936-736
PBS_JOBID= 21705053
Free space on /tmp= 22932 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.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-4407228-1569346887/watcher-4407228-1569346887 -o /tmp/evaluation-result-4407228-1569346887/solver-4407228-1569346887 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569335936-736 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1515817887 HOME/instance-4407228-1569346887.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=1515817887

node141.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
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:        25237932 kB
MemAvailable:   31808676 kB
Buffers:           99340 kB
Cached:          6749068 kB
SwapCached:        62132 kB
Active:          3390392 kB
Inactive:        3525828 kB
Active(anon):       3696 kB
Inactive(anon):   117264 kB
Active(file):    3386696 kB
Inactive(file):  3408564 kB
Unevictable:      107708 kB
Mlocked:          107708 kB
SwapTotal:      67108860 kB
SwapFree:       66936696 kB
Dirty:             26192 kB
Writeback:             0 kB
AnonPages:        189048 kB
Mapped:            54668 kB
Shmem:             44656 kB
Slab:             211256 kB
SReclaimable:     182640 kB
SUnreclaim:        28616 kB
KernelStack:        3712 kB
PageTables:         5984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22904 MiB
End job on node141 at 2019-09-24 19:40:58