Trace number 4403777

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-20OPT104 676.131 170.343

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark39.3333
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"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-4403777-1568992336.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403777-1568992336.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.05/0.52	c solve instance...
1.05/0.59	o 198 
1.05/0.60	o 196 
1.05/0.60	o 196 
1.05/0.60	o 185 
1.39/0.61	o 184 
1.39/0.64	o 183 
1.39/0.65	o 182 
1.39/0.65	o 180 
1.39/0.66	o 179 
1.39/0.66	o 178 
1.39/0.67	o 174 
1.39/0.68	o 173 
1.39/0.69	o 167 
1.39/0.69	o 166 
1.39/0.69	o 161 
1.68/0.70	o 160 
1.68/0.74	o 132 
1.68/0.79	o 122 
1.68/0.80	o 110 
2.03/0.83	o 106 
3.93/1.33	o 105 
4.32/1.45	o 104 
675.97/170.33	s OPTIMUM FOUND
675.97/170.33	v <instantiation>
675.97/170.33	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>
675.97/170.33	v 	<values>7 5 2 3 0 1 4 6 8 14 12 11 13 10 9 8 7 8 8 1 11 6 10 12 9 7 4 6 4 3 </values>
675.97/170.33	v </instantiation>

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403777-1568992336/watcher-4403777-1568992336 -o /var/tmp/evaluation-result-4403777-1568992336/solver-4403777-1568992336 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568990707-4812 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1330389688 HOME/instance-4403777-1568992336.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=6996, runsolver pid=6993
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 8.57 8.41 7.22 7/235 7012
/proc/meminfo: memFree=10649096/32770624 swapFree=66997184/67108860
[pid=6996] ppid=6993 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6996/stat : 6996 (xcsp3-exec) S 6993 6996 4780 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475171988 115843072 364 33554432000 4194304 5098028 140723648060032 140723648058136 140597088600700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18157568 140723648062294 140723648062553 140723648062553 140723648065478 0
/proc/6996/statm: 28282 364 305 221 0 87 0
[pid=6998] ppid=6996 vsize=15144776 memory=28980 CPUtime=0.13 cores=1,3,5,7
/proc/6998/stat : 6998 (java) S 6996 6996 4780 0 -1 1077944320 5651 0 0 0 11 2 0 0 20 0 15 0 475171988 15508250624 7245 33554432000 4194304 4196468 140737148886016 140737148868560 140162343169783 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
/proc/6998/statm: 3786194 7245 3146 1 0 3748377 0
[pid=6998/tid=6999] ppid=6996 vsize=15144776 memory=8332122889567572827 CPUtime=0.09 cores=1,3,5,7
/proc/6998/task/6999/stat : 6999 (java) R 6996 6996 4780 0 -1 4202560 3543 0 0 0 8 1 0 0 20 0 15 0 475171989 15508250624 7245 33554432000 4194304 4196468 140737148886016 140162347391248 140162335406910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7000] ppid=6996 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7000/stat : 7000 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171989 15508250624 7245 33554432000 4194304 4196468 140737148886016 140162299722128 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7001] ppid=6996 vsize=15144776 memory=140642237707904 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7001/stat : 7001 (java) S 6996 6996 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475171990 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161934612752 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7002] ppid=6996 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7002/stat : 7002 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171990 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161933560464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7003] ppid=6996 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7003/stat : 7003 (java) S 6996 6996 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475171990 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161932507664 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7004] ppid=6996 vsize=15144776 memory=140642237707904 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7004/stat : 7004 (java) S 6996 6996 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475171991 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161811704432 140162343180930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7005] ppid=6996 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7005/stat : 7005 (java) S 6996 6996 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475171991 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161810650400 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7006] ppid=6996 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7006/stat : 7006 (java) S 6996 6996 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475171992 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161809598064 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7007] ppid=6996 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7007/stat : 7007 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475171994 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161808546384 140162343188379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7008] ppid=6996 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7008/stat : 7008 (java) S 6996 6996 4780 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 15 0 475171994 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161807493232 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7009] ppid=6996 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7009/stat : 7009 (java) S 6996 6996 4780 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 475171994 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161806440432 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7010] ppid=6996 vsize=15144776 memory=140642237707904 CPUtime=0.02 cores=1,3,5,7
/proc/6998/task/7010/stat : 7010 (java) R 6996 6996 4780 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 475171994 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161805382496 140162343191130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7011] ppid=6996 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7011/stat : 7011 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475171994 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161804335584 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7012] ppid=6996 vsize=15144776 memory=140642237707904 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7012/stat : 7012 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171994 15508250624 7245 33554432000 4194304 4196468 140737148886016 140161803283376 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30436 KiB

