Trace number 4403978

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-20OPT116 1239.7 312.393

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-04.xml
MD5SUM3ec1135b215453db38ac12e83e420ae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark84.9302
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size28
Distribution of domain sizes[{"size":15,"count":15},{"size":28,"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-4403978-1568991564.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403978-1568991564.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.06/0.52	c solve instance...
1.06/0.58	o 196 
1.06/0.59	o 195 
1.06/0.61	o 193 
1.36/0.62	o 190 
1.36/0.62	o 188 
1.36/0.63	o 187 
1.36/0.64	o 176 
1.36/0.64	o 174 
1.36/0.65	o 171 
1.36/0.67	o 168 
1.36/0.69	o 167 
1.73/0.72	o 152 
1.73/0.75	o 151 
1.73/0.79	o 149 
2.06/0.86	o 146 
2.45/0.91	o 133 
3.28/1.19	o 127 
4.02/1.33	o 126 
4.41/1.44	o 124 
6.04/1.81	o 122 
18.73/5.09	o 118 
29.45/7.72	o 117 
31.83/8.30	o 116 
1239.35/312.38	s OPTIMUM FOUND
1239.35/312.38	v <instantiation>
1239.35/312.38	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>
1239.35/312.38	v 	<values>0 2 5 9 6 7 10 11 14 12 13 8 1 4 3 4 6 7 6 6 6 5 8 8 10 13 14 9 4 10 </values>
1239.35/312.38	v </instantiation>

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403978-1568991564/watcher-4403978-1568991564 -o /var/tmp/evaluation-result-4403978-1568991564/solver-4403978-1568991564 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568988386-31612 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 993646031 HOME/instance-4403978-1568991564.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=6595, runsolver pid=6592
Current StackSize limit: 8192 KiB


[startup+0.100554 s]*
/proc/loadavg: 8.11 8.25 8.12 7/233 6611
/proc/meminfo: memFree=2521092/32770624 swapFree=66976740/67108860
[pid=6595] ppid=6592 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6595/stat : 6595 (xcsp3-exec) S 6592 6595 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475096465 115843072 363 33554432000 4194304 5098028 140735303291024 140735303289128 140267871076988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29855744 140735303295831 140735303296089 140735303296089 140735303299014 0
/proc/6595/statm: 28282 363 304 221 0 87 0
[pid=6597] ppid=6595 vsize=15144776 memory=28704 CPUtime=0.13 cores=1,3,5,7
/proc/6597/stat : 6597 (java) S 6595 6595 31580 0 -1 1077944320 5597 0 0 0 12 1 0 0 20 0 15 0 475096465 15508250624 7176 33554432000 4194304 4196468 140736762265648 140736762248192 140193760141047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
/proc/6597/statm: 3786194 7176 3130 1 0 3748377 0
[pid=6597/tid=6598] ppid=6595 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/6597/task/6598/stat : 6598 (java) R 6595 6595 31580 0 -1 4202560 3549 0 0 0 9 0 0 0 20 0 15 0 475096465 15508250624 7242 33554432000 4194304 4196468 140736762265648 140193764370384 140193752378174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6599] ppid=6595 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6599/stat : 6599 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15508250624 7242 33554432000 4194304 4196468 140736762265648 140193712761360 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6600] ppid=6595 vsize=15144776 memory=139878216459904 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6600/stat : 6600 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15508250624 7242 33554432000 4194304 4196468 140736762265648 140193711708816 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6601] ppid=6595 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6601/stat : 6601 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15508250624 7242 33554432000 4194304 4196468 140736762265648 140193710655760 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6602] ppid=6595 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6602/stat : 6602 (java) S 6595 6595 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475096466 15508250624 7242 33554432000 4194304 4196468 140736762265648 140193709603216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6603] ppid=6595 vsize=15144776 memory=139878216459904 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6603/stat : 6603 (java) S 6595 6595 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475096467 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192633551600 140193760152194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6604] ppid=6595 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6604/stat : 6604 (java) S 6595 6595 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475096468 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192564373152 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6605] ppid=6595 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6605/stat : 6605 (java) S 6595 6595 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475096468 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192563320048 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6606] ppid=6595 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6606/stat : 6606 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475096470 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192562268624 140193760159643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6607] ppid=6595 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6607/stat : 6607 (java) S 6595 6595 31580 0 -1 1077944384 344 0 0 0 0 0 0 0 20 0 15 0 475096470 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192561215728 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6608] ppid=6595 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6608/stat : 6608 (java) S 6595 6595 31580 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 475096470 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192560163184 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6609] ppid=6595 vsize=15144776 memory=139878216459904 CPUtime=0.02 cores=1,3,5,7
/proc/6597/task/6609/stat : 6609 (java) R 6595 6595 31580 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 475096470 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192559110128 140193760152194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6610] ppid=6595 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6610/stat : 6610 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475096471 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192558057824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6611] ppid=6595 vsize=15144776 memory=139878216459904 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6611/stat : 6611 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096471 15508250624 7242 33554432000 4194304 4196468 140736762265648 140192557005872 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30156 KiB

