Trace number 4393317

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-06-14OPT104 926.571 280.289

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-4393317-1568345449.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393317-1568345449.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.03/0.53	c solve instance...
1.03/0.58	o 268 
1.03/0.58	o 198 
1.03/0.59	o 196 
1.03/0.59	o 185 
1.03/0.60	o 184 
1.31/0.63	o 183 
1.31/0.65	o 180 
1.31/0.65	o 179 
1.31/0.66	o 178 
1.31/0.66	o 174 
1.31/0.68	o 132 
2.02/0.84	o 131 
2.02/0.86	o 129 
2.73/1.08	o 127 
2.73/1.08	o 126 
2.73/1.09	o 125 
2.73/1.09	o 120 
2.73/1.10	o 115 
3.37/1.25	o 113 
3.37/1.26	o 112 
3.37/1.26	o 108 
3.37/1.26	o 107 
6.90/2.13	o 106 
11.04/3.38	o 104 
926.47/280.28	s OPTIMUM FOUND
926.47/280.28	v <instantiation>
926.47/280.28	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>
926.47/280.28	v 	<values>0 1 4 6 8 14 12 11 13 10 9 7 5 2 3 1 11 6 10 12 9 7 4 6 4 3 8 7 8 8 </values>
926.47/280.28	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 (9688 MiB free)
  memory of node 1: 16384 MiB (9556 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393317-1568345449/watcher-4393317-1568345449 -o /tmp/evaluation-result-4393317-1568345449/solver-4393317-1568345449 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 156107910 HOME/instance-4393317-1568345449.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=5809, runsolver pid=5806
Current StackSize limit: 8192 KiB


[startup+0.100606 s]*
/proc/loadavg: 8.41 8.45 7.68 9/233 5825
/proc/meminfo: memFree=19689380/32770624 swapFree=66959216/67108860
[pid=5809] ppid=5806 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5809/stat : 5809 (xcsp3-exec) S 5806 5809 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410485078 115843072 362 33554432000 4194304 5098028 140735590399600 140735590397704 140695027593852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23199744 140735590404987 140735590405229 140735590405229 140735590408138 0
/proc/5809/statm: 28282 362 304 221 0 87 0
[pid=5811] ppid=5809 vsize=15144768 memory=30116 CPUtime=0.13 cores=1,3,5,7
/proc/5811/stat : 5811 (java) S 5809 5809 3331 0 -1 1077944320 5515 0 0 0 12 1 0 0 20 0 15 0 410485078 15508242432 7529 33554432000 4194304 4196468 140721999507008 140721999489552 139967181885175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
/proc/5811/statm: 3786192 7529 3118 1 0 3748377 0
[pid=5811/tid=5812] ppid=5809 vsize=15144768 memory=-8976644418600983157 CPUtime=0.09 cores=1,3,5,7
/proc/5811/task/5812/stat : 5812 (java) R 5809 5809 3331 0 -1 4202560 3402 0 0 0 9 0 0 0 20 0 15 0 410485078 15508242432 7595 33554432000 4194304 4196468 140721999507008 139967186116496 139966818352513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5813] ppid=5809 vsize=15144768 memory=3472468356409500880 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5813/stat : 5813 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15508242432 7595 33554432000 4194304 4196468 140721999507008 139967147166480 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5814] ppid=5809 vsize=15144768 memory=140227514349184 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5814/stat : 5814 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966773308304 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5815] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5815/stat : 5815 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966772255760 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5816] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5816/stat : 5816 (java) S 5809 5809 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410485079 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966771203216 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5817] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5817/stat : 5817 (java) S 5809 5809 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410485080 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966650603504 139967181896322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5818] ppid=5809 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5818/stat : 5818 (java) S 5809 5809 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410485081 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966649549728 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5819] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5819/stat : 5819 (java) S 5809 5809 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410485081 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966648497136 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5820] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5820/stat : 5820 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485083 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966647445712 139967181903771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5821] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5821/stat : 5821 (java) R 5809 5809 3331 0 -1 4202560 336 0 0 0 0 0 0 0 20 0 15 0 410485083 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966646393424 139967167011069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5822] ppid=5809 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5822/stat : 5822 (java) R 5809 5809 3331 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 410485083 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966645340784 139967181896322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5823] ppid=5809 vsize=15144768 memory=140227514349184 CPUtime=0.02 cores=1,3,5,7
/proc/5811/task/5823/stat : 5823 (java) S 5809 5809 3331 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 410485083 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966644288240 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5824] ppid=5809 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5824/stat : 5824 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485084 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966643235936 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5825] ppid=5809 vsize=15144768 memory=140227514349184 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5825/stat : 5825 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485084 15508242432 7595 33554432000 4194304 4196468 140721999507008 139966642182448 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31564 KiB

