Trace number 4403676

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-20OPT85 737.79 185.839

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark115.403
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403676-1568992381.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403676-1568992381.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.04/0.52	c solve instance...
1.04/0.58	o 203 
1.04/0.59	o 183 
1.04/0.60	o 170 
1.36/0.61	o 147 
1.36/0.61	o 141 
1.36/0.61	o 137 
1.36/0.62	o 136 
1.36/0.65	o 135 
1.36/0.65	o 132 
1.70/0.70	o 129 
1.70/0.73	o 119 
1.70/0.76	o 117 
1.70/0.78	o 114 
1.70/0.80	o 108 
2.05/0.80	o 104 
2.05/0.83	o 101 
2.87/1.05	o 99 
2.87/1.10	o 98 
4.40/1.41	o 91 
4.40/1.45	o 87 
4.77/1.58	o 85 
737.66/185.83	s OPTIMUM FOUND
737.66/185.83	v <instantiation>
737.66/185.83	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
737.66/185.83	v 	<values>1 3 7 8 9 13 11 10 14 12 6 5 0 4 2 1 8 1 4 8 2 6 13 5 11 4 5 10 1 6 </values>
737.66/185.83	v </instantiation>

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403676-1568992381/watcher-4403676-1568992381 -o /tmp/evaluation-result-4403676-1568992381/solver-4403676-1568992381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30878 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1406882422 HOME/instance-4403676-1568992381.xml 

running on 4 cores: 1,3,5,7

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=4869, runsolver pid=4866
Current StackSize limit: 8192 KiB


[startup+0.100083 s]*
/proc/loadavg: 8.57 8.77 8.59 8/231 4885
/proc/meminfo: memFree=14714280/32770624 swapFree=66938964/67108860
[pid=4869] ppid=4866 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4869/stat : 4869 (xcsp3-exec) S 4866 4869 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475507750 115843072 362 33554432000 4194304 5098028 140726494868016 140726494866120 139933781635708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25370624 140726494872442 140726494872685 140726494872685 140726494875594 0
/proc/4869/statm: 28282 362 304 221 0 87 0
[pid=4871] ppid=4869 vsize=15144776 memory=28868 CPUtime=0.13 cores=1,3,5,7
/proc/4871/stat : 4871 (java) S 4869 4869 30846 0 -1 1077944320 5655 0 0 0 12 1 0 0 20 0 15 0 475507750 15508250624 7217 33554432000 4194304 4196468 140726463416672 140726463399216 140442355031799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
/proc/4871/statm: 3786194 7217 3120 1 0 3748377 0
[pid=4871/tid=4872] ppid=4869 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/4871/task/4872/stat : 4872 (java) R 4869 4869 30846 0 -1 4202560 3581 0 0 0 9 0 0 0 20 0 15 0 475507750 15508250624 7283 33554432000 4194304 4196468 140726463416672 140442359257632 140442347268926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4873] ppid=4869 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4873/stat : 4873 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15508250624 7283 33554432000 4194304 4196468 140726463416672 140442283071760 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4874] ppid=4869 vsize=15144776 memory=139819598579328 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4874/stat : 4874 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15508250624 7283 33554432000 4194304 4196468 140726463416672 140442282019216 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4875] ppid=4869 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4875/stat : 4875 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15508250624 7283 33554432000 4194304 4196468 140726463416672 140442280966672 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4876] ppid=4869 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4876/stat : 4876 (java) S 4869 4869 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475507751 15508250624 7283 33554432000 4194304 4196468 140726463416672 140442279914128 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4877] ppid=4869 vsize=15144776 memory=139819598579328 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4877/stat : 4877 (java) S 4869 4869 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475507752 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441228569072 140442355042946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4878] ppid=4869 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4878/stat : 4878 (java) S 4869 4869 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475507753 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441227515296 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4879] ppid=4869 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4879/stat : 4879 (java) S 4869 4869 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475507753 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441226462704 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4880] ppid=4869 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4880/stat : 4880 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475507755 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441225411280 140442355050395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4881] ppid=4869 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4881/stat : 4881 (java) S 4869 4869 30846 0 -1 1077944384 348 0 0 0 0 0 0 0 20 0 15 0 475507755 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441224357872 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4882] ppid=4869 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4882/stat : 4882 (java) S 4869 4869 30846 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 475507755 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441223305328 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4883] ppid=4869 vsize=15144776 memory=139819598579328 CPUtime=0.02 cores=1,3,5,7
/proc/4871/task/4883/stat : 4883 (java) R 4869 4869 30846 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 475507755 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441222252784 140442355043734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4884] ppid=4869 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4884/stat : 4884 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475507755 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441221200480 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4885] ppid=4869 vsize=15144776 memory=139819598579328 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4885/stat : 4885 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507756 15508250624 7283 33554432000 4194304 4196468 140726463416672 140441220148016 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30316 KiB