[startup+0.212552 s]*
/proc/loadavg: 8.57 8.41 7.22 8/235 7012
/proc/meminfo: memFree=10635968/32770624 swapFree=66997184/67108860
[pid=6996] ppid=6993 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6996/stat : 6996 (xcsp3-exec) S 6993 6996 4780 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475171988 115843072 364 33554432000 4194304 5098028 140723648060032 140723648058136 140597088600700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18157568 140723648062294 140723648062553 140723648062553 140723648065478 0
/proc/6996/statm: 28282 364 305 221 0 87 0
[pid=6998] ppid=6996 vsize=15144776 memory=40300 CPUtime=0.34 cores=1,3,5,7
/proc/6998/stat : 6998 (java) S 6996 6996 4780 0 -1 1077944320 9317 0 0 0 31 3 0 0 20 0 15 0 475171988 15508250624 10075 33554432000 4194304 4196468 140737148886016 140737148868560 140162343169783 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
/proc/6998/statm: 3786194 10075 3297 1 0 3748377 0
[pid=6998/tid=6999] ppid=6996 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/6998/task/6999/stat : 6999 (java) R 6996 6996 4780 0 -1 4202560 6540 0 0 0 18 2 0 0 20 0 15 0 475171989 15508250624 10075 33554432000 4194304 4196468 140737148886016 140162347406368 140162327250270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7000] ppid=6996 vsize=15144776 memory=2128865 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7000/stat : 7000 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171989 15508250624 10075 33554432000 4194304 4196468 140737148886016 140162299722128 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7001] ppid=6996 vsize=15144776 memory=140642241309702 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7001/stat : 7001 (java) S 6996 6996 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475171990 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161934612752 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7002] ppid=6996 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7002/stat : 7002 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171990 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161933560464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7003] ppid=6996 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7003/stat : 7003 (java) S 6996 6996 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475171990 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161932507664 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7004] ppid=6996 vsize=15144776 memory=140642237707904 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7004/stat : 7004 (java) S 6996 6996 4780 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475171991 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161811704432 140162343180930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7005] ppid=6996 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7005/stat : 7005 (java) S 6996 6996 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475171991 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161810650400 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7006] ppid=6996 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7006/stat : 7006 (java) S 6996 6996 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475171992 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161809598064 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7007] ppid=6996 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7007/stat : 7007 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475171994 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161808546384 140162343188379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7008] ppid=6996 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6998/task/7008/stat : 7008 (java) S 6996 6996 4780 0 -1 1077944384 426 0 0 0 2 0 0 0 20 0 15 0 475171994 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161807493232 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7009] ppid=6996 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6998/task/7009/stat : 7009 (java) S 6996 6996 4780 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 15 0 475171994 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161806440432 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7010] ppid=6996 vsize=15144776 memory=140642237707904 CPUtime=0.08 cores=1,3,5,7
/proc/6998/task/7010/stat : 7010 (java) R 6996 6996 4780 0 -1 4202560 838 0 0 0 8 0 0 0 20 0 15 0 475171994 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161805388144 140162343191130 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7011] ppid=6996 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7011/stat : 7011 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475171994 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161804335584 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7012] ppid=6996 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7012/stat : 7012 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171994 15508250624 10075 33554432000 4194304 4196468 140737148886016 140161803283376 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41756 KiB