[startup+0.213737 s]*
/proc/loadavg: 8.41 8.45 7.68 9/233 5825
/proc/meminfo: memFree=19678172/32770624 swapFree=66959216/67108860
[pid=5809] ppid=5806 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5809/stat : 5809 (xcsp3-exec) S 5806 5809 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410485078 115843072 362 33554432000 4194304 5098028 140735590399600 140735590397704 140695027593852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23199744 140735590404987 140735590405229 140735590405229 140735590408138 0
/proc/5809/statm: 28282 362 304 221 0 87 0
[pid=5811] ppid=5809 vsize=15144768 memory=40452 CPUtime=0.34 cores=1,3,5,7
/proc/5811/stat : 5811 (java) S 5809 5809 3331 0 -1 1077944320 8860 0 0 0 32 2 0 0 20 0 15 0 410485078 15508242432 10113 33554432000 4194304 4196468 140721999507008 140721999489552 139967181885175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
/proc/5811/statm: 3786192 10113 3263 1 0 3748377 0
[pid=5811/tid=5812] ppid=5809 vsize=15144768 memory=4212167822348820889 CPUtime=0.21 cores=1,3,5,7
/proc/5811/task/5812/stat : 5812 (java) R 5809 5809 3331 0 -1 4202560 6169 0 0 0 19 2 0 0 20 0 15 0 410485078 15508242432 10113 33554432000 4194304 4196468 140721999507008 139967186122400 139967181907101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5813] ppid=5809 vsize=15144768 memory=3472468356409500880 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5813/stat : 5813 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15508242432 10113 33554432000 4194304 4196468 140721999507008 139967147166480 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5814] ppid=5809 vsize=15144768 memory=140227514349184 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5814/stat : 5814 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966773308304 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5815] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5815/stat : 5815 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966772255760 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5816] ppid=5809 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5816/stat : 5816 (java) S 5809 5809 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410485079 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966771203216 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5817] ppid=5809 vsize=15144768 memory=140227514349184 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5817/stat : 5817 (java) S 5809 5809 3331 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410485080 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966650603504 139967181896322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5818] ppid=5809 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5818/stat : 5818 (java) S 5809 5809 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410485081 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966649549728 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5819] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5819/stat : 5819 (java) S 5809 5809 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410485081 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966648497136 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5820] ppid=5809 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5820/stat : 5820 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485083 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966647445712 139967181903771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5821] ppid=5809 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5811/task/5821/stat : 5821 (java) S 5809 5809 3331 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 410485083 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966646393328 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5822] ppid=5809 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5811/task/5822/stat : 5822 (java) S 5809 5809 3331 0 -1 1077944384 245 0 0 0 3 0 0 0 20 0 15 0 410485083 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966645340784 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5823] ppid=5809 vsize=15144768 memory=140227514349184 CPUtime=0.08 cores=1,3,5,7
/proc/5811/task/5823/stat : 5823 (java) S 5809 5809 3331 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 15 0 410485083 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966644288240 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5824] ppid=5809 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5824/stat : 5824 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485084 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966643235936 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5825] ppid=5809 vsize=15144768 memory=140227514349184 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5825/stat : 5825 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485084 15508242432 10113 33554432000 4194304 4196468 140721999507008 139966642182448 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41900 KiB