[startup+0.210702 s]*
/proc/loadavg: 8.57 8.77 8.59 8/231 4885
/proc/meminfo: memFree=14699880/32770624 swapFree=66938964/67108860
[pid=4869] ppid=4866 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4869/stat : 4869 (xcsp3-exec) S 4866 4869 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475507750 115843072 362 33554432000 4194304 5098028 140726494868016 140726494866120 139933781635708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25370624 140726494872442 140726494872685 140726494872685 140726494875594 0
/proc/4869/statm: 28282 362 304 221 0 87 0
[pid=4871] ppid=4869 vsize=15144776 memory=40948 CPUtime=0.34 cores=1,3,5,7
/proc/4871/stat : 4871 (java) S 4869 4869 30846 0 -1 1077944320 9476 0 0 0 32 2 0 0 20 0 15 0 475507750 15508250624 10237 33554432000 4194304 4196468 140726463416672 140726463399216 140442355031799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
/proc/4871/statm: 3786194 10237 3310 1 0 3748377 0
[pid=4871/tid=4872] ppid=4869 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/4871/task/4872/stat : 4872 (java) R 4869 4869 30846 0 -1 4202560 6608 0 0 0 19 1 0 0 20 0 15 0 475507750 15508250624 10237 33554432000 4194304 4196468 140726463416672 140442359270112 140442339112286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4873] ppid=4869 vsize=15144776 memory=4294979937 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4873/stat : 4873 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15508250624 10237 33554432000 4194304 4196468 140726463416672 140442283071760 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4874] ppid=4869 vsize=15144776 memory=288370195750291072 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4874/stat : 4874 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15508250624 10237 33554432000 4194304 4196468 140726463416672 140442282019216 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4875] ppid=4869 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4875/stat : 4875 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15508250624 10237 33554432000 4194304 4196468 140726463416672 140442280966672 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4876] ppid=4869 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4876/stat : 4876 (java) S 4869 4869 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475507751 15508250624 10237 33554432000 4194304 4196468 140726463416672 140442279914128 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4877] ppid=4869 vsize=15144776 memory=139819598579328 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4877/stat : 4877 (java) S 4869 4869 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475507752 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441228569072 140442355042946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4878] ppid=4869 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4878/stat : 4878 (java) S 4869 4869 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475507753 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441227515296 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4879] ppid=4869 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4879/stat : 4879 (java) S 4869 4869 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475507753 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441226462704 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4880] ppid=4869 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4880/stat : 4880 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475507755 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441225411280 140442355050395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4881] ppid=4869 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4871/task/4881/stat : 4881 (java) S 4869 4869 30846 0 -1 1077944384 670 0 0 0 3 0 0 0 20 0 15 0 475507755 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441224357872 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4882] ppid=4869 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4871/task/4882/stat : 4882 (java) S 4869 4869 30846 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 15 0 475507755 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441223305328 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4883] ppid=4869 vsize=15144776 memory=139819598579328 CPUtime=0.08 cores=1,3,5,7
/proc/4871/task/4883/stat : 4883 (java) S 4869 4869 30846 0 -1 1077944384 721 0 0 0 8 0 0 0 20 0 15 0 475507755 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441222252784 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4884] ppid=4869 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4884/stat : 4884 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475507755 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441221200480 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4885] ppid=4869 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4885/stat : 4885 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507756 15508250624 10237 33554432000 4194304 4196468 140726463416672 140441220148016 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42396 KiB