[startup+0.318884 s]*
/proc/loadavg: 8.37 8.37 7.21 6/235 7012
/proc/meminfo: memFree=10628328/32770624 swapFree=66997184/67108860
[pid=6996] ppid=6993 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6996/stat : 6996 (xcsp3-exec) S 6993 6996 4780 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475171988 115843072 364 33554432000 4194304 5098028 140723648060032 140723648058136 140597088600700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18157568 140723648062294 140723648062553 140723648062553 140723648065478 0
/proc/6996/statm: 28282 364 305 221 0 87 0
[pid=6998] ppid=6996 vsize=15149032 memory=49548 CPUtime=0.53 cores=1,3,5,7
/proc/6998/stat : 6998 (java) S 6996 6996 4780 0 -1 1077944320 10741 0 0 0 49 4 0 0 20 0 15 0 475171988 15512608768 12387 33554432000 4194304 4196468 140737148886016 140737148868560 140162343169783 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
/proc/6998/statm: 3787258 12387 3332 1 0 3748377 0
[pid=6998/tid=6999] ppid=6996 vsize=15149032 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/6998/task/6999/stat : 6999 (java) R 6996 6996 4780 0 -1 4202560 7787 0 0 0 27 3 0 0 20 0 15 0 475171989 15512608768 12398 33554432000 4194304 4196468 140737148886016 140162347404720 140162327250270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7000] ppid=6996 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7000/stat : 7000 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171989 15512608768 12398 33554432000 4194304 4196468 140737148886016 140162299722128 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7001] ppid=6996 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7001/stat : 7001 (java) S 6996 6996 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475171990 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161934612752 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7002] ppid=6996 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7002/stat : 7002 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171990 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161933560464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7003] ppid=6996 vsize=15149032 memory=7161374744685748120 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7003/stat : 7003 (java) S 6996 6996 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475171990 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161932507664 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7004] ppid=6996 vsize=15149032 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7004/stat : 7004 (java) S 6996 6996 4780 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475171991 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161811704432 140162343180930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7005] ppid=6996 vsize=15149032 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7005/stat : 7005 (java) S 6996 6996 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475171991 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161810650400 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7006] ppid=6996 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7006/stat : 7006 (java) S 6996 6996 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475171992 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161809598064 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7007] ppid=6996 vsize=15149032 memory=-6444775992005010620 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7007/stat : 7007 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475171994 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161808546384 140162343188379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7008] ppid=6996 vsize=15149032 memory=8325818968683490714 CPUtime=0.04 cores=1,3,5,7
/proc/6998/task/7008/stat : 7008 (java) S 6996 6996 4780 0 -1 1077944384 439 0 0 0 4 0 0 0 20 0 15 0 475171994 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161807493232 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7009] ppid=6996 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6998/task/7009/stat : 7009 (java) S 6996 6996 4780 0 -1 1077944384 223 0 0 0 3 0 0 0 20 0 15 0 475171994 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161806440432 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7010] ppid=6996 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6998/task/7010/stat : 7010 (java) S 6996 6996 4780 0 -1 1077944384 988 0 0 0 13 0 0 0 20 0 15 0 475171994 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161805388144 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7011] ppid=6996 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7011/stat : 7011 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475171994 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161804335584 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7012] ppid=6996 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7012/stat : 7012 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475171994 15512608768 12398 33554432000 4194304 4196468 140737148886016 140161803283376 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51004 KiB

[startup+0.702376 s]
/proc/loadavg: 8.37 8.37 7.21 10/235 7012
/proc/meminfo: memFree=10610268/32770624 swapFree=66997184/67108860
[pid=6996] ppid=6993 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6996/stat : 6996 (xcsp3-exec) S 6993 6996 4780 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475171988 115843072 364 33554432000 4194304 5098028 140723648060032 140723648058136 140597088600700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18157568 140723648062294 140723648062553 140723648062553 140723648065478 0
/proc/6996/statm: 28282 364 305 221 0 87 0
[pid=6998] ppid=6996 vsize=15483976 memory=172392 CPUtime=1.68 cores=1,3,5,7
/proc/6998/stat : 6998 (java) S 6996 6996 4780 0 -1 1077944320 16023 0 0 0 161 7 0 0 20 0 19 0 475171988 15855591424 43098 33554432000 4194304 4196468 140737148886016 140737148868560 140162343169783 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
/proc/6998/statm: 3870994 43098 3462 1 0 3832094 0
[pid=6998/tid=6999] ppid=6996 vsize=15483976 memory=33 CPUtime=0.51 cores=1,3,5,7
/proc/6998/task/6999/stat : 6999 (java) S 6996 6996 4780 0 -1 1077944384 8891 0 0 0 48 3 0 0 20 0 19 0 475171989 15855591424 43098 33554432000 4194304 4196468 140737148886016 140162347410560 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7000] ppid=6996 vsize=15483976 memory=288230608904420306 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7000/stat : 7000 (java) S 6996 6996 4780 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 475171989 15855591424 43098 33554432000 4194304 4196468 140737148886016 140162299722128 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7001] ppid=6996 vsize=15483976 memory=14690786136597550 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7001/stat : 7001 (java) S 6996 6996 4780 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475171990 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161934612752 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7002] ppid=6996 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7002/stat : 7002 (java) S 6996 6996 4780 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475171990 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161933560464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7003] ppid=6996 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7003/stat : 7003 (java) S 6996 6996 4780 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 475171990 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161932507664 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7004] ppid=6996 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7004/stat : 7004 (java) S 6996 6996 4780 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 475171991 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161811704432 140162343180930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7005] ppid=6996 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7005/stat : 7005 (java) S 6996 6996 4780 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475171991 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161810650400 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7006] ppid=6996 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7006/stat : 7006 (java) S 6996 6996 4780 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 475171992 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161809598064 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7007] ppid=6996 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7007/stat : 7007 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161808546384 140162343188379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7008] ppid=6996 vsize=15483976 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/6998/task/7008/stat : 7008 (java) R 6996 6996 4780 0 -1 4202560 1150 0 0 0 28 0 0 0 20 0 19 0 475171994 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161807480080 140162324690464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7009] ppid=6996 vsize=15483976 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/6998/task/7009/stat : 7009 (java) R 6996 6996 4780 0 -1 4202560 1225 0 0 0 26 0 0 0 20 0 19 0 475171994 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161806440528 140162322832000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7010] ppid=6996 vsize=15483976 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/6998/task/7010/stat : 7010 (java) R 6996 6996 4780 0 -1 1077944384 2103 0 0 0 35 0 0 0 20 0 19 0 475171994 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161805388144 140162343180930 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7011] ppid=6996 vsize=15483976 memory=7524221343460966500 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7011/stat : 7011 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161804335584 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7012] ppid=6996 vsize=15483976 memory=7229517008602555239 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7012/stat : 7012 (java) S 6996 6996 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 43098 33554432000 4194304 4196468 140737148886016 140161803283376 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 173848 KiB