[startup+0.31062 s]*
/proc/loadavg: 8.41 8.45 7.68 8/233 5825
/proc/meminfo: memFree=19671236/32770624 swapFree=66959216/67108860
[pid=5809] ppid=5806 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5809/stat : 5809 (xcsp3-exec) S 5806 5809 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410485078 115843072 362 33554432000 4194304 5098028 140735590399600 140735590397704 140695027593852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23199744 140735590404987 140735590405229 140735590405229 140735590408138 0
/proc/5809/statm: 28282 362 304 221 0 87 0
[pid=5811] ppid=5809 vsize=15149024 memory=50252 CPUtime=0.53 cores=1,3,5,7
/proc/5811/stat : 5811 (java) S 5809 5809 3331 0 -1 1077944320 10325 0 0 0 50 3 0 0 20 0 15 0 410485078 15512600576 12498 33554432000 4194304 4196468 140721999507008 140721999489552 139967181885175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
/proc/5811/statm: 3787256 12563 3367 1 0 3748377 0
[pid=5811/tid=5812] ppid=5809 vsize=15149024 memory=-8976644418600983157 CPUtime=0.29 cores=1,3,5,7
/proc/5811/task/5812/stat : 5812 (java) R 5809 5809 3331 0 -1 4202560 7315 0 0 0 27 2 0 0 20 0 15 0 410485078 15512600576 12567 33554432000 4194304 4196468 140721999507008 139967186114040 139967181907101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5813] ppid=5809 vsize=15149024 memory=3472468356409500880 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5813/stat : 5813 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15512600576 12567 33554432000 4194304 4196468 140721999507008 139967147166480 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5814] ppid=5809 vsize=15149024 memory=140227514349184 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5814/stat : 5814 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966773308304 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5815] ppid=5809 vsize=15149024 memory=5 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5815/stat : 5815 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485079 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966772255760 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5816] ppid=5809 vsize=15149024 memory=140227394021407 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5816/stat : 5816 (java) S 5809 5809 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410485079 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966771203216 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5817] ppid=5809 vsize=15149024 memory=280454788022048 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5817/stat : 5817 (java) S 5809 5809 3331 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410485080 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966650603504 139967181896322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5818] ppid=5809 vsize=15149024 memory=140227393998351 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5818/stat : 5818 (java) S 5809 5809 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410485081 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966649549728 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5819] ppid=5809 vsize=15149024 memory=280454908356704 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5819/stat : 5819 (java) S 5809 5809 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410485081 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966648497136 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5820] ppid=5809 vsize=15149024 memory=140227394002959 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5820/stat : 5820 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485083 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966647445712 139967181903771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5821] ppid=5809 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5811/task/5821/stat : 5821 (java) S 5809 5809 3331 0 -1 1077944384 427 0 0 0 4 0 0 0 20 0 15 0 410485083 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966646393328 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5822] ppid=5809 vsize=15149024 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/5811/task/5822/stat : 5822 (java) R 5809 5809 3331 0 -1 4202560 355 0 0 0 6 0 0 0 20 0 15 0 410485083 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966645321800 139967162521059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5823] ppid=5809 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5811/task/5823/stat : 5823 (java) S 5809 5809 3331 0 -1 1077944384 933 0 0 0 12 0 0 0 20 0 15 0 410485083 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966644288240 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5824] ppid=5809 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5824/stat : 5824 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410485084 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966643235936 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5825] ppid=5809 vsize=15149024 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5825/stat : 5825 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410485084 15512600576 12567 33554432000 4194304 4196468 140721999507008 139966642182448 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51700 KiB

[startup+0.706598 s]
/proc/loadavg: 8.41 8.45 7.68 8/233 5825
/proc/meminfo: memFree=19653372/32770624 swapFree=66959216/67108860
[pid=5809] ppid=5806 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5809/stat : 5809 (xcsp3-exec) S 5806 5809 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410485078 115843072 362 33554432000 4194304 5098028 140735590399600 140735590397704 140695027593852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23199744 140735590404987 140735590405229 140735590405229 140735590408138 0
/proc/5809/statm: 28282 362 304 221 0 87 0
[pid=5811] ppid=5809 vsize=15484996 memory=166808 CPUtime=1.64 cores=1,3,5,7
/proc/5811/stat : 5811 (java) S 5809 5809 3331 0 -1 1077944320 14272 0 0 0 158 6 0 0 20 0 18 0 410485078 15856635904 41702 33554432000 4194304 4196468 140721999507008 140721999489552 139967181885175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
/proc/5811/statm: 3871249 41702 3461 1 0 3832351 0
[pid=5811/tid=5812] ppid=5809 vsize=15484996 memory=4639059877604708710 CPUtime=0.51 cores=1,3,5,7
/proc/5811/task/5812/stat : 5812 (java) S 5809 5809 3331 0 -1 1077944384 8246 0 0 0 48 3 0 0 20 0 18 0 410485078 15856635904 41702 33554432000 4194304 4196468 140721999507008 139967186125952 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5813] ppid=5809 vsize=15484996 memory=6935650355287975249 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5813/stat : 5813 (java) S 5809 5809 3331 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 18 0 410485079 15856635904 41702 33554432000 4194304 4196468 140721999507008 139967147166480 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5814] ppid=5809 vsize=15484996 memory=6935649256029252945 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5814/stat : 5814 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 410485079 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966773308304 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5815] ppid=5809 vsize=15484996 memory=7825734864442108491 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5815/stat : 5815 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 410485079 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966772255760 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5816] ppid=5809 vsize=15484996 memory=7100839870140027543 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5816/stat : 5816 (java) S 5809 5809 3331 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 18 0 410485079 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966771203216 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5817] ppid=5809 vsize=15484996 memory=6944613755328037012 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5817/stat : 5817 (java) S 5809 5809 3331 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 18 0 410485080 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966650603504 139967181896322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5818] ppid=5809 vsize=15484996 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5818/stat : 5818 (java) S 5809 5809 3331 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 410485081 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966649549728 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5819] ppid=5809 vsize=15484996 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5819/stat : 5819 (java) S 5809 5809 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 18 0 410485081 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966648497136 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5820] ppid=5809 vsize=15484996 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5820/stat : 5820 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 410485083 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966647445712 139967181903771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5821] ppid=5809 vsize=15484996 memory=1660 CPUtime=0.21 cores=1,3,5,7
/proc/5811/task/5821/stat : 5821 (java) R 5809 5809 3331 0 -1 4202560 985 0 0 0 21 0 0 0 20 0 18 0 410485083 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966646381200 139967165379411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5822] ppid=5809 vsize=15484996 memory=38696 CPUtime=0.26 cores=1,3,5,7
/proc/5811/task/5822/stat : 5822 (java) R 5809 5809 3331 0 -1 4202560 881 0 0 0 26 0 0 0 20 0 18 0 410485083 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966645327568 139967165347544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5823] ppid=5809 vsize=15484996 memory=988 CPUtime=0.35 cores=1,3,5,7
/proc/5811/task/5823/stat : 5823 (java) R 5809 5809 3331 0 -1 1077944384 1754 0 0 0 35 0 0 0 20 0 18 0 410485083 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966644288240 139967181896322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5824] ppid=5809 vsize=15484996 memory=5793994532452520804 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5824/stat : 5824 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 410485084 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966643235936 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5825] ppid=5809 vsize=15484996 memory=8099279071866868836 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5825/stat : 5825 (java) S 5809 5809 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 410485084 15856635904 41702 33554432000 4194304 4196468 140721999507008 139966642182448 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 168256 KiB