[startup+0.310528 s]*
/proc/loadavg: 8.57 8.77 8.59 6/231 4885
/proc/meminfo: memFree=14690448/32770624 swapFree=66938964/67108860
[pid=4869] ppid=4866 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4869/stat : 4869 (xcsp3-exec) S 4866 4869 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475507750 115843072 362 33554432000 4194304 5098028 140726494868016 140726494866120 139933781635708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25370624 140726494872442 140726494872685 140726494872685 140726494875594 0
/proc/4869/statm: 28282 362 304 221 0 87 0
[pid=4871] ppid=4869 vsize=15149032 memory=49712 CPUtime=0.51 cores=1,3,5,7
/proc/4871/stat : 4871 (java) S 4869 4869 30846 0 -1 1077944320 10778 0 0 0 48 3 0 0 20 0 15 0 475507750 15512608768 12428 33554432000 4194304 4196468 140726463416672 140726463399216 140442355031799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
/proc/4871/statm: 3787258 12428 3345 1 0 3748377 0
[pid=4871/tid=4872] ppid=4869 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/4871/task/4872/stat : 4872 (java) R 4869 4869 30846 0 -1 4202560 7807 0 0 0 28 2 0 0 20 0 15 0 475507750 15512608768 12500 33554432000 4194304 4196468 140726463416672 140442359262912 140442339112286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4873] ppid=4869 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4873/stat : 4873 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15512608768 12500 33554432000 4194304 4196468 140726463416672 140442283071760 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4874] ppid=4869 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4874/stat : 4874 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15512608768 12500 33554432000 4194304 4196468 140726463416672 140442282019216 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4875] ppid=4869 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4875/stat : 4875 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507751 15512608768 12500 33554432000 4194304 4196468 140726463416672 140442280966672 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4876] ppid=4869 vsize=15149032 memory=46849 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4876/stat : 4876 (java) S 4869 4869 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475507751 15512608768 12500 33554432000 4194304 4196468 140726463416672 140442279914128 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4877] ppid=4869 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4877/stat : 4877 (java) S 4869 4869 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475507752 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441228569072 140442355042946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4878] ppid=4869 vsize=15149032 memory=9122745479247552727 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4878/stat : 4878 (java) S 4869 4869 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475507753 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441227515296 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4879] ppid=4869 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4879/stat : 4879 (java) S 4869 4869 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475507753 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441226462704 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4880] ppid=4869 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4880/stat : 4880 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475507755 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441225411280 140442355050395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4881] ppid=4869 vsize=15149032 memory=6944652177228980320 CPUtime=0.04 cores=1,3,5,7
/proc/4871/task/4881/stat : 4881 (java) S 4869 4869 30846 0 -1 1077944384 676 0 0 0 4 0 0 0 20 0 15 0 475507755 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441224357872 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4882] ppid=4869 vsize=15149032 memory=-6654736624941491801 CPUtime=0.03 cores=1,3,5,7
/proc/4871/task/4882/stat : 4882 (java) S 4869 4869 30846 0 -1 1077944384 194 0 0 0 3 0 0 0 20 0 15 0 475507755 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441223305328 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4883] ppid=4869 vsize=15149032 memory=5792582832201833889 CPUtime=0.12 cores=1,3,5,7
/proc/4871/task/4883/stat : 4883 (java) S 4869 4869 30846 0 -1 1077944384 824 0 0 0 12 0 0 0 20 0 15 0 475507755 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441222252784 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4884] ppid=4869 vsize=15149032 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4884/stat : 4884 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475507755 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441221200480 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4885] ppid=4869 vsize=15149032 memory=-8675733323038954102 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4885/stat : 4885 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475507756 15512608768 12500 33554432000 4194304 4196468 140726463416672 140441220148016 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51160 KiB