[startup+0.210761 s]*
/proc/loadavg: 8.11 8.25 8.12 7/233 6611
/proc/meminfo: memFree=2507480/32770624 swapFree=66976740/67108860
[pid=6595] ppid=6592 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6595/stat : 6595 (xcsp3-exec) S 6592 6595 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475096465 115843072 363 33554432000 4194304 5098028 140735303291024 140735303289128 140267871076988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29855744 140735303295831 140735303296089 140735303296089 140735303299014 0
/proc/6595/statm: 28282 363 304 221 0 87 0
[pid=6597] ppid=6595 vsize=15144776 memory=40932 CPUtime=0.34 cores=1,3,5,7
/proc/6597/stat : 6597 (java) S 6595 6595 31580 0 -1 1077944320 9462 0 0 0 32 2 0 0 20 0 15 0 475096465 15508250624 10233 33554432000 4194304 4196468 140736762265648 140736762248192 140193760141047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
/proc/6597/statm: 3786194 10233 3309 1 0 3748377 0
[pid=6597/tid=6598] ppid=6595 vsize=15144776 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/6597/task/6598/stat : 6598 (java) R 6595 6595 31580 0 -1 4202560 6585 0 0 0 18 1 0 0 20 0 15 0 475096465 15508250624 10233 33554432000 4194304 4196468 140736762265648 140193764375744 140193746353862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6599] ppid=6595 vsize=15144776 memory=4296933242 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6599/stat : 6599 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15508250624 10233 33554432000 4194304 4196468 140736762265648 140193712761360 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6600] ppid=6595 vsize=15144776 memory=139878216489507 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6600/stat : 6600 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15508250624 10233 33554432000 4194304 4196468 140736762265648 140193711708816 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6601] ppid=6595 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6601/stat : 6601 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15508250624 10233 33554432000 4194304 4196468 140736762265648 140193710655760 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6602] ppid=6595 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6602/stat : 6602 (java) S 6595 6595 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475096466 15508250624 10233 33554432000 4194304 4196468 140736762265648 140193709603216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6603] ppid=6595 vsize=15144776 memory=139878216459904 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6603/stat : 6603 (java) S 6595 6595 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475096467 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192633551600 140193760152194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6604] ppid=6595 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6604/stat : 6604 (java) S 6595 6595 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475096468 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192564373152 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6605] ppid=6595 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6605/stat : 6605 (java) S 6595 6595 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475096468 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192563320048 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6606] ppid=6595 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6606/stat : 6606 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475096470 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192562268624 140193760159643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6607] ppid=6595 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6597/task/6607/stat : 6607 (java) S 6595 6595 31580 0 -1 1077944384 551 0 0 0 3 0 0 0 20 0 15 0 475096470 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192561215728 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6608] ppid=6595 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6597/task/6608/stat : 6608 (java) S 6595 6595 31580 0 -1 1077944384 242 0 0 0 2 0 0 0 20 0 15 0 475096470 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192560163184 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6609] ppid=6595 vsize=15144776 memory=139878216459904 CPUtime=0.08 cores=1,3,5,7
/proc/6597/task/6609/stat : 6609 (java) S 6595 6595 31580 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 15 0 475096470 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192559110128 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6610] ppid=6595 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6610/stat : 6610 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475096471 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192558057824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6611] ppid=6595 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6611/stat : 6611 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096471 15508250624 10233 33554432000 4194304 4196468 140736762265648 140192557005872 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42384 KiB