[startup+1.5096 s]
/proc/loadavg: 8.41 8.45 7.68 8/237 5881
/proc/meminfo: memFree=19534852/32770624 swapFree=66959216/67108860
[pid=5809] ppid=5806 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5809/stat : 5809 (xcsp3-exec) S 5806 5809 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410485078 115843072 362 33554432000 4194304 5098028 140735590399600 140735590397704 140695027593852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23199744 140735590404987 140735590405229 140735590405229 140735590408138 0
/proc/5809/statm: 28282 362 304 221 0 87 0

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

/proc/5811/task/5825/stat : 5825 (java) S 5809 5809 3331 0 -1 1077944384 524 0 0 0 3 6 0 0 20 0 19 0 410485084 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966642182448 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5954] ppid=5809 vsize=15484996 memory=189440 CPUtime=212.56 cores=1,3,5,7
/proc/5811/task/5954/stat : 5954 (java) S 5809 5809 3331 0 -1 1077944384 1021 0 0 0 21256 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966627712448 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5955] ppid=5809 vsize=15484996 memory=2124 CPUtime=212.87 cores=1,3,5,7
/proc/5811/task/5955/stat : 5955 (java) S 5809 5809 3331 0 -1 1077944384 2313 0 0 0 21287 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966631924688 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5956] ppid=5809 vsize=15484996 memory=1448 CPUtime=212.34 cores=1,3,5,7
/proc/5811/task/5956/stat : 5956 (java) S 5809 5809 3331 0 -1 1077944384 3279 0 0 0 21234 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966629819472 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5957] ppid=5809 vsize=15484996 memory=1448 CPUtime=273.2 cores=1,3,5,7
/proc/5811/task/5957/stat : 5957 (java) R 5809 5809 3331 0 -1 4202560 1195 0 0 0 27320 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966632972160 139966824953698 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
Current children cumulated CPU time: 924.66 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 190888 KiB