[startup+0.70211 s]
/proc/loadavg: 8.57 8.77 8.59 8/231 4885
/proc/meminfo: memFree=14674568/32770624 swapFree=66938964/67108860
[pid=4869] ppid=4866 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4869/stat : 4869 (xcsp3-exec) S 4866 4869 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475507750 115843072 362 33554432000 4194304 5098028 140726494868016 140726494866120 139933781635708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25370624 140726494872442 140726494872685 140726494872685 140726494875594 0
/proc/4869/statm: 28282 362 304 221 0 87 0
[pid=4871] ppid=4869 vsize=15483976 memory=158044 CPUtime=1.7 cores=1,3,5,7
/proc/4871/stat : 4871 (java) S 4869 4869 30846 0 -1 1077944320 15431 0 0 0 164 6 0 0 20 0 19 0 475507750 15855591424 39511 33554432000 4194304 4196468 140726463416672 140726463399216 140442355031799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
/proc/4871/statm: 3870994 39511 3462 1 0 3832094 0
[pid=4871/tid=4872] ppid=4869 vsize=15483976 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/4871/task/4872/stat : 4872 (java) S 4869 4869 30846 0 -1 1077944384 9059 0 0 0 49 3 0 0 20 0 19 0 475507750 15855591424 39511 33554432000 4194304 4196468 140726463416672 140442359272576 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4873] ppid=4869 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4873/stat : 4873 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475507751 15855591424 39511 33554432000 4194304 4196468 140726463416672 140442283071760 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4874] ppid=4869 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4874/stat : 4874 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475507751 15855591424 39511 33554432000 4194304 4196468 140726463416672 140442282019216 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4875] ppid=4869 vsize=15483976 memory=221 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4875/stat : 4875 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475507751 15855591424 39511 33554432000 4194304 4196468 140726463416672 140442280966672 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4876] ppid=4869 vsize=15483976 memory=2 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4876/stat : 4876 (java) S 4869 4869 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475507751 15855591424 39511 33554432000 4194304 4196468 140726463416672 140442279914128 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4877] ppid=4869 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4877/stat : 4877 (java) S 4869 4869 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475507752 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441228569072 140442355042946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4878] ppid=4869 vsize=15483976 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4878/stat : 4878 (java) S 4869 4869 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475507753 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441227515296 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4879] ppid=4869 vsize=15483976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4879/stat : 4879 (java) S 4869 4869 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475507753 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441226462704 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4880] ppid=4869 vsize=15483976 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4880/stat : 4880 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475507755 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441225411280 140442355050395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4881] ppid=4869 vsize=15483976 memory=1188 CPUtime=0.26 cores=1,3,5,7
/proc/4871/task/4881/stat : 4881 (java) R 4869 4869 30846 0 -1 4202560 1123 0 0 0 26 0 0 0 20 0 19 0 475507755 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441224338888 140442348131646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4882] ppid=4869 vsize=15483976 memory=6112 CPUtime=0.3 cores=1,3,5,7
/proc/4871/task/4882/stat : 4882 (java) R 4869 4869 30846 0 -1 4202560 1437 0 0 0 30 0 0 0 20 0 19 0 475507755 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441223295248 140442334720449 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4883] ppid=4869 vsize=15483976 memory=780 CPUtime=0.33 cores=1,3,5,7
/proc/4871/task/4883/stat : 4883 (java) R 4869 4869 30846 0 -1 4202560 1583 0 0 0 33 0 0 0 20 0 19 0 475507755 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441222248544 140442355053146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4884] ppid=4869 vsize=15483976 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4884/stat : 4884 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475507755 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441221200480 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4885] ppid=4869 vsize=15483976 memory=28144 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4885/stat : 4885 (java) S 4869 4869 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475507756 15855591424 39511 33554432000 4194304 4196468 140726463416672 140441220148016 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 159492 KiB

[startup+1.5011 s]
/proc/loadavg: 8.57 8.77 8.59 12/235 4954
/proc/meminfo: memFree=14542108/32770624 swapFree=66938964/67108860
[pid=4869] ppid=4866 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4869/stat : 4869 (xcsp3-exec) S 4866 4869 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475507750 115843072 362 33554432000 4194304 5098028 140726494868016 140726494866120 139933781635708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25370624 140726494872442 140726494872685 140726494872685 140726494875594 0
/proc/4869/statm: 28282 362 304 221 0 87 0

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

/proc/4871/task/4885/stat : 4885 (java) S 4869 4869 30846 0 -1 1077944384 429 0 0 0 0 3 0 0 20 0 19 0 475507756 15855591424 47538 33554432000 4194304 4196468 140726463416672 140441220148016 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4973] ppid=4869 vsize=15483976 memory=780 CPUtime=180.52 cores=1,3,5,7
/proc/4871/task/4973/stat : 4973 (java) R 4869 4869 30846 0 -1 4202560 824 0 0 0 18052 0 0 0 20 0 19 0 475507908 15855591424 47538 33554432000 4194304 4196468 140726463416672 140441211165416 140441962633962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4974] ppid=4869 vsize=15483976 memory=14008 CPUtime=180.67 cores=1,3,5,7
/proc/4871/task/4974/stat : 4974 (java) R 4869 4869 30846 0 -1 4202560 1406 0 0 0 18067 0 0 0 20 0 19 0 475507908 15855591424 47538 33554432000 4194304 4196468 140726463416672 140441206958672 140441961523407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4975] ppid=4869 vsize=15483976 memory=28144 CPUtime=180.27 cores=1,3,5,7
/proc/4871/task/4975/stat : 4975 (java) R 4869 4869 30846 0 -1 4202560 2622 0 0 0 18027 0 0 0 20 0 19 0 475507908 15855591424 47538 33554432000 4194304 4196468 140726463416672 140441208009384 140441962434893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4976] ppid=4869 vsize=15483976 memory=2116 CPUtime=180.3 cores=1,3,5,7
/proc/4871/task/4976/stat : 4976 (java) R 4869 4869 30846 0 -1 4202560 1292 0 0 0 18030 0 0 0 20 0 19 0 475507908 15855591424 47538 33554432000 4194304 4196468 140726463416672 140441209061136 140441961523496 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
Current children cumulated CPU time: 730.54 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 191600 KiB