[startup+1.50089 s]
/proc/loadavg: 8.37 8.37 7.21 10/239 7096
/proc/meminfo: memFree=10483828/32770624 swapFree=66997184/67108860
[pid=6996] ppid=6993 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6996/stat : 6996 (xcsp3-exec) S 6993 6996 4780 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475171988 115843072 364 33554432000 4194304 5098028 140723648060032 140723648058136 140597088600700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18157568 140723648062294 140723648062553 140723648062553 140723648065478 0
/proc/6996/statm: 28282 364 305 221 0 87 0

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

/proc/6998/task/7012/stat : 7012 (java) S 6996 6996 4780 0 -1 1077944384 739 0 0 0 0 2 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161803283376 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7101] ppid=6996 vsize=15483976 memory=1456 CPUtime=166.58 cores=1,3,5,7
/proc/6998/task/7101/stat : 7101 (java) R 6996 6996 4780 0 -1 4202560 670 0 0 0 16658 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161794063280 140161983673737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7102] ppid=6996 vsize=15483976 memory=8112282956445269571 CPUtime=166.23 cores=1,3,5,7
/proc/6998/task/7102/stat : 7102 (java) R 6996 6996 4780 0 -1 4202560 1820 0 0 0 16623 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161790909664 140161984616229 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7103] ppid=6996 vsize=15483976 memory=772 CPUtime=166.5 cores=1,3,5,7
/proc/6998/task/7103/stat : 7103 (java) R 6996 6996 4780 0 -1 4202560 2524 0 0 0 16650 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161789854104 140161984679129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7104] ppid=6996 vsize=15483976 memory=10596 CPUtime=166.22 cores=1,3,5,7
/proc/6998/task/7104/stat : 7104 (java) R 6996 6996 4780 0 -1 4202560 1299 0 0 0 16622 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161791958240 140162327508560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
Current children cumulated CPU time: 673.19 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 198844 KiB