[startup+0.31054 s]*
/proc/loadavg: 8.11 8.25 8.12 8/233 6611
/proc/meminfo: memFree=2500468/32770624 swapFree=66976740/67108860
[pid=6595] ppid=6592 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6595/stat : 6595 (xcsp3-exec) S 6592 6595 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475096465 115843072 363 33554432000 4194304 5098028 140735303291024 140735303289128 140267871076988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29855744 140735303295831 140735303296089 140735303296089 140735303299014 0
/proc/6595/statm: 28282 363 304 221 0 87 0
[pid=6597] ppid=6595 vsize=15149032 memory=49884 CPUtime=0.53 cores=1,3,5,7
/proc/6597/stat : 6597 (java) S 6595 6595 31580 0 -1 1077944320 10879 0 0 0 50 3 0 0 20 0 15 0 475096465 15512608768 12471 33554432000 4194304 4196468 140736762265648 140736762248192 140193760141047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
/proc/6597/statm: 3787258 12471 3350 1 0 3748377 0
[pid=6597/tid=6598] ppid=6595 vsize=15149032 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/6597/task/6598/stat : 6598 (java) R 6595 6595 31580 0 -1 4202560 7784 0 0 0 27 2 0 0 20 0 15 0 475096465 15512608768 12542 33554432000 4194304 4196468 140736762265648 140193764372160 140193744221534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6599] ppid=6595 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6599/stat : 6599 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15512608768 12542 33554432000 4194304 4196468 140736762265648 140193712761360 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6600] ppid=6595 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6600/stat : 6600 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15512608768 12542 33554432000 4194304 4196468 140736762265648 140193711708816 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6601] ppid=6595 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6601/stat : 6601 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096466 15512608768 12542 33554432000 4194304 4196468 140736762265648 140193710655760 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6602] ppid=6595 vsize=15149032 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6602/stat : 6602 (java) S 6595 6595 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475096466 15512608768 12542 33554432000 4194304 4196468 140736762265648 140193709603216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6603] ppid=6595 vsize=15149032 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6603/stat : 6603 (java) S 6595 6595 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475096467 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192633551600 140193760152194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6604] ppid=6595 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6604/stat : 6604 (java) S 6595 6595 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475096468 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192564373152 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6605] ppid=6595 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6605/stat : 6605 (java) S 6595 6595 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475096468 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192563320048 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6606] ppid=6595 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6606/stat : 6606 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475096470 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192562268624 140193760159643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6607] ppid=6595 vsize=15149032 memory=7307178800369004696 CPUtime=0.05 cores=1,3,5,7
/proc/6597/task/6607/stat : 6607 (java) S 6595 6595 31580 0 -1 1077944384 572 0 0 0 5 0 0 0 20 0 15 0 475096470 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192561215728 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6608] ppid=6595 vsize=15149032 memory=6944656425123485561 CPUtime=0.04 cores=1,3,5,7
/proc/6597/task/6608/stat : 6608 (java) S 6595 6595 31580 0 -1 1077944384 367 0 0 0 4 0 0 0 20 0 15 0 475096470 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192560163184 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6609] ppid=6595 vsize=15149032 memory=-7739291672887926688 CPUtime=0.13 cores=1,3,5,7
/proc/6597/task/6609/stat : 6609 (java) S 6595 6595 31580 0 -1 1077944384 882 0 0 0 13 0 0 0 20 0 15 0 475096470 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192559110128 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6610] ppid=6595 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6610/stat : 6610 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475096471 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192558057824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6611] ppid=6595 vsize=15149032 memory=4627849528958935443 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6611/stat : 6611 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475096471 15512608768 12542 33554432000 4194304 4196468 140736762265648 140192557005872 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51336 KiB