[startup+279.201 s]
/proc/loadavg: 6.25 7.91 7.72 6/237 5986
/proc/meminfo: memFree=19511808/32770624 swapFree=66959216/67108860
[pid=5809] ppid=5806 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5809/stat : 5809 (xcsp3-exec) S 5806 5809 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410485078 115843072 362 33554432000 4194304 5098028 140735590399600 140735590397704 140695027593852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23199744 140735590404987 140735590405229 140735590405229 140735590408138 0
/proc/5809/statm: 28282 362 304 221 0 87 0
[pid=5811] ppid=5809 vsize=15484996 memory=189440 CPUtime=925.47 cores=1,3,5,7
/proc/5811/stat : 5811 (java) S 5809 5809 3331 0 -1 1077944320 65277 0 0 0 92516 31 0 0 20 0 19 0 410485078 15856635904 47360 33554432000 4194304 4196468 140721999507008 140721999489552 139967181885175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
/proc/5811/statm: 3871249 47360 3514 1 0 3832351 0
[pid=5811/tid=5812] ppid=5809 vsize=15484996 memory=1660 CPUtime=0.51 cores=1,3,5,7
/proc/5811/task/5812/stat : 5812 (java) S 5809 5809 3331 0 -1 1077944384 8336 0 0 0 48 3 0 0 20 0 19 0 410485078 15856635904 47360 33554432000 4194304 4196468 140721999507008 139967186125952 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5813] ppid=5809 vsize=15484996 memory=38696 CPUtime=0.25 cores=1,3,5,7
/proc/5811/task/5813/stat : 5813 (java) S 5809 5809 3331 0 -1 1077944384 2639 0 0 0 22 3 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139967147166480 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5814] ppid=5809 vsize=15484996 memory=988 CPUtime=0.24 cores=1,3,5,7
/proc/5811/task/5814/stat : 5814 (java) S 5809 5809 3331 0 -1 1077944384 1353 0 0 0 22 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966773308304 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5815] ppid=5809 vsize=15484996 memory=2008 CPUtime=0.24 cores=1,3,5,7
/proc/5811/task/5815/stat : 5815 (java) S 5809 5809 3331 0 -1 1077944384 2436 0 0 0 22 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966772255760 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5816] ppid=5809 vsize=15484996 memory=1436 CPUtime=0.25 cores=1,3,5,7
/proc/5811/task/5816/stat : 5816 (java) S 5809 5809 3331 0 -1 1077944384 2076 0 0 0 23 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966771203216 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5817] ppid=5809 vsize=15484996 memory=1448 CPUtime=0.18 cores=1,3,5,7
/proc/5811/task/5817/stat : 5817 (java) S 5809 5809 3331 0 -1 1077944384 2265 0 0 0 10 8 0 0 20 0 19 0 410485080 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966650603504 139967181896322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5818] ppid=5809 vsize=15484996 memory=189440 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5818/stat : 5818 (java) S 5809 5809 3331 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 410485081 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966649549792 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5819] ppid=5809 vsize=15484996 memory=10604 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5819/stat : 5819 (java) S 5809 5809 3331 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 410485081 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966648497152 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5820] ppid=5809 vsize=15484996 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5820/stat : 5820 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966647445712 139967181903771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5821] ppid=5809 vsize=15484996 memory=776 CPUtime=2.45 cores=1,3,5,7
/proc/5811/task/5821/stat : 5821 (java) S 5809 5809 3331 0 -1 1077944384 11869 0 0 0 244 1 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966646393328 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5822] ppid=5809 vsize=15484996 memory=1564 CPUtime=2.52 cores=1,3,5,7
/proc/5811/task/5822/stat : 5822 (java) S 5809 5809 3331 0 -1 1077944384 16565 0 0 0 252 0 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966645340784 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5823] ppid=5809 vsize=15484996 memory=5964 CPUtime=0.6 cores=1,3,5,7
/proc/5811/task/5823/stat : 5823 (java) S 5809 5809 3331 0 -1 1077944384 5863 0 0 0 59 1 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966644288240 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5824] ppid=5809 vsize=15484996 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5824/stat : 5824 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485084 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966643235936 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5825] ppid=5809 vsize=15484996 memory=2828 CPUtime=0.09 cores=1,3,5,7
/proc/5811/task/5825/stat : 5825 (java) S 5809 5809 3331 0 -1 1077944384 524 0 0 0 3 6 0 0 20 0 19 0 410485084 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966642182448 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5954] ppid=5809 vsize=15484996 memory=1216 CPUtime=212.56 cores=1,3,5,7
/proc/5811/task/5954/stat : 5954 (java) S 5809 5809 3331 0 -1 1077944384 1021 0 0 0 21256 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966627712448 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5955] ppid=5809 vsize=15484996 memory=984 CPUtime=212.87 cores=1,3,5,7
/proc/5811/task/5955/stat : 5955 (java) S 5809 5809 3331 0 -1 1077944384 2313 0 0 0 21287 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966631924688 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5956] ppid=5809 vsize=15484996 memory=14004 CPUtime=212.34 cores=1,3,5,7
/proc/5811/task/5956/stat : 5956 (java) S 5809 5809 3331 0 -1 1077944384 3279 0 0 0 21234 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966629819472 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5957] ppid=5809 vsize=15484996 memory=580 CPUtime=274 cores=1,3,5,7
/proc/5811/task/5957/stat : 5957 (java) R 5809 5809 3331 0 -1 4202560 1195 0 0 0 27400 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966632972160 139966824953840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
Current children cumulated CPU time: 925.47 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 190888 KiB