[startup+170.001 s]*
/proc/loadavg: 8.27 8.35 7.40 9/238 7114
/proc/meminfo: memFree=9430176/32770624 swapFree=66997184/67108860
[pid=6996] ppid=6993 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6996/stat : 6996 (xcsp3-exec) S 6993 6996 4780 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475171988 115843072 364 33554432000 4194304 5098028 140723648060032 140723648058136 140597088600700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18157568 140723648062294 140723648062553 140723648062553 140723648065478 0
/proc/6996/statm: 28282 364 305 221 0 87 0
[pid=6998] ppid=6996 vsize=15483976 memory=197388 CPUtime=674.82 cores=1,3,5,7
/proc/6998/stat : 6998 (java) S 6996 6996 4780 0 -1 1077944320 57363 0 0 0 67465 17 0 0 20 0 19 0 475171988 15855591424 49347 33554432000 4194304 4196468 140737148886016 140737148868560 140162343169783 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
/proc/6998/statm: 3870994 49347 3516 1 0 3832094 0
[pid=6998/tid=6999] ppid=6996 vsize=15483976 memory=8112282956445269571 CPUtime=0.52 cores=1,3,5,7
/proc/6998/task/6999/stat : 6999 (java) S 6996 6996 4780 0 -1 1077944384 8891 0 0 0 49 3 0 0 20 0 19 0 475171989 15855591424 49347 33554432000 4194304 4196468 140737148886016 140162347410560 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7000] ppid=6996 vsize=15483976 memory=4872558044660077418 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7000/stat : 7000 (java) S 6996 6996 4780 0 -1 1077944384 2030 0 0 0 10 1 0 0 20 0 19 0 475171989 15855591424 49347 33554432000 4194304 4196468 140737148886016 140162299722128 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7001] ppid=6996 vsize=15483976 memory=5450906554093958698 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7001/stat : 7001 (java) S 6996 6996 4780 0 -1 1077944384 1011 0 0 0 10 1 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161934612752 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7002] ppid=6996 vsize=15483976 memory=7897517683652307531 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7002/stat : 7002 (java) S 6996 6996 4780 0 -1 1077944384 1742 0 0 0 9 2 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161933560464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7003] ppid=6996 vsize=15483976 memory=8514726395715349656 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7003/stat : 7003 (java) S 6996 6996 4780 0 -1 1077944384 679 0 0 0 9 2 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161932507664 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7004] ppid=6996 vsize=15483976 memory=3047711553320166262 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7004/stat : 7004 (java) S 6996 6996 4780 0 -1 1077944384 1875 0 0 0 10 1 0 0 20 0 19 0 475171991 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161811704432 140162343180930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7005] ppid=6996 vsize=15483976 memory=7824336315716348491 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7005/stat : 7005 (java) S 6996 6996 4780 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475171991 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161810650464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7006] ppid=6996 vsize=15483976 memory=-8412652169205224307 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7006/stat : 7006 (java) S 6996 6996 4780 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475171992 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161809598080 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7007] ppid=6996 vsize=15483976 memory=7882540045325264467 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7007/stat : 7007 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161808546384 140162343188379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7008] ppid=6996 vsize=15483976 memory=7306920338013841512 CPUtime=1.98 cores=1,3,5,7
/proc/6998/task/7008/stat : 7008 (java) S 6996 6996 4780 0 -1 1077944384 13296 0 0 0 197 1 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161807493232 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7009] ppid=6996 vsize=15483976 memory=6010444490733741665 CPUtime=1.85 cores=1,3,5,7
/proc/6998/task/7009/stat : 7009 (java) S 6996 6996 4780 0 -1 1077944384 10578 0 0 0 184 1 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161806440432 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7010] ppid=6996 vsize=15483976 memory=7524220196752483434 CPUtime=0.6 cores=1,3,5,7
/proc/6998/task/7010/stat : 7010 (java) S 6996 6996 4780 0 -1 1077944384 7003 0 0 0 60 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161805388144 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7011] ppid=6996 vsize=15483976 memory=7524220196752483434 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7011/stat : 7011 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161804335584 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7012] ppid=6996 vsize=15483976 memory=7164207100159093863 CPUtime=0.02 cores=1,3,5,7
/proc/6998/task/7012/stat : 7012 (java) S 6996 6996 4780 0 -1 1077944384 739 0 0 0 0 2 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161803283376 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7101] ppid=6996 vsize=15483976 memory=6947474580427140714 CPUtime=166.99 cores=1,3,5,7
/proc/6998/task/7101/stat : 7101 (java) R 6996 6996 4780 0 -1 4202560 670 0 0 0 16699 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161794063416 140161984954886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7102] ppid=6996 vsize=15483976 memory=7741794869077759076 CPUtime=166.62 cores=1,3,5,7
/proc/6998/task/7102/stat : 7102 (java) R 6996 6996 4780 0 -1 4202560 1820 0 0 0 16662 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161790909664 140161984877562 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7103] ppid=6996 vsize=15483976 memory=6368204645020427880 CPUtime=166.91 cores=1,3,5,7
/proc/6998/task/7103/stat : 7103 (java) R 6996 6996 4780 0 -1 4202560 2524 0 0 0 16691 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161789854104 140161984743210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7104] ppid=6996 vsize=15483976 memory=1408 CPUtime=166.63 cores=1,3,5,7
/proc/6998/task/7104/stat : 7104 (java) R 6996 6996 4780 0 -1 4202560 1299 0 0 0 16663 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161791958240 140161984616168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
Current children cumulated CPU time: 674.82 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 198844 KiB