[startup+0.710491 s]
/proc/loadavg: 7.86 8.19 8.11 9/233 6611
/proc/meminfo: memFree=2483876/32770624 swapFree=66976740/67108860
[pid=6595] ppid=6592 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6595/stat : 6595 (xcsp3-exec) S 6592 6595 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475096465 115843072 363 33554432000 4194304 5098028 140735303291024 140735303289128 140267871076988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29855744 140735303295831 140735303296089 140735303296089 140735303299014 0
/proc/6595/statm: 28282 363 304 221 0 87 0
[pid=6597] ppid=6595 vsize=15617104 memory=169024 CPUtime=1.73 cores=1,3,5,7
/proc/6597/stat : 6597 (java) S 6595 6595 31580 0 -1 1077944320 15797 0 0 0 166 7 0 0 20 0 19 0 475096465 15991914496 42256 33554432000 4194304 4196468 140736762265648 140736762248192 140193760141047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
/proc/6597/statm: 3904276 42256 3465 1 0 3865376 0
[pid=6597/tid=6598] ppid=6595 vsize=15617104 memory=-9110635228796802480 CPUtime=0.52 cores=1,3,5,7
/proc/6597/task/6598/stat : 6598 (java) S 6595 6595 31580 0 -1 1077944384 9160 0 0 0 49 3 0 0 20 0 19 0 475096465 15991914496 42256 33554432000 4194304 4196468 140736762265648 140193764381824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6599] ppid=6595 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6599/stat : 6599 (java) S 6595 6595 31580 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 475096466 15991914496 42256 33554432000 4194304 4196468 140736762265648 140193712761360 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6600] ppid=6595 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6600/stat : 6600 (java) S 6595 6595 31580 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 475096466 15991914496 42256 33554432000 4194304 4196468 140736762265648 140193711708816 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6601] ppid=6595 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6601/stat : 6601 (java) S 6595 6595 31580 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 475096466 15991914496 42256 33554432000 4194304 4196468 140736762265648 140193710655760 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6602] ppid=6595 vsize=15617104 memory=56 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6602/stat : 6602 (java) S 6595 6595 31580 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 475096466 15991914496 42256 33554432000 4194304 4196468 140736762265648 140193709603216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6603] ppid=6595 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6603/stat : 6603 (java) S 6595 6595 31580 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 475096467 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192633551600 140193760152194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6604] ppid=6595 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6604/stat : 6604 (java) S 6595 6595 31580 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475096468 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192564373152 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6605] ppid=6595 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6605/stat : 6605 (java) S 6595 6595 31580 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 475096468 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192563320048 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6606] ppid=6595 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6606/stat : 6606 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475096470 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192562268624 140193760159643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6607] ppid=6595 vsize=15617104 memory=1660 CPUtime=0.26 cores=1,3,5,7
/proc/6597/task/6607/stat : 6607 (java) R 6595 6595 31580 0 -1 4202560 1130 0 0 0 26 0 0 0 20 0 19 0 475096470 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192561197136 140193741685142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6608] ppid=6595 vsize=15617104 memory=55856 CPUtime=0.28 cores=1,3,5,7
/proc/6597/task/6608/stat : 6608 (java) R 6595 6595 31580 0 -1 4202560 1308 0 0 0 28 0 0 0 20 0 19 0 475096470 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192560144200 140193743354441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6609] ppid=6595 vsize=15617104 memory=988 CPUtime=0.36 cores=1,3,5,7
/proc/6597/task/6609/stat : 6609 (java) R 6595 6595 31580 0 -1 1077944384 1771 0 0 0 36 0 0 0 20 0 19 0 475096470 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192559110128 140193760152194 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6610] ppid=6595 vsize=15617104 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6610/stat : 6610 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475096471 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192558057824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6611] ppid=6595 vsize=15617104 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6611/stat : 6611 (java) S 6595 6595 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475096471 15991914496 42256 33554432000 4194304 4196468 140736762265648 140192557005872 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 170476 KiB

[startup+1.50149 s]
/proc/loadavg: 7.86 8.19 8.11 11/237 6679
/proc/meminfo: memFree=2356056/32770624 swapFree=66976740/67108860
[pid=6595] ppid=6592 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6595/stat : 6595 (xcsp3-exec) S 6592 6595 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475096465 115843072 363 33554432000 4194304 5098028 140735303291024 140735303289128 140267871076988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29855744 140735303295831 140735303296089 140735303296089 140735303299014 0
/proc/6595/statm: 28282 363 304 221 0 87 0

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

/proc/6597/task/6611/stat : 6611 (java) S 6595 6595 31580 0 -1 1077944384 821 0 0 0 0 6 0 0 20 0 19 0 475096471 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192557005872 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6704] ppid=6595 vsize=15617104 memory=6656426216303648864 CPUtime=300.27 cores=1,3,5,7
/proc/6597/task/6704/stat : 6704 (java) R 6595 6595 31580 0 -1 4202560 859 0 0 0 30027 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192542762784 140193391167269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6705] ppid=6595 vsize=15617104 memory=6944652177228980320 CPUtime=299.67 cores=1,3,5,7
/proc/6597/task/6705/stat : 6705 (java) R 6595 6595 31580 0 -1 4202560 2249 0 0 0 29967 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192541707520 140193390616011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6706] ppid=6595 vsize=15617104 memory=6655300316396806240 CPUtime=300.3 cores=1,3,5,7
/proc/6597/task/6706/stat : 6706 (java) R 6595 6595 31580 0 -1 4202560 2907 0 0 0 30030 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192546971256 140193390616170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6707] ppid=6595 vsize=15617104 memory=14048 CPUtime=299.9 cores=1,3,5,7
/proc/6597/task/6707/stat : 6707 (java) R 6595 6595 31580 0 -1 4202560 1400 0 0 0 29990 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192544866968 140193391462851 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
Current children cumulated CPU time: 1234.97 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 261228 KiB