[startup+280.001 s]*
/proc/loadavg: 6.25 7.91 7.72 6/237 5986
/proc/meminfo: memFree=19511792/32770624 swapFree=66959216/67108860
[pid=5809] ppid=5806 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5809/stat : 5809 (xcsp3-exec) S 5806 5809 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410485078 115843072 362 33554432000 4194304 5098028 140735590399600 140735590397704 140695027593852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23199744 140735590404987 140735590405229 140735590405229 140735590408138 0
/proc/5809/statm: 28282 362 304 221 0 87 0
[pid=5811] ppid=5809 vsize=15484996 memory=189440 CPUtime=926.28 cores=1,3,5,7
/proc/5811/stat : 5811 (java) S 5809 5809 3331 0 -1 1077944320 65277 0 0 0 92597 31 0 0 20 0 19 0 410485078 15856635904 47360 33554432000 4194304 4196468 140721999507008 140721999489552 139967181885175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
/proc/5811/statm: 3871249 47360 3514 1 0 3832351 0
[pid=5811/tid=5812] ppid=5809 vsize=15484996 memory=8112282956445269571 CPUtime=0.51 cores=1,3,5,7
/proc/5811/task/5812/stat : 5812 (java) S 5809 5809 3331 0 -1 1077944384 8336 0 0 0 48 3 0 0 20 0 19 0 410485078 15856635904 47360 33554432000 4194304 4196468 140721999507008 139967186125952 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5813] ppid=5809 vsize=15484996 memory=-7003737579269690708 CPUtime=0.25 cores=1,3,5,7
/proc/5811/task/5813/stat : 5813 (java) S 5809 5809 3331 0 -1 1077944384 2639 0 0 0 22 3 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139967147166480 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5814] ppid=5809 vsize=15484996 memory=2580 CPUtime=0.24 cores=1,3,5,7
/proc/5811/task/5814/stat : 5814 (java) S 5809 5809 3331 0 -1 1077944384 1353 0 0 0 22 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966773308304 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5815] ppid=5809 vsize=15484996 memory=1760 CPUtime=0.24 cores=1,3,5,7
/proc/5811/task/5815/stat : 5815 (java) S 5809 5809 3331 0 -1 1077944384 2436 0 0 0 22 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966772255760 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5816] ppid=5809 vsize=15484996 memory=111636 CPUtime=0.25 cores=1,3,5,7
/proc/5811/task/5816/stat : 5816 (java) S 5809 5809 3331 0 -1 1077944384 2076 0 0 0 23 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966771203216 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5817] ppid=5809 vsize=15484996 memory=800 CPUtime=0.18 cores=1,3,5,7
/proc/5811/task/5817/stat : 5817 (java) S 5809 5809 3331 0 -1 1077944384 2265 0 0 0 10 8 0 0 20 0 19 0 410485080 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966650603504 139967181896322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5818] ppid=5809 vsize=15484996 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5818/stat : 5818 (java) S 5809 5809 3331 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 410485081 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966649549792 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5819] ppid=5809 vsize=15484996 memory=924 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5819/stat : 5819 (java) S 5809 5809 3331 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 410485081 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966648497152 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5820] ppid=5809 vsize=15484996 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5820/stat : 5820 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966647445712 139967181903771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5821] ppid=5809 vsize=15484996 memory=4100 CPUtime=2.45 cores=1,3,5,7
/proc/5811/task/5821/stat : 5821 (java) S 5809 5809 3331 0 -1 1077944384 11869 0 0 0 244 1 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966646393328 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5822] ppid=5809 vsize=15484996 memory=2704 CPUtime=2.52 cores=1,3,5,7
/proc/5811/task/5822/stat : 5822 (java) S 5809 5809 3331 0 -1 1077944384 16565 0 0 0 252 0 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966645340784 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5823] ppid=5809 vsize=15484996 memory=2588 CPUtime=0.6 cores=1,3,5,7
/proc/5811/task/5823/stat : 5823 (java) S 5809 5809 3331 0 -1 1077944384 5863 0 0 0 59 1 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966644288240 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5824] ppid=5809 vsize=15484996 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5824/stat : 5824 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485084 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966643235936 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5825] ppid=5809 vsize=15484996 memory=3324 CPUtime=0.09 cores=1,3,5,7
/proc/5811/task/5825/stat : 5825 (java) S 5809 5809 3331 0 -1 1077944384 524 0 0 0 3 6 0 0 20 0 19 0 410485084 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966642182448 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5954] ppid=5809 vsize=15484996 memory=1452 CPUtime=212.56 cores=1,3,5,7
/proc/5811/task/5954/stat : 5954 (java) S 5809 5809 3331 0 -1 1077944384 1021 0 0 0 21256 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966627712448 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5955] ppid=5809 vsize=15484996 memory=199844 CPUtime=212.87 cores=1,3,5,7
/proc/5811/task/5955/stat : 5955 (java) S 5809 5809 3331 0 -1 1077944384 2313 0 0 0 21287 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966631924688 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5956] ppid=5809 vsize=15484996 memory=1412 CPUtime=212.34 cores=1,3,5,7
/proc/5811/task/5956/stat : 5956 (java) S 5809 5809 3331 0 -1 1077944384 3279 0 0 0 21234 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966629819472 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5957] ppid=5809 vsize=15484996 memory=3272 CPUtime=274.81 cores=1,3,5,7
/proc/5811/task/5957/stat : 5957 (java) R 5809 5809 3331 0 -1 4202560 1195 0 0 0 27481 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966632972160 139966824953735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
Current children cumulated CPU time: 926.28 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 190888 KiB