[startup+170.201 s]
/proc/loadavg: 8.27 8.35 7.40 9/238 7114
/proc/meminfo: memFree=9430176/32770624 swapFree=66997184/67108860
[pid=6996] ppid=6993 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6996/stat : 6996 (xcsp3-exec) S 6993 6996 4780 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475171988 115843072 364 33554432000 4194304 5098028 140723648060032 140723648058136 140597088600700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18157568 140723648062294 140723648062553 140723648062553 140723648065478 0
/proc/6996/statm: 28282 364 305 221 0 87 0
[pid=6998] ppid=6996 vsize=15483976 memory=197388 CPUtime=675.58 cores=1,3,5,7
/proc/6998/stat : 6998 (java) S 6996 6996 4780 0 -1 1077944320 57363 0 0 0 67541 17 0 0 20 0 19 0 475171988 15855591424 49347 33554432000 4194304 4196468 140737148886016 140737148868560 140162343169783 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
/proc/6998/statm: 3870994 49347 3516 1 0 3832094 0
[pid=6998/tid=6999] ppid=6996 vsize=15483976 memory=15262532197681710 CPUtime=0.52 cores=1,3,5,7
/proc/6998/task/6999/stat : 6999 (java) S 6996 6996 4780 0 -1 1077944384 8891 0 0 0 49 3 0 0 20 0 19 0 475171989 15855591424 49347 33554432000 4194304 4196468 140737148886016 140162347410560 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7000] ppid=6996 vsize=15483976 memory=1408 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7000/stat : 7000 (java) S 6996 6996 4780 0 -1 1077944384 2030 0 0 0 10 1 0 0 20 0 19 0 475171989 15855591424 49347 33554432000 4194304 4196468 140737148886016 140162299722128 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7001] ppid=6996 vsize=15483976 memory=3252 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7001/stat : 7001 (java) S 6996 6996 4780 0 -1 1077944384 1011 0 0 0 10 1 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161934612752 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7002] ppid=6996 vsize=15483976 memory=1456 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7002/stat : 7002 (java) S 6996 6996 4780 0 -1 1077944384 1742 0 0 0 9 2 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161933560464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7003] ppid=6996 vsize=15483976 memory=189196 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7003/stat : 7003 (java) S 6996 6996 4780 0 -1 1077944384 679 0 0 0 9 2 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161932507664 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7004] ppid=6996 vsize=15483976 memory=848 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7004/stat : 7004 (java) S 6996 6996 4780 0 -1 1077944384 1875 0 0 0 10 1 0 0 20 0 19 0 475171991 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161811704432 140162343180930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7005] ppid=6996 vsize=15483976 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7005/stat : 7005 (java) S 6996 6996 4780 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475171991 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161810650464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7006] ppid=6996 vsize=15483976 memory=187148 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7006/stat : 7006 (java) S 6996 6996 4780 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475171992 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161809598080 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7007] ppid=6996 vsize=15483976 memory=7100839861465685612 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7007/stat : 7007 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161808546384 140162343188379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7008] ppid=6996 vsize=15483976 memory=176908 CPUtime=1.98 cores=1,3,5,7
/proc/6998/task/7008/stat : 7008 (java) S 6996 6996 4780 0 -1 1077944384 13296 0 0 0 197 1 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161807493232 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7009] ppid=6996 vsize=15483976 memory=1456 CPUtime=1.85 cores=1,3,5,7
/proc/6998/task/7009/stat : 7009 (java) S 6996 6996 4780 0 -1 1077944384 10578 0 0 0 184 1 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161806440432 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7010] ppid=6996 vsize=15483976 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/6998/task/7010/stat : 7010 (java) S 6996 6996 4780 0 -1 1077944384 7003 0 0 0 60 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161805388144 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7011] ppid=6996 vsize=15483976 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7011/stat : 7011 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161804335584 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7012] ppid=6996 vsize=15483976 memory=1456 CPUtime=0.02 cores=1,3,5,7
/proc/6998/task/7012/stat : 7012 (java) S 6996 6996 4780 0 -1 1077944384 739 0 0 0 0 2 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161803283376 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7101] ppid=6996 vsize=15483976 memory=197388 CPUtime=167.18 cores=1,3,5,7
/proc/6998/task/7101/stat : 7101 (java) R 6996 6996 4780 0 -1 4202560 670 0 0 0 16718 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161794063416 140161984742999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7102] ppid=6996 vsize=15483976 memory=8112282956445269571 CPUtime=166.81 cores=1,3,5,7
/proc/6998/task/7102/stat : 7102 (java) R 6996 6996 4780 0 -1 4202560 1820 0 0 0 16681 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161790909664 140161984839660 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7103] ppid=6996 vsize=15483976 memory=4872558044660077418 CPUtime=167.1 cores=1,3,5,7
/proc/6998/task/7103/stat : 7103 (java) R 6996 6996 4780 0 -1 4202560 2524 0 0 0 16710 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161789854104 140161984461076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7104] ppid=6996 vsize=15483976 memory=111636 CPUtime=166.82 cores=1,3,5,7
/proc/6998/task/7104/stat : 7104 (java) R 6996 6996 4780 0 -1 4202560 1299 0 0 0 16682 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161791958240 140161983673926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
Current children cumulated CPU time: 675.58 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 198844 KiB