[startup+184.804 s]
/proc/loadavg: 8.14 8.55 8.54 9/236 4990
/proc/meminfo: memFree=14334244/32770624 swapFree=66938964/67108860
[pid=4869] ppid=4866 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4869/stat : 4869 (xcsp3-exec) S 4866 4869 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475507750 115843072 362 33554432000 4194304 5098028 140726494868016 140726494866120 139933781635708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25370624 140726494872442 140726494872685 140726494872685 140726494875594 0
/proc/4869/statm: 28282 362 304 221 0 87 0
[pid=4871] ppid=4869 vsize=15483976 memory=192200 CPUtime=733.7 cores=1,3,5,7
/proc/4871/stat : 4871 (java) S 4869 4869 30846 0 -1 1077944320 61233 0 0 0 73350 20 0 0 20 0 19 0 475507750 15855591424 48050 33554432000 4194304 4196468 140726463416672 140726463399216 140442355031799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
/proc/4871/statm: 3870994 48050 3518 1 0 3832094 0
[pid=4871/tid=4872] ppid=4869 vsize=15483976 memory=1448 CPUtime=0.52 cores=1,3,5,7
/proc/4871/task/4872/stat : 4872 (java) S 4869 4869 30846 0 -1 1077944384 9060 0 0 0 49 3 0 0 20 0 19 0 475507750 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442359272576 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4873] ppid=4869 vsize=15483976 memory=1101868 CPUtime=0.13 cores=1,3,5,7
/proc/4871/task/4873/stat : 4873 (java) S 4869 4869 30846 0 -1 1077944384 1249 0 0 0 11 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442283071760 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4874] ppid=4869 vsize=15483976 memory=1408 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4874/stat : 4874 (java) S 4869 4869 30846 0 -1 1077944384 1113 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442282019216 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4875] ppid=4869 vsize=15483976 memory=3196 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4875/stat : 4875 (java) S 4869 4869 30846 0 -1 1077944384 947 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442280966672 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4876] ppid=4869 vsize=15483976 memory=190152 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4876/stat : 4876 (java) S 4869 4869 30846 0 -1 1077944384 1949 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442279914128 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4877] ppid=4869 vsize=15483976 memory=988 CPUtime=0.12 cores=1,3,5,7
/proc/4871/task/4877/stat : 4877 (java) S 4869 4869 30846 0 -1 1077944384 1852 0 0 0 11 1 0 0 20 0 19 0 475507752 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441228569072 140442355042946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4878] ppid=4869 vsize=15483976 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4878/stat : 4878 (java) S 4869 4869 30846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475507753 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441227515360 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4879] ppid=4869 vsize=15483976 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4879/stat : 4879 (java) S 4869 4869 30846 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475507753 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441226462704 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4880] ppid=4869 vsize=15483976 memory=10728 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4880/stat : 4880 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441225411280 140442355050395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4881] ppid=4869 vsize=15483976 memory=1552 CPUtime=2.33 cores=1,3,5,7
/proc/4871/task/4881/stat : 4881 (java) S 4869 4869 30846 0 -1 1077944384 15331 0 0 0 232 1 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441224357872 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4882] ppid=4869 vsize=15483976 memory=3640 CPUtime=2.37 cores=1,3,5,7
/proc/4871/task/4882/stat : 4882 (java) S 4869 4869 30846 0 -1 1077944384 14073 0 0 0 235 2 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441223305328 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4883] ppid=4869 vsize=15483976 memory=2832 CPUtime=0.59 cores=1,3,5,7
/proc/4871/task/4883/stat : 4883 (java) S 4869 4869 30846 0 -1 1077944384 6039 0 0 0 58 1 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441222252784 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4884] ppid=4869 vsize=15483976 memory=784 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4884/stat : 4884 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441221200480 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4885] ppid=4869 vsize=15483976 memory=500 CPUtime=0.03 cores=1,3,5,7
/proc/4871/task/4885/stat : 4885 (java) S 4869 4869 30846 0 -1 1077944384 429 0 0 0 0 3 0 0 20 0 19 0 475507756 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441220148016 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4973] ppid=4869 vsize=15483976 memory=928 CPUtime=181.31 cores=1,3,5,7
/proc/4871/task/4973/stat : 4973 (java) R 4869 4869 30846 0 -1 4202560 824 0 0 0 18131 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441211165328 140441963310742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4974] ppid=4869 vsize=15483976 memory=1984 CPUtime=181.46 cores=1,3,5,7
/proc/4871/task/4974/stat : 4974 (java) R 4869 4869 30846 0 -1 4202560 1408 0 0 0 18146 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441206958672 140441964239423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4975] ppid=4869 vsize=15483976 memory=2364 CPUtime=181.05 cores=1,3,5,7
/proc/4871/task/4975/stat : 4975 (java) R 4869 4869 30846 0 -1 4202560 2622 0 0 0 18105 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441208008576 140441962666215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4976] ppid=4869 vsize=15483976 memory=1744 CPUtime=181.08 cores=1,3,5,7
/proc/4871/task/4976/stat : 4976 (java) R 4869 4869 30846 0 -1 4202560 1293 0 0 0 18108 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441209061088 140441962418477 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
Current children cumulated CPU time: 733.7 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 193648 KiB