[startup+312.001 s]*
/proc/loadavg: 8.31 8.29 8.18 9/240 7463
/proc/meminfo: memFree=3338880/32770624 swapFree=66976740/67108860
[pid=6595] ppid=6592 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6595/stat : 6595 (xcsp3-exec) S 6592 6595 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475096465 115843072 363 33554432000 4194304 5098028 140735303291024 140735303289128 140267871076988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29855744 140735303295831 140735303296089 140735303296089 140735303299014 0
/proc/6595/statm: 28282 363 304 221 0 87 0
[pid=6597] ppid=6595 vsize=15617104 memory=259776 CPUtime=1238.18 cores=1,3,5,7
/proc/6597/stat : 6597 (java) S 6595 6595 31580 0 -1 1077944320 66797 0 0 0 123783 35 0 0 20 0 19 0 475096465 15991914496 64944 33554432000 4194304 4196468 140736762265648 140736762248192 140193760141047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
/proc/6597/statm: 3904276 64944 3518 1 0 3865376 0
[pid=6597/tid=6598] ppid=6595 vsize=15617104 memory=6935054825532540783 CPUtime=0.52 cores=1,3,5,7
/proc/6597/task/6598/stat : 6598 (java) S 6595 6595 31580 0 -1 1077944384 9268 0 0 0 49 3 0 0 20 0 19 0 475096465 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193764381824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6599] ppid=6595 vsize=15617104 memory=4126316290023845779 CPUtime=0.45 cores=1,3,5,7
/proc/6597/task/6599/stat : 6599 (java) S 6595 6595 31580 0 -1 1077944384 1520 0 0 0 39 6 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193712761360 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6600] ppid=6595 vsize=15617104 memory=580 CPUtime=0.46 cores=1,3,5,7
/proc/6597/task/6600/stat : 6600 (java) S 6595 6595 31580 0 -1 1077944384 1537 0 0 0 41 5 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193711708816 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6601] ppid=6595 vsize=15617104 memory=1716 CPUtime=0.45 cores=1,3,5,7
/proc/6597/task/6601/stat : 6601 (java) S 6595 6595 31580 0 -1 1077944384 1923 0 0 0 41 4 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193710655760 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6602] ppid=6595 vsize=15617104 memory=10604 CPUtime=0.46 cores=1,3,5,7
/proc/6597/task/6602/stat : 6602 (java) S 6595 6595 31580 0 -1 1077944384 2146 0 0 0 42 4 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193709603216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6603] ppid=6595 vsize=15617104 memory=8112282956445269571 CPUtime=0.33 cores=1,3,5,7
/proc/6597/task/6603/stat : 6603 (java) S 6595 6595 31580 0 -1 1077944384 2503 0 0 0 29 4 0 0 20 0 19 0 475096467 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192633551600 140193760152194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6604] ppid=6595 vsize=15617104 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6604/stat : 6604 (java) S 6595 6595 31580 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475096468 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192564373216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6605] ppid=6595 vsize=15617104 memory=2776 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6605/stat : 6605 (java) S 6595 6595 31580 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475096468 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192563320064 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6606] ppid=6595 vsize=15617104 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6606/stat : 6606 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192562268624 140193760159643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6607] ppid=6595 vsize=15617104 memory=6935054825532540783 CPUtime=2.06 cores=1,3,5,7
/proc/6597/task/6607/stat : 6607 (java) S 6595 6595 31580 0 -1 1077944384 17029 0 0 0 205 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192561215728 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6608] ppid=6595 vsize=15617104 memory=4126316290023845779 CPUtime=1.84 cores=1,3,5,7
/proc/6597/task/6608/stat : 6608 (java) S 6595 6595 31580 0 -1 1077944384 11733 0 0 0 183 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192560163184 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6609] ppid=6595 vsize=15617104 memory=245072 CPUtime=0.59 cores=1,3,5,7
/proc/6597/task/6609/stat : 6609 (java) S 6595 6595 31580 0 -1 1077944384 6632 0 0 0 58 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192559110128 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6610] ppid=6595 vsize=15617104 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6610/stat : 6610 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475096471 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192558057824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6611] ppid=6595 vsize=15617104 memory=245072 CPUtime=0.06 cores=1,3,5,7
/proc/6597/task/6611/stat : 6611 (java) S 6595 6595 31580 0 -1 1077944384 821 0 0 0 0 6 0 0 20 0 19 0 475096471 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192557005872 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6704] ppid=6595 vsize=15617104 memory=30032 CPUtime=301.08 cores=1,3,5,7
/proc/6597/task/6704/stat : 6704 (java) R 6595 6595 31580 0 -1 4202560 860 0 0 0 30108 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192542760248 140193744518160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6705] ppid=6595 vsize=15617104 memory=1452 CPUtime=300.47 cores=1,3,5,7
/proc/6597/task/6705/stat : 6705 (java) R 6595 6595 31580 0 -1 4202560 2249 0 0 0 30047 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192541710608 140193392146711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6706] ppid=6595 vsize=15617104 memory=8112282956445269571 CPUtime=301.11 cores=1,3,5,7
/proc/6597/task/6706/stat : 6706 (java) R 6595 6595 31580 0 -1 4202560 2907 0 0 0 30111 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192546971104 140193390616570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6707] ppid=6595 vsize=15617104 memory=3130944 CPUtime=300.69 cores=1,3,5,7
/proc/6597/task/6707/stat : 6707 (java) R 6595 6595 31580 0 -1 4202560 1400 0 0 0 30069 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192544866552 140193390615560 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
Current children cumulated CPU time: 1238.18 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 261228 KiB