[startup+170.301 s]
/proc/loadavg: 8.27 8.35 7.40 9/238 7114
/proc/meminfo: memFree=9430176/32770624 swapFree=66997184/67108860
[pid=6996] ppid=6993 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6996/stat : 6996 (xcsp3-exec) S 6993 6996 4780 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475171988 115843072 364 33554432000 4194304 5098028 140723648060032 140723648058136 140597088600700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18157568 140723648062294 140723648062553 140723648062553 140723648065478 0
/proc/6996/statm: 28282 364 305 221 0 87 0
[pid=6998] ppid=6996 vsize=15483976 memory=197388 CPUtime=675.97 cores=1,3,5,7
/proc/6998/stat : 6998 (java) S 6996 6996 4780 0 -1 1077944320 57364 0 0 0 67580 17 0 0 20 0 19 0 475171988 15855591424 49347 33554432000 4194304 4196468 140737148886016 140737148868560 140162343169783 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
/proc/6998/statm: 3870994 49347 3516 1 0 3832094 0
[pid=6998/tid=6999] ppid=6996 vsize=15483976 memory=197388 CPUtime=0.52 cores=1,3,5,7
/proc/6998/task/6999/stat : 6999 (java) S 6996 6996 4780 0 -1 1077944384 8891 0 0 0 49 3 0 0 20 0 19 0 475171989 15855591424 49347 33554432000 4194304 4196468 140737148886016 140162347410560 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7000] ppid=6996 vsize=15483976 memory=187148 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7000/stat : 7000 (java) S 6996 6996 4780 0 -1 1077944384 2030 0 0 0 10 1 0 0 20 0 19 0 475171989 15855591424 49347 33554432000 4194304 4196468 140737148886016 140162299722128 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7001] ppid=6996 vsize=15483976 memory=195340 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7001/stat : 7001 (java) S 6996 6996 4780 0 -1 1077944384 1011 0 0 0 10 1 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161934612752 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7002] ppid=6996 vsize=15483976 memory=1456 CPUtime=0.12 cores=1,3,5,7
/proc/6998/task/7002/stat : 7002 (java) S 6996 6996 4780 0 -1 1077944384 1742 0 0 0 10 2 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161933560464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7003] ppid=6996 vsize=15483976 memory=1456 CPUtime=0.12 cores=1,3,5,7
/proc/6998/task/7003/stat : 7003 (java) S 6996 6996 4780 0 -1 1077944384 679 0 0 0 10 2 0 0 20 0 19 0 475171990 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161932507664 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7004] ppid=6996 vsize=15483976 memory=964480 CPUtime=0.11 cores=1,3,5,7
/proc/6998/task/7004/stat : 7004 (java) S 6996 6996 4780 0 -1 1077944384 1875 0 0 0 10 1 0 0 20 0 19 0 475171991 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161811704432 140162343180930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7005] ppid=6996 vsize=15483976 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7005/stat : 7005 (java) S 6996 6996 4780 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475171991 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161810650464 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7006] ppid=6996 vsize=15483976 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7006/stat : 7006 (java) S 6996 6996 4780 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475171992 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161809598080 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7007] ppid=6996 vsize=15483976 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7007/stat : 7007 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161808546384 140162343188379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7008] ppid=6996 vsize=15483976 memory=988 CPUtime=1.98 cores=1,3,5,7
/proc/6998/task/7008/stat : 7008 (java) S 6996 6996 4780 0 -1 1077944384 13296 0 0 0 197 1 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161807493232 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7009] ppid=6996 vsize=15483976 memory=2016 CPUtime=1.85 cores=1,3,5,7
/proc/6998/task/7009/stat : 7009 (java) S 6996 6996 4780 0 -1 1077944384 10578 0 0 0 184 1 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161806440432 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7010] ppid=6996 vsize=15483976 memory=1456 CPUtime=0.6 cores=1,3,5,7
/proc/6998/task/7010/stat : 7010 (java) S 6996 6996 4780 0 -1 1077944384 7003 0 0 0 60 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161805388144 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7011] ppid=6996 vsize=15483976 memory=187148 CPUtime=0 cores=1,3,5,7
/proc/6998/task/7011/stat : 7011 (java) S 6996 6996 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161804335584 140162343179989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7012] ppid=6996 vsize=15483976 memory=1456 CPUtime=0.02 cores=1,3,5,7
/proc/6998/task/7012/stat : 7012 (java) S 6996 6996 4780 0 -1 1077944384 739 0 0 0 0 2 0 0 20 0 19 0 475171994 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161803283376 140162343180930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7101] ppid=6996 vsize=15483976 memory=197388 CPUtime=167.28 cores=1,3,5,7
/proc/6998/task/7101/stat : 7101 (java) R 6996 6996 4780 0 -1 4202560 670 0 0 0 16728 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161794063136 140161984547631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7102] ppid=6996 vsize=15483976 memory=0 CPUtime=166.91 cores=1,3,5,7
/proc/6998/task/7102/stat : 7102 (java) R 6996 6996 4780 0 -1 4202560 1821 0 0 0 16691 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161790909600 140161983673558 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7103] ppid=6996 vsize=15483976 memory=1 CPUtime=167.2 cores=1,3,5,7
/proc/6998/task/7103/stat : 7103 (java) R 6996 6996 4780 0 -1 4202560 2524 0 0 0 16720 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161789853864 140161984187958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
[pid=6998/tid=7104] ppid=6996 vsize=15483976 memory=1456 CPUtime=166.92 cores=1,3,5,7
/proc/6998/task/7104/stat : 7104 (java) R 6996 6996 4780 0 -1 4202560 1299 0 0 0 16692 0 0 0 20 0 19 0 475172134 15855591424 49347 33554432000 4194304 4196468 140737148886016 140161791958336 140161983672572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12939264 140737148892123 140737148892298 140737148892298 140737148895183 0
Current children cumulated CPU time: 675.97 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 198844 KiB