[startup+185.601 s]
/proc/loadavg: 8.14 8.55 8.54 10/235 4990
/proc/meminfo: memFree=14332320/32770624 swapFree=66938964/67108860
[pid=4869] ppid=4866 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4869/stat : 4869 (xcsp3-exec) S 4866 4869 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475507750 115843072 362 33554432000 4194304 5098028 140726494868016 140726494866120 139933781635708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25370624 140726494872442 140726494872685 140726494872685 140726494875594 0
/proc/4869/statm: 28282 362 304 221 0 87 0
[pid=4871] ppid=4869 vsize=15483976 memory=192200 CPUtime=736.86 cores=1,3,5,7
/proc/4871/stat : 4871 (java) S 4869 4869 30846 0 -1 1077944320 61257 0 0 0 73666 20 0 0 20 0 19 0 475507750 15855591424 48050 33554432000 4194304 4196468 140726463416672 140726463399216 140442355031799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
/proc/4871/statm: 3870994 48050 3518 1 0 3832094 0
[pid=4871/tid=4872] ppid=4869 vsize=15483976 memory=53568 CPUtime=0.52 cores=1,3,5,7
/proc/4871/task/4872/stat : 4872 (java) S 4869 4869 30846 0 -1 1077944384 9060 0 0 0 49 3 0 0 20 0 19 0 475507750 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442359272576 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4873] ppid=4869 vsize=15483976 memory=988 CPUtime=0.13 cores=1,3,5,7
/proc/4871/task/4873/stat : 4873 (java) S 4869 4869 30846 0 -1 1077944384 1249 0 0 0 11 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442283071760 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4874] ppid=4869 vsize=15483976 memory=8112282956445269571 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4874/stat : 4874 (java) S 4869 4869 30846 0 -1 1077944384 1116 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442282019216 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4875] ppid=4869 vsize=15483976 memory=1448 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4875/stat : 4875 (java) S 4869 4869 30846 0 -1 1077944384 947 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442280966672 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4876] ppid=4869 vsize=15483976 memory=1748 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4876/stat : 4876 (java) S 4869 4869 30846 0 -1 1077944384 1950 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442279914128 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4877] ppid=4869 vsize=15483976 memory=111632 CPUtime=0.12 cores=1,3,5,7
/proc/4871/task/4877/stat : 4877 (java) S 4869 4869 30846 0 -1 1077944384 1852 0 0 0 11 1 0 0 20 0 19 0 475507752 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441228569072 140442355042946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4878] ppid=4869 vsize=15483976 memory=808 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4878/stat : 4878 (java) S 4869 4869 30846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475507753 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441227515360 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4879] ppid=4869 vsize=15483976 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4879/stat : 4879 (java) S 4869 4869 30846 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475507753 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441226462704 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4880] ppid=4869 vsize=15483976 memory=190152 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4880/stat : 4880 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441225411280 140442355050395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4881] ppid=4869 vsize=15483976 memory=6371844204213672620 CPUtime=2.33 cores=1,3,5,7
/proc/4871/task/4881/stat : 4881 (java) S 4869 4869 30846 0 -1 1077944384 15331 0 0 0 232 1 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441224357872 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4882] ppid=4869 vsize=15483976 memory=16331099179 CPUtime=2.37 cores=1,3,5,7
/proc/4871/task/4882/stat : 4882 (java) S 4869 4869 30846 0 -1 1077944384 14073 0 0 0 235 2 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441223305328 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4883] ppid=4869 vsize=15483976 memory=139819440140721 CPUtime=0.59 cores=1,3,5,7
/proc/4871/task/4883/stat : 4883 (java) S 4869 4869 30846 0 -1 1077944384 6039 0 0 0 58 1 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441222252784 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4884] ppid=4869 vsize=15483976 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4884/stat : 4884 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441221200480 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4885] ppid=4869 vsize=15483976 memory=3328 CPUtime=0.03 cores=1,3,5,7
/proc/4871/task/4885/stat : 4885 (java) S 4869 4869 30846 0 -1 1077944384 429 0 0 0 0 3 0 0 20 0 19 0 475507756 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441220148016 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4973] ppid=4869 vsize=15483976 memory=1448 CPUtime=182.1 cores=1,3,5,7
/proc/4871/task/4973/stat : 4973 (java) R 4869 4869 30846 0 -1 4202560 826 0 0 0 18210 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441211165328 140441961524275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4974] ppid=4869 vsize=15483976 memory=1122408 CPUtime=182.25 cores=1,3,5,7
/proc/4871/task/4974/stat : 4974 (java) R 4869 4869 30846 0 -1 4202560 1422 0 0 0 18225 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441206958672 140441961524159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4975] ppid=4869 vsize=15483976 memory=1408 CPUtime=181.83 cores=1,3,5,7
/proc/4871/task/4975/stat : 4975 (java) R 4869 4869 30846 0 -1 4202560 2625 0 0 0 18183 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441208008640 140441961523427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4976] ppid=4869 vsize=15483976 memory=2116 CPUtime=181.86 cores=1,3,5,7
/proc/4871/task/4976/stat : 4976 (java) R 4869 4869 30846 0 -1 4202560 1294 0 0 0 18186 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441209061224 140441961523440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
Current children cumulated CPU time: 736.86 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 193648 KiB