[startup+312.201 s]
/proc/loadavg: 8.31 8.29 8.18 9/240 7463
/proc/meminfo: memFree=3338880/32770624 swapFree=66976740/67108860
[pid=6595] ppid=6592 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6595/stat : 6595 (xcsp3-exec) S 6592 6595 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475096465 115843072 363 33554432000 4194304 5098028 140735303291024 140735303289128 140267871076988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29855744 140735303295831 140735303296089 140735303296089 140735303299014 0
/proc/6595/statm: 28282 363 304 221 0 87 0
[pid=6597] ppid=6595 vsize=15617104 memory=259776 CPUtime=1238.95 cores=1,3,5,7
/proc/6597/stat : 6597 (java) S 6595 6595 31580 0 -1 1077944320 66797 0 0 0 123860 35 0 0 20 0 19 0 475096465 15991914496 64944 33554432000 4194304 4196468 140736762265648 140736762248192 140193760141047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
/proc/6597/statm: 3904276 64944 3518 1 0 3865376 0
[pid=6597/tid=6598] ppid=6595 vsize=15617104 memory=3848 CPUtime=0.52 cores=1,3,5,7
/proc/6597/task/6598/stat : 6598 (java) S 6595 6595 31580 0 -1 1077944384 9268 0 0 0 49 3 0 0 20 0 19 0 475096465 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193764381824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6599] ppid=6595 vsize=15617104 memory=2776 CPUtime=0.45 cores=1,3,5,7
/proc/6597/task/6599/stat : 6599 (java) S 6595 6595 31580 0 -1 1077944384 1520 0 0 0 39 6 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193712761360 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6600] ppid=6595 vsize=15617104 memory=2592 CPUtime=0.46 cores=1,3,5,7
/proc/6597/task/6600/stat : 6600 (java) S 6595 6595 31580 0 -1 1077944384 1537 0 0 0 41 5 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193711708816 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6601] ppid=6595 vsize=15617104 memory=1452 CPUtime=0.45 cores=1,3,5,7
/proc/6597/task/6601/stat : 6601 (java) S 6595 6595 31580 0 -1 1077944384 1923 0 0 0 41 4 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193710655760 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6602] ppid=6595 vsize=15617104 memory=2008 CPUtime=0.46 cores=1,3,5,7
/proc/6597/task/6602/stat : 6602 (java) S 6595 6595 31580 0 -1 1077944384 2146 0 0 0 42 4 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193709603216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6603] ppid=6595 vsize=15617104 memory=1436 CPUtime=0.33 cores=1,3,5,7
/proc/6597/task/6603/stat : 6603 (java) S 6595 6595 31580 0 -1 1077944384 2503 0 0 0 29 4 0 0 20 0 19 0 475096467 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192633551600 140193760152194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6604] ppid=6595 vsize=15617104 memory=580 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6604/stat : 6604 (java) S 6595 6595 31580 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475096468 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192564373216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6605] ppid=6595 vsize=15617104 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6605/stat : 6605 (java) S 6595 6595 31580 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475096468 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192563320064 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6606] ppid=6595 vsize=15617104 memory=776 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6606/stat : 6606 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192562268624 140193760159643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6607] ppid=6595 vsize=15617104 memory=1564 CPUtime=2.06 cores=1,3,5,7
/proc/6597/task/6607/stat : 6607 (java) S 6595 6595 31580 0 -1 1077944384 17029 0 0 0 205 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192561215728 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6608] ppid=6595 vsize=15617104 memory=6088 CPUtime=1.84 cores=1,3,5,7
/proc/6597/task/6608/stat : 6608 (java) S 6595 6595 31580 0 -1 1077944384 11733 0 0 0 183 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192560163184 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6609] ppid=6595 vsize=15617104 memory=1060 CPUtime=0.59 cores=1,3,5,7
/proc/6597/task/6609/stat : 6609 (java) S 6595 6595 31580 0 -1 1077944384 6632 0 0 0 58 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192559110128 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6610] ppid=6595 vsize=15617104 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6610/stat : 6610 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475096471 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192558057824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6611] ppid=6595 vsize=15617104 memory=1216 CPUtime=0.06 cores=1,3,5,7
/proc/6597/task/6611/stat : 6611 (java) S 6595 6595 31580 0 -1 1077944384 821 0 0 0 0 6 0 0 20 0 19 0 475096471 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192557005872 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6704] ppid=6595 vsize=15617104 memory=984 CPUtime=301.27 cores=1,3,5,7
/proc/6597/task/6704/stat : 6704 (java) R 6595 6595 31580 0 -1 4202560 860 0 0 0 30127 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192542760248 140193391166890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6705] ppid=6595 vsize=15617104 memory=14004 CPUtime=300.66 cores=1,3,5,7
/proc/6597/task/6705/stat : 6705 (java) R 6595 6595 31580 0 -1 4202560 2249 0 0 0 30066 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192541710608 140193390660225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6706] ppid=6595 vsize=15617104 memory=30032 CPUtime=301.3 cores=1,3,5,7
/proc/6597/task/6706/stat : 6706 (java) R 6595 6595 31580 0 -1 4202560 2907 0 0 0 30130 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192546971104 140193390616072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6707] ppid=6595 vsize=15617104 memory=14048 CPUtime=300.88 cores=1,3,5,7
/proc/6597/task/6707/stat : 6707 (java) R 6595 6595 31580 0 -1 4202560 1400 0 0 0 30088 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192544866552 140193390615733 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
Current children cumulated CPU time: 1238.95 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 261228 KiB