Child status: 0
Real time (s): 170.343
CPU time (s): 676.131
CPU user time (s): 675.951
CPU system time (s): 0.179711
CPU usage (%): 396.923
Max. virtual memory (cumulated for all children) (KiB): 15597104
Max. memory (cumulated for all children) (KiB): 219496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 675.951
system time used= 0.179711
maximum resident set size= 218040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58592
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10261
involuntary context switches= 12252


# summary of solver processes directly reported to runsolver:
#   pid: 6996
#   total CPU time (s): 676.131
#   total CPU user time (s): 675.951
#   total CPU system time (s): 0.179711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09747 second user time and 1.90973 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 17:11:35
IDJOB=4403777
IDBENCH=135736
IDSOLVER=2863
FILE ID=node140/4403777-1568992336
RUNJOBID= node140-1568990707-4812
PBS_JOBID= 21704649
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.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-4403777-1568992336/watcher-4403777-1568992336 -o /var/tmp/evaluation-result-4403777-1568992336/solver-4403777-1568992336 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568990707-4812 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1330389688 HOME/instance-4403777-1568992336.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=1330389688

node140.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.43
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.43
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.43
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.43
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:        10665180 kB
MemAvailable:   31576480 kB
Buffers:          157080 kB
Cached:         20696936 kB
SwapCached:         2428 kB
Active:         10569620 kB
Inactive:       10569692 kB
Active(anon):     281584 kB
Inactive(anon):    50748 kB
Active(file):   10288036 kB
Inactive(file): 10518944 kB
Unevictable:      107448 kB
Mlocked:          107448 kB
SwapTotal:      67108860 kB
SwapFree:       66997184 kB
Dirty:             26084 kB
Writeback:            12 kB
AnonPages:        390884 kB
Mapped:            64776 kB
Shmem:             38288 kB
Slab:             561248 kB
SReclaimable:     532780 kB
SUnreclaim:        28468 kB
KernelStack:        3824 kB
PageTables:         6056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1543500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node140 at 2019-09-20 17:14:26