[startup+185.801 s]
/proc/loadavg: 8.14 8.55 8.54 10/235 4990
/proc/meminfo: memFree=14332320/32770624 swapFree=66938964/67108860
[pid=4869] ppid=4866 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4869/stat : 4869 (xcsp3-exec) S 4866 4869 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475507750 115843072 362 33554432000 4194304 5098028 140726494868016 140726494866120 139933781635708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25370624 140726494872442 140726494872685 140726494872685 140726494875594 0
/proc/4869/statm: 28282 362 304 221 0 87 0
[pid=4871] ppid=4869 vsize=15483976 memory=192200 CPUtime=737.66 cores=1,3,5,7
/proc/4871/stat : 4871 (java) S 4869 4869 30846 0 -1 1077944320 61257 0 0 0 73746 20 0 0 20 0 19 0 475507750 15855591424 48050 33554432000 4194304 4196468 140726463416672 140726463399216 140442355031799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
/proc/4871/statm: 3870994 48050 3518 1 0 3832094 0
[pid=4871/tid=4872] ppid=4869 vsize=15483976 memory=500 CPUtime=0.52 cores=1,3,5,7
/proc/4871/task/4872/stat : 4872 (java) S 4869 4869 30846 0 -1 1077944384 9060 0 0 0 49 3 0 0 20 0 19 0 475507750 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442359272576 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4873] ppid=4869 vsize=15483976 memory=928 CPUtime=0.13 cores=1,3,5,7
/proc/4871/task/4873/stat : 4873 (java) S 4869 4869 30846 0 -1 1077944384 1249 0 0 0 11 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442283071760 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4874] ppid=4869 vsize=15483976 memory=1984 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4874/stat : 4874 (java) S 4869 4869 30846 0 -1 1077944384 1116 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442282019216 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4875] ppid=4869 vsize=15483976 memory=1412 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4875/stat : 4875 (java) S 4869 4869 30846 0 -1 1077944384 947 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442280966672 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4876] ppid=4869 vsize=15483976 memory=3328 CPUtime=0.14 cores=1,3,5,7
/proc/4871/task/4876/stat : 4876 (java) S 4869 4869 30846 0 -1 1077944384 1950 0 0 0 12 2 0 0 20 0 19 0 475507751 15855591424 48050 33554432000 4194304 4196468 140726463416672 140442279914128 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4877] ppid=4869 vsize=15483976 memory=1448 CPUtime=0.12 cores=1,3,5,7
/proc/4871/task/4877/stat : 4877 (java) S 4869 4869 30846 0 -1 1077944384 1852 0 0 0 11 1 0 0 20 0 19 0 475507752 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441228569072 140442355042946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4878] ppid=4869 vsize=15483976 memory=1101868 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4878/stat : 4878 (java) S 4869 4869 30846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475507753 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441227515360 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4879] ppid=4869 vsize=15483976 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4879/stat : 4879 (java) S 4869 4869 30846 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475507753 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441226462704 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4880] ppid=4869 vsize=15483976 memory=3200 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4880/stat : 4880 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441225411280 140442355050395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4881] ppid=4869 vsize=15483976 memory=1448 CPUtime=2.33 cores=1,3,5,7
/proc/4871/task/4881/stat : 4881 (java) S 4869 4869 30846 0 -1 1077944384 15331 0 0 0 232 1 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441224357872 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4882] ppid=4869 vsize=15483976 memory=2364 CPUtime=2.37 cores=1,3,5,7
/proc/4871/task/4882/stat : 4882 (java) S 4869 4869 30846 0 -1 1077944384 14073 0 0 0 235 2 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441223305328 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4883] ppid=4869 vsize=15483976 memory=1744 CPUtime=0.59 cores=1,3,5,7
/proc/4871/task/4883/stat : 4883 (java) S 4869 4869 30846 0 -1 1077944384 6039 0 0 0 58 1 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441222252784 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4884] ppid=4869 vsize=15483976 memory=924 CPUtime=0 cores=1,3,5,7
/proc/4871/task/4884/stat : 4884 (java) S 4869 4869 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475507755 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441221200480 140442355042005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4885] ppid=4869 vsize=15483976 memory=1448 CPUtime=0.03 cores=1,3,5,7
/proc/4871/task/4885/stat : 4885 (java) S 4869 4869 30846 0 -1 1077944384 429 0 0 0 0 3 0 0 20 0 19 0 475507756 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441220148016 140442355042946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4973] ppid=4869 vsize=15483976 memory=1748 CPUtime=182.3 cores=1,3,5,7
/proc/4871/task/4973/stat : 4973 (java) R 4869 4869 30846 0 -1 4202560 826 0 0 0 18230 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441211165328 140441961523920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4974] ppid=4869 vsize=15483976 memory=111632 CPUtime=182.45 cores=1,3,5,7
/proc/4871/task/4974/stat : 4974 (java) R 4869 4869 30846 0 -1 4202560 1422 0 0 0 18245 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441206958672 140441961523563 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4975] ppid=4869 vsize=15483976 memory=808 CPUtime=182.03 cores=1,3,5,7
/proc/4871/task/4975/stat : 4975 (java) R 4869 4869 30846 0 -1 4202560 2625 0 0 0 18203 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441208008640 140441962510238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
[pid=4871/tid=4976] ppid=4869 vsize=15483976 memory=188104 CPUtime=182.06 cores=1,3,5,7
/proc/4871/task/4976/stat : 4976 (java) R 4869 4869 30846 0 -1 4202560 1294 0 0 0 18206 0 0 0 20 0 19 0 475507908 15855591424 48050 33554432000 4194304 4196468 140726463416672 140441209061224 140441962418374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140726463423471 140726463423642 140726463423642 140726463426511 0
Current children cumulated CPU time: 737.66 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 193648 KiB