[startup+312.301 s]
/proc/loadavg: 8.31 8.29 8.18 9/240 7463
/proc/meminfo: memFree=3338880/32770624 swapFree=66976740/67108860
[pid=6595] ppid=6592 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6595/stat : 6595 (xcsp3-exec) S 6592 6595 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475096465 115843072 363 33554432000 4194304 5098028 140735303291024 140735303289128 140267871076988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29855744 140735303295831 140735303296089 140735303296089 140735303299014 0
/proc/6595/statm: 28282 363 304 221 0 87 0
[pid=6597] ppid=6595 vsize=15617104 memory=259776 CPUtime=1239.35 cores=1,3,5,7
/proc/6597/stat : 6597 (java) S 6595 6595 31580 0 -1 1077944320 66797 0 0 0 123900 35 0 0 20 0 19 0 475096465 15991914496 64944 33554432000 4194304 4196468 140736762265648 140736762248192 140193760141047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
/proc/6597/statm: 3904276 64944 3518 1 0 3865376 0
[pid=6597/tid=6598] ppid=6595 vsize=15617104 memory=259776 CPUtime=0.52 cores=1,3,5,7
/proc/6597/task/6598/stat : 6598 (java) S 6595 6595 31580 0 -1 1077944384 9268 0 0 0 49 3 0 0 20 0 19 0 475096465 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193764381824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6599] ppid=6595 vsize=15617104 memory=1452 CPUtime=0.45 cores=1,3,5,7
/proc/6597/task/6599/stat : 6599 (java) S 6595 6595 31580 0 -1 1077944384 1520 0 0 0 39 6 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193712761360 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6600] ppid=6595 vsize=15617104 memory=259776 CPUtime=0.46 cores=1,3,5,7
/proc/6597/task/6600/stat : 6600 (java) S 6595 6595 31580 0 -1 1077944384 1537 0 0 0 41 5 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193711708816 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6601] ppid=6595 vsize=15617104 memory=259776 CPUtime=0.45 cores=1,3,5,7
/proc/6597/task/6601/stat : 6601 (java) S 6595 6595 31580 0 -1 1077944384 1923 0 0 0 41 4 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193710655760 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6602] ppid=6595 vsize=15617104 memory=1452 CPUtime=0.46 cores=1,3,5,7
/proc/6597/task/6602/stat : 6602 (java) S 6595 6595 31580 0 -1 1077944384 2146 0 0 0 42 4 0 0 20 0 19 0 475096466 15991914496 64944 33554432000 4194304 4196468 140736762265648 140193709603216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6603] ppid=6595 vsize=15617104 memory=259776 CPUtime=0.33 cores=1,3,5,7
/proc/6597/task/6603/stat : 6603 (java) S 6595 6595 31580 0 -1 1077944384 2503 0 0 0 29 4 0 0 20 0 19 0 475096467 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192633551600 140193760152194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6604] ppid=6595 vsize=15617104 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6604/stat : 6604 (java) S 6595 6595 31580 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475096468 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192564373216 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6605] ppid=6595 vsize=15617104 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6605/stat : 6605 (java) S 6595 6595 31580 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475096468 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192563320064 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6606] ppid=6595 vsize=15617104 memory=259776 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6606/stat : 6606 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192562268624 140193760159643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6607] ppid=6595 vsize=15617104 memory=259776 CPUtime=2.06 cores=1,3,5,7
/proc/6597/task/6607/stat : 6607 (java) S 6595 6595 31580 0 -1 1077944384 17029 0 0 0 205 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192561215728 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6608] ppid=6595 vsize=15617104 memory=1452 CPUtime=1.84 cores=1,3,5,7
/proc/6597/task/6608/stat : 6608 (java) S 6595 6595 31580 0 -1 1077944384 11733 0 0 0 183 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192560163184 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6609] ppid=6595 vsize=15617104 memory=259776 CPUtime=0.59 cores=1,3,5,7
/proc/6597/task/6609/stat : 6609 (java) S 6595 6595 31580 0 -1 1077944384 6632 0 0 0 58 1 0 0 20 0 19 0 475096470 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192559110128 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6610] ppid=6595 vsize=15617104 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6597/task/6610/stat : 6610 (java) S 6595 6595 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475096471 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192558057824 140193760151253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6611] ppid=6595 vsize=15617104 memory=3620 CPUtime=0.06 cores=1,3,5,7
/proc/6597/task/6611/stat : 6611 (java) S 6595 6595 31580 0 -1 1077944384 821 0 0 0 0 6 0 0 20 0 19 0 475096471 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192557005872 140193760152194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6704] ppid=6595 vsize=15617104 memory=1452 CPUtime=301.37 cores=1,3,5,7
/proc/6597/task/6704/stat : 6704 (java) R 6595 6595 31580 0 -1 4202560 860 0 0 0 30137 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192542760248 140193391659312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6705] ppid=6595 vsize=15617104 memory=1452 CPUtime=300.76 cores=1,3,5,7
/proc/6597/task/6705/stat : 6705 (java) R 6595 6595 31580 0 -1 4202560 2249 0 0 0 30076 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192541710608 140193390615950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6706] ppid=6595 vsize=15617104 memory=1452 CPUtime=301.4 cores=1,3,5,7
/proc/6597/task/6706/stat : 6706 (java) R 6595 6595 31580 0 -1 4202560 2907 0 0 0 30140 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192546971104 140193391301197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
[pid=6597/tid=6707] ppid=6595 vsize=15617104 memory=259776 CPUtime=300.98 cores=1,3,5,7
/proc/6597/task/6707/stat : 6707 (java) R 6595 6595 31580 0 -1 4202560 1400 0 0 0 30098 0 0 0 20 0 19 0 475097296 15991914496 64944 33554432000 4194304 4196468 140736762265648 140192544866552 140193390616570 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27447296 140736762274779 140736762274954 140736762274954 140736762277839 0
Current children cumulated CPU time: 1239.35 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 261228 KiB