[startup+280.201 s]
/proc/loadavg: 6.25 7.91 7.72 6/237 5986
/proc/meminfo: memFree=19511792/32770624 swapFree=66959216/67108860
[pid=5809] ppid=5806 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5809/stat : 5809 (xcsp3-exec) S 5806 5809 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410485078 115843072 362 33554432000 4194304 5098028 140735590399600 140735590397704 140695027593852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23199744 140735590404987 140735590405229 140735590405229 140735590408138 0
/proc/5809/statm: 28282 362 304 221 0 87 0
[pid=5811] ppid=5809 vsize=15484996 memory=189440 CPUtime=926.47 cores=1,3,5,7
/proc/5811/stat : 5811 (java) S 5809 5809 3331 0 -1 1077944320 65277 0 0 0 92616 31 0 0 20 0 19 0 410485078 15856635904 47360 33554432000 4194304 4196468 140721999507008 140721999489552 139967181885175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
/proc/5811/statm: 3871249 47360 3514 1 0 3832351 0
[pid=5811/tid=5812] ppid=5809 vsize=15484996 memory=15818902244427989 CPUtime=0.51 cores=1,3,5,7
/proc/5811/task/5812/stat : 5812 (java) S 5809 5809 3331 0 -1 1077944384 8336 0 0 0 48 3 0 0 20 0 19 0 410485078 15856635904 47360 33554432000 4194304 4196468 140721999507008 139967186125952 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5813] ppid=5809 vsize=15484996 memory=3360 CPUtime=0.25 cores=1,3,5,7
/proc/5811/task/5813/stat : 5813 (java) S 5809 5809 3331 0 -1 1077944384 2639 0 0 0 22 3 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139967147166480 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5814] ppid=5809 vsize=15484996 memory=776 CPUtime=0.24 cores=1,3,5,7
/proc/5811/task/5814/stat : 5814 (java) S 5809 5809 3331 0 -1 1077944384 1353 0 0 0 22 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966773308304 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5815] ppid=5809 vsize=15484996 memory=1564 CPUtime=0.24 cores=1,3,5,7
/proc/5811/task/5815/stat : 5815 (java) S 5809 5809 3331 0 -1 1077944384 2436 0 0 0 22 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966772255760 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5816] ppid=5809 vsize=15484996 memory=5964 CPUtime=0.25 cores=1,3,5,7
/proc/5811/task/5816/stat : 5816 (java) S 5809 5809 3331 0 -1 1077944384 2076 0 0 0 23 2 0 0 20 0 19 0 410485079 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966771203216 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5817] ppid=5809 vsize=15484996 memory=1060 CPUtime=0.18 cores=1,3,5,7
/proc/5811/task/5817/stat : 5817 (java) S 5809 5809 3331 0 -1 1077944384 2265 0 0 0 10 8 0 0 20 0 19 0 410485080 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966650603504 139967181896322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5818] ppid=5809 vsize=15484996 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5818/stat : 5818 (java) S 5809 5809 3331 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 410485081 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966649549792 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5819] ppid=5809 vsize=15484996 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5819/stat : 5819 (java) S 5809 5809 3331 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 410485081 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966648497152 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5820] ppid=5809 vsize=15484996 memory=984 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5820/stat : 5820 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966647445712 139967181903771 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5821] ppid=5809 vsize=15484996 memory=14004 CPUtime=2.45 cores=1,3,5,7
/proc/5811/task/5821/stat : 5821 (java) S 5809 5809 3331 0 -1 1077944384 11869 0 0 0 244 1 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966646393328 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5822] ppid=5809 vsize=15484996 memory=20696 CPUtime=2.52 cores=1,3,5,7
/proc/5811/task/5822/stat : 5822 (java) S 5809 5809 3331 0 -1 1077944384 16565 0 0 0 252 0 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966645340784 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5823] ppid=5809 vsize=15484996 memory=14048 CPUtime=0.6 cores=1,3,5,7
/proc/5811/task/5823/stat : 5823 (java) S 5809 5809 3331 0 -1 1077944384 5863 0 0 0 59 1 0 0 20 0 19 0 410485083 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966644288240 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5824] ppid=5809 vsize=15484996 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5811/task/5824/stat : 5824 (java) S 5809 5809 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410485084 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966643235936 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5825] ppid=5809 vsize=15484996 memory=189440 CPUtime=0.09 cores=1,3,5,7
/proc/5811/task/5825/stat : 5825 (java) S 5809 5809 3331 0 -1 1077944384 524 0 0 0 3 6 0 0 20 0 19 0 410485084 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966642182448 139967181896322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5954] ppid=5809 vsize=15484996 memory=8112282956445269571 CPUtime=212.56 cores=1,3,5,7
/proc/5811/task/5954/stat : 5954 (java) S 5809 5809 3331 0 -1 1077944384 1021 0 0 0 21256 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966627712448 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5955] ppid=5809 vsize=15484996 memory=-7003737579269690708 CPUtime=212.87 cores=1,3,5,7
/proc/5811/task/5955/stat : 5955 (java) S 5809 5809 3331 0 -1 1077944384 2313 0 0 0 21287 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966631924688 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5956] ppid=5809 vsize=15484996 memory=7100839861465685612 CPUtime=212.34 cores=1,3,5,7
/proc/5811/task/5956/stat : 5956 (java) S 5809 5809 3331 0 -1 1077944384 3279 0 0 0 21234 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966629819472 139967181895381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
[pid=5811/tid=5957] ppid=5809 vsize=15484996 memory=-7175204567652784766 CPUtime=275 cores=1,3,5,7
/proc/5811/task/5957/stat : 5957 (java) R 5809 5809 3331 0 -1 4202560 1195 0 0 0 27500 0 0 0 20 0 19 0 410485416 15856635904 47360 33554432000 4194304 4196468 140721999507008 139966632972160 139966824953698 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15872000 140721999512559 140721999512730 140721999512730 140721999515599 0
Current children cumulated CPU time: 926.47 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 190888 KiB