Child status: 0
Real time (s): 185.839
CPU time (s): 737.79
CPU user time (s): 737.582
CPU system time (s): 0.207692
CPU usage (%): 397.005
Max. virtual memory (cumulated for all children) (KiB): 15599008
Max. memory (cumulated for all children) (KiB): 219180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 737.582
system time used= 0.207692
maximum resident set size= 217964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62533
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11366
involuntary context switches= 11213


# summary of solver processes directly reported to runsolver:
#   pid: 4869
#   total CPU time (s): 737.79
#   total CPU user time (s): 737.582
#   total CPU system time (s): 0.207692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.11331 second user time and 2.08581 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 17:15:03
IDJOB=4403676
IDBENCH=135750
IDSOLVER=2863
FILE ID=node139/4403676-1568992381
RUNJOBID= node139-1568988008-30878
PBS_JOBID= 21704637
Free space on /tmp= 5060 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.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-4403676-1568992381/watcher-4403676-1568992381 -o /tmp/evaluation-result-4403676-1568992381/solver-4403676-1568992381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30878 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1406882422 HOME/instance-4403676-1568992381.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=1406882422

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14733760 kB
MemAvailable:   30921600 kB
Buffers:          134984 kB
Cached:         15951452 kB
SwapCached:        65284 kB
Active:          8876736 kB
Inactive:        8152872 kB
Active(anon):     874056 kB
Inactive(anon):   114956 kB
Active(file):    8002680 kB
Inactive(file):  8037916 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66938964 kB
Dirty:             26052 kB
Writeback:             0 kB
AnonPages:       1010576 kB
Mapped:            64408 kB
Shmem:             37352 kB
Slab:             604572 kB
SReclaimable:     575704 kB
SUnreclaim:        28868 kB
KernelStack:        4112 kB
PageTables:         7720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2430596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    911360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5036 MiB
End job on node139 at 2019-09-20 17:18:09