Child status: 0
Real time (s): 312.393
CPU time (s): 1239.7
CPU user time (s): 1239.34
CPU system time (s): 0.361539
CPU usage (%): 396.839
Max. virtual memory (cumulated for all children) (KiB): 15730232
Max. memory (cumulated for all children) (KiB): 261228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1239.34
system time used= 0.361539
maximum resident set size= 259896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67987
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22267
involuntary context switches= 26433


# summary of solver processes directly reported to runsolver:
#   pid: 6595
#   total CPU time (s): 1239.7
#   total CPU user time (s): 1239.34
#   total CPU system time (s): 0.361539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.94018 second user time and 3.54167 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 16:58:43
IDJOB=4403978
IDBENCH=135733
IDSOLVER=2864
FILE ID=node124/4403978-1568991564
RUNJOBID= node124-1568988386-31612
PBS_JOBID= 21704644
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-04.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 /var/tmp/evaluation-result-4403978-1568991564/watcher-4403978-1568991564 -o /var/tmp/evaluation-result-4403978-1568991564/solver-4403978-1568991564 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568988386-31612 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 993646031 HOME/instance-4403978-1568991564.xml

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=993646031

node124.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.47
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.47
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.47
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.47
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:         2537260 kB
MemAvailable:   27648156 kB
Buffers:          155888 kB
Cached:         24884348 kB
SwapCached:        28940 kB
Active:         16599672 kB
Inactive:       12644004 kB
Active(anon):    4170592 kB
Inactive(anon):    81972 kB
Active(file):   12429080 kB
Inactive(file): 12562032 kB
Unevictable:      108088 kB
Mlocked:          108088 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             26076 kB
Writeback:             0 kB
AnonPages:       4260660 kB
Mapped:            65600 kB
Shmem:             40884 kB
Slab:             578088 kB
SReclaimable:     548244 kB
SUnreclaim:        29844 kB
KernelStack:        4160 kB
PageTables:        14192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5300000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4139008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node124 at 2019-09-20 17:03:55