Child status: 0
Real time (s): 280.289
CPU time (s): 926.571
CPU user time (s): 926.246
CPU system time (s): 0.324943
CPU usage (%): 330.577
Max. virtual memory (cumulated for all children) (KiB): 15598124
Max. memory (cumulated for all children) (KiB): 222388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 926.246
system time used= 0.324943
maximum resident set size= 225036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66304
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11964
involuntary context switches= 16700


# summary of solver processes directly reported to runsolver:
#   pid: 5809
#   total CPU time (s): 926.571
#   total CPU user time (s): 926.246
#   total CPU system time (s): 0.324943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79384 second user time and 3.23418 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 05:30:09
IDJOB=4393317
IDBENCH=135736
IDSOLVER=2840
FILE ID=node124/4393317-1568345449
RUNJOBID= node124-1568343408-4479
PBS_JOBID= 21701165
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
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 /tmp/evaluation-result-4393317-1568345449/watcher-4393317-1568345449 -o /tmp/evaluation-result-4393317-1568345449/solver-4393317-1568345449 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 156107910 HOME/instance-4393317-1568345449.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=156107910

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:        19707248 kB
MemAvailable:   31642496 kB
Buffers:          172288 kB
Cached:         11925628 kB
SwapCached:        45864 kB
Active:          1209576 kB
Inactive:       11115916 kB
Active(anon):     182112 kB
Inactive(anon):    86824 kB
Active(file):    1027464 kB
Inactive(file): 11029092 kB
Unevictable:      107892 kB
Mlocked:          107892 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             52388 kB
Writeback:             0 kB
AnonPages:        291060 kB
Mapped:            56272 kB
Shmem:             32744 kB
Slab:             336344 kB
SReclaimable:     307152 kB
SUnreclaim:        29192 kB
KernelStack:        3808 kB
PageTables:         6244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1512000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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 /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 05:34:49