Trace number 4394218

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-14OPT93 1731.35 453.635

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark108.124
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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-4394218-1568332437.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394218-1568332437.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.07/0.53	c solve instance...
1.07/0.58	o 158 
1.07/0.60	o 141 
1.39/0.61	o 131 
1.39/0.61	o 130 
1.39/0.62	o 124 
1.39/0.62	o 123 
1.39/0.66	o 120 
1.39/0.66	o 119 
1.74/0.72	o 118 
1.74/0.74	o 116 
1.74/0.77	o 114 
1.74/0.78	o 111 
2.07/0.86	o 110 
2.07/0.86	o 109 
2.48/0.91	o 105 
3.31/1.16	o 104 
4.02/1.30	o 103 
4.02/1.34	o 102 
4.02/1.37	o 100 
4.82/1.51	o 96 
17.83/4.90	o 95 
24.18/6.87	o 93 
1731.30/453.63	s OPTIMUM FOUND
1731.30/453.63	v <instantiation>
1731.30/453.63	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>
1731.30/453.63	v 	<values>0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 </values>
1731.30/453.63	v </instantiation>

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394218-1568332437/watcher-4394218-1568332437 -o /tmp/evaluation-result-4394218-1568332437/solver-4394218-1568332437 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568323682-25332 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2071497913 HOME/instance-4394218-1568332437.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=9675, runsolver pid=9672

[startup+0.100059 s]*
/proc/loadavg: 8.88 8.39 7.86 7/234 9691
/proc/meminfo: memFree=29794936/32770624 swapFree=66933688/67108860
[pid=9675] ppid=9672 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9675/stat : 9675 (xcsp3-exec) S 9672 9675 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409515216 115843072 362 33554432000 4194304 5098028 140722037133152 140722037131256 140612111360636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12115968 140722037138298 140722037138541 140722037138541 140722037141450 0
/proc/9675/statm: 28282 362 304 221 0 87 0
[pid=9677] ppid=9675 vsize=15144768 memory=30384 CPUtime=0.12 cores=1,3,5,7
/proc/9677/stat : 9677 (java) S 9675 9675 25300 0 -1 1077944320 5484 0 0 0 11 1 0 0 20 0 15 0 409515216 15508242432 7596 33554432000 4194304 4196468 140735976021200 140735976003744 140466336497399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
/proc/9677/statm: 3786192 7596 3147 1 0 3748377 0
[pid=9677/tid=9678] ppid=9675 vsize=15144768 memory=-6664436420846797971 CPUtime=0.09 cores=1,3,5,7
/proc/9677/task/9678/stat : 9678 (java) R 9675 9675 25300 0 -1 4202560 3407 0 0 0 8 1 0 0 20 0 15 0 409515216 15508242432 7596 33554432000 4194304 4196468 140735976021200 140466340730128 140465974076676 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9679] ppid=9675 vsize=15144768 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9679/stat : 9679 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465929038352 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9680] ppid=9675 vsize=15144768 memory=140440056555136 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9680/stat : 9680 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465927985808 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9681] ppid=9675 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9681/stat : 9681 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465926932752 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9682] ppid=9675 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9682/stat : 9682 (java) S 9675 9675 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409515217 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465925880208 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9683] ppid=9675 vsize=15144768 memory=140440056555136 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9683/stat : 9683 (java) S 9675 9675 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409515218 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465805146864 140466336508546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9684] ppid=9675 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9684/stat : 9684 (java) S 9675 9675 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409515219 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465804093088 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9685] ppid=9675 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9685/stat : 9685 (java) S 9675 9675 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409515219 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465803039984 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9686] ppid=9675 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9686/stat : 9686 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409515221 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465801988560 140466336515995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9687] ppid=9675 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9687/stat : 9687 (java) R 9675 9675 25300 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 409515221 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465800935664 140466336508546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9688] ppid=9675 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9688/stat : 9688 (java) R 9675 9675 25300 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 15 0 409515221 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465799883120 140466314330256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9689] ppid=9675 vsize=15144768 memory=140440056555136 CPUtime=0.02 cores=1,3,5,7
/proc/9677/task/9689/stat : 9689 (java) R 9675 9675 25300 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 409515221 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465798827600 140466322177559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9690] ppid=9675 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9690/stat : 9690 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409515222 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465797777760 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9691] ppid=9675 vsize=15144768 memory=140440056555136 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9691/stat : 9691 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515222 15508242432 7596 33554432000 4194304 4196468 140735976021200 140465796725808 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31832 KiB

[startup+0.210772 s]*
/proc/loadavg: 8.88 8.39 7.86 7/234 9691
/proc/meminfo: memFree=29781684/32770624 swapFree=66933688/67108860
[pid=9675] ppid=9672 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9675/stat : 9675 (xcsp3-exec) S 9672 9675 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409515216 115843072 362 33554432000 4194304 5098028 140722037133152 140722037131256 140612111360636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12115968 140722037138298 140722037138541 140722037138541 140722037141450 0
/proc/9675/statm: 28282 362 304 221 0 87 0
[pid=9677] ppid=9675 vsize=15144768 memory=41468 CPUtime=0.34 cores=1,3,5,7
/proc/9677/stat : 9677 (java) S 9675 9675 25300 0 -1 1077944320 9046 0 0 0 31 3 0 0 20 0 15 0 409515216 15508242432 10367 33554432000 4194304 4196468 140735976021200 140735976003744 140466336497399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
/proc/9677/statm: 3786192 10367 3298 1 0 3748377 0
[pid=9677/tid=9678] ppid=9675 vsize=15144768 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/9677/task/9678/stat : 9678 (java) R 9675 9675 25300 0 -1 4202560 6215 0 0 0 18 2 0 0 20 0 15 0 409515216 15508242432 10367 33554432000 4194304 4196468 140735976021200 140466340731344 140466336519325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9679] ppid=9675 vsize=15144768 memory=364 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9679/stat : 9679 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465929038352 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9680] ppid=9675 vsize=15144768 memory=140440056580027 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9680/stat : 9680 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465927985808 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9681] ppid=9675 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9681/stat : 9681 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465926932752 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9682] ppid=9675 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9682/stat : 9682 (java) S 9675 9675 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409515217 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465925880208 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9683] ppid=9675 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9683/stat : 9683 (java) S 9675 9675 25300 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409515218 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465805146864 140466336508546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9684] ppid=9675 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9684/stat : 9684 (java) S 9675 9675 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409515219 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465804093088 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9685] ppid=9675 vsize=15144768 memory=140440056555136 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9685/stat : 9685 (java) S 9675 9675 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409515219 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465803039984 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9686] ppid=9675 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9686/stat : 9686 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409515221 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465801988560 140466336515995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9687] ppid=9675 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9677/task/9687/stat : 9687 (java) S 9675 9675 25300 0 -1 1077944384 535 0 0 0 2 0 0 0 20 0 15 0 409515221 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465800935664 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9688] ppid=9675 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9677/task/9688/stat : 9688 (java) S 9675 9675 25300 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 409515221 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465799883120 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9689] ppid=9675 vsize=15144768 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9677/task/9689/stat : 9689 (java) S 9675 9675 25300 0 -1 1077944384 731 0 0 0 8 0 0 0 20 0 15 0 409515221 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465798830064 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9690] ppid=9675 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9690/stat : 9690 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409515222 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465797777760 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9691] ppid=9675 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9691/stat : 9691 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515222 15508242432 10367 33554432000 4194304 4196468 140735976021200 140465796725808 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42916 KiB

[startup+0.310608 s]*
/proc/loadavg: 8.88 8.39 7.86 7/234 9691
/proc/meminfo: memFree=29775272/32770624 swapFree=66933688/67108860
[pid=9675] ppid=9672 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9675/stat : 9675 (xcsp3-exec) S 9672 9675 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409515216 115843072 362 33554432000 4194304 5098028 140722037133152 140722037131256 140612111360636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12115968 140722037138298 140722037138541 140722037138541 140722037141450 0
/proc/9675/statm: 28282 362 304 221 0 87 0
[pid=9677] ppid=9675 vsize=15149024 memory=50236 CPUtime=0.53 cores=1,3,5,7
/proc/9677/stat : 9677 (java) S 9675 9675 25300 0 -1 1077944320 10369 0 0 0 50 3 0 0 20 0 15 0 409515216 15512600576 12559 33554432000 4194304 4196468 140735976021200 140735976003744 140466336497399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
/proc/9677/statm: 3787256 12559 3371 1 0 3748377 0
[pid=9677/tid=9678] ppid=9675 vsize=15149024 memory=1398720917958146503 CPUtime=0.3 cores=1,3,5,7
/proc/9677/task/9678/stat : 9678 (java) R 9675 9675 25300 0 -1 4202560 7369 0 0 0 28 2 0 0 20 0 15 0 409515216 15512600576 12628 33554432000 4194304 4196468 140735976021200 140466340728512 140466320577886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9679] ppid=9675 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9679/stat : 9679 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465929038352 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9680] ppid=9675 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9680/stat : 9680 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465927985808 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9681] ppid=9675 vsize=15149024 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9681/stat : 9681 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515217 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465926932752 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9682] ppid=9675 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9682/stat : 9682 (java) S 9675 9675 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409515217 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465925880208 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9683] ppid=9675 vsize=15149024 memory=9122745479247552727 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9683/stat : 9683 (java) S 9675 9675 25300 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409515218 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465805146864 140466336508546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9684] ppid=9675 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9684/stat : 9684 (java) S 9675 9675 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409515219 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465804093088 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9685] ppid=9675 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9685/stat : 9685 (java) S 9675 9675 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409515219 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465803039984 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9686] ppid=9675 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9686/stat : 9686 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409515221 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465801988560 140466336515995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9687] ppid=9675 vsize=15149024 memory=-1751206868705893467 CPUtime=0.05 cores=1,3,5,7
/proc/9677/task/9687/stat : 9687 (java) R 9675 9675 25300 0 -1 4202560 641 0 0 0 5 0 0 0 20 0 15 0 409515221 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465800926048 140466313758656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9688] ppid=9675 vsize=15149024 memory=7680491646476169235 CPUtime=0.03 cores=1,3,5,7
/proc/9677/task/9688/stat : 9688 (java) S 9675 9675 25300 0 -1 1077944384 268 0 0 0 3 0 0 0 20 0 15 0 409515221 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465799883120 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9689] ppid=9675 vsize=15149024 memory=7088771780547993696 CPUtime=0.12 cores=1,3,5,7
/proc/9677/task/9689/stat : 9689 (java) S 9675 9675 25300 0 -1 1077944384 809 0 0 0 12 0 0 0 20 0 15 0 409515221 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465798830064 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9690] ppid=9675 vsize=15149024 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9690/stat : 9690 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409515222 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465797777760 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9691] ppid=9675 vsize=15149024 memory=7317634893576766894 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9691/stat : 9691 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409515222 15512600576 12628 33554432000 4194304 4196468 140735976021200 140465796725808 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51684 KiB

[startup+0.708928 s]
/proc/loadavg: 8.88 8.39 7.86 9/234 9691
/proc/meminfo: memFree=29756788/32770624 swapFree=66933688/67108860
[pid=9675] ppid=9672 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9675/stat : 9675 (xcsp3-exec) S 9672 9675 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409515216 115843072 362 33554432000 4194304 5098028 140722037133152 140722037131256 140612111360636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12115968 140722037138298 140722037138541 140722037138541 140722037141450 0
/proc/9675/statm: 28282 362 304 221 0 87 0
[pid=9677] ppid=9675 vsize=15483968 memory=150232 CPUtime=1.74 cores=1,3,5,7
/proc/9677/stat : 9677 (java) S 9675 9675 25300 0 -1 1077944320 15009 0 0 0 167 7 0 0 20 0 19 0 409515216 15855583232 37558 33554432000 4194304 4196468 140735976021200 140735976003744 140466336497399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
/proc/9677/statm: 3870992 37558 3460 1 0 3832094 0
[pid=9677/tid=9678] ppid=9675 vsize=15483968 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/9677/task/9678/stat : 9678 (java) S 9675 9675 25300 0 -1 1077944384 8758 0 0 0 48 3 0 0 20 0 19 0 409515216 15855583232 37558 33554432000 4194304 4196468 140735976021200 140466340738176 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9679] ppid=9675 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9679/stat : 9679 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409515217 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465929038352 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9680] ppid=9675 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9680/stat : 9680 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409515217 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465927985808 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9681] ppid=9675 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9681/stat : 9681 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409515217 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465926932752 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9682] ppid=9675 vsize=15483968 memory=70 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9682/stat : 9682 (java) S 9675 9675 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 409515217 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465925880208 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9683] ppid=9675 vsize=15483968 memory=1 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9683/stat : 9683 (java) S 9675 9675 25300 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 409515218 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465805146864 140466336508546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9684] ppid=9675 vsize=15483968 memory=14323715934760 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9684/stat : 9684 (java) S 9675 9675 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409515219 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465804093088 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9685] ppid=9675 vsize=15483968 memory=2958624 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9685/stat : 9685 (java) S 9675 9675 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 409515219 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465803039984 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9686] ppid=9675 vsize=15483968 memory=2966641 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9686/stat : 9686 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409515221 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465801988560 140466336515995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9687] ppid=9675 vsize=15483968 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/9677/task/9687/stat : 9687 (java) R 9675 9675 25300 0 -1 4202560 1170 0 0 0 26 0 0 0 20 0 19 0 409515221 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465800922448 140466315668305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9688] ppid=9675 vsize=15483968 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/9677/task/9688/stat : 9688 (java) R 9675 9675 25300 0 -1 4202560 1283 0 0 0 29 0 0 0 20 0 19 0 409515221 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465799883416 140466315735884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9689] ppid=9675 vsize=15483968 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/9677/task/9689/stat : 9689 (java) R 9675 9675 25300 0 -1 4202560 1627 0 0 0 34 0 0 0 20 0 19 0 409515221 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465798828024 140466321977670 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9690] ppid=9675 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9690/stat : 9690 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409515222 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465797777760 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9691] ppid=9675 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9691/stat : 9691 (java) S 9675 9675 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409515222 15855583232 37558 33554432000 4194304 4196468 140735976021200 140465796725808 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15597096 KiB
Current children cumulated memory: 151680 KiB

[startup+1.50092 s]
/proc/loadavg: 8.88 8.39 7.86 10/238 9755
/proc/meminfo: memFree=29647272/32770624 swapFree=66933688/67108860
[pid=9675] ppid=9672 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9675/stat : 9675 (xcsp3-exec) S 9672 9675 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409515216 115843072 362 33554432000 4194304 5098028 140722037133152 140722037131256 140612111360636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12115968 140722037138298 140722037138541 140722037138541 140722037141450 0
/proc/9675/statm: 28282 362 304 221 0 87 0

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

/proc/9677/task/9691/stat : 9691 (java) S 9675 9675 25300 0 -1 1077944384 543 0 0 0 4 18 0 0 20 0 19 0 409515222 15856635904 85793 33554432000 4194304 4196468 140735976021200 140465796725808 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9780] ppid=9675 vsize=15484996 memory=6944652177228980320 CPUtime=420.21 cores=1,3,5,7
/proc/9677/task/9780/stat : 9780 (java) S 9675 9675 25300 0 -1 1077944384 1156 0 0 0 42020 1 0 0 20 0 19 0 409515903 15856635904 85793 33554432000 4194304 4196468 140735976021200 140465783308480 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9781] ppid=9675 vsize=15484996 memory=3932 CPUtime=419.01 cores=1,3,5,7
/proc/9677/task/9781/stat : 9781 (java) S 9675 9675 25300 0 -1 1077944384 3339 0 0 0 41899 2 0 0 20 0 19 0 409515903 15856635904 85793 33554432000 4194304 4196468 140735976021200 140465785414864 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9782] ppid=9675 vsize=15484996 memory=2832 CPUtime=419.19 cores=1,3,5,7
/proc/9677/task/9782/stat : 9782 (java) S 9675 9675 25300 0 -1 1077944384 3685 0 0 0 41918 1 0 0 20 0 19 0 409515903 15856635904 85793 33554432000 4194304 4196468 140735976021200 140465786467664 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9783] ppid=9675 vsize=15484996 memory=1548 CPUtime=440.46 cores=1,3,5,7
/proc/9677/task/9783/stat : 9783 (java) R 9675 9675 25300 0 -1 4202560 1121 0 0 0 44046 0 0 0 20 0 19 0 409515903 15856635904 85793 33554432000 4194304 4196468 140735976021200 140465782254192 140465980731209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
Current children cumulated CPU time: 1728.9 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 344620 KiB

[startup+452.801 s]
/proc/loadavg: 7.16 8.26 8.07 6/238 10163
/proc/meminfo: memFree=27935324/32770624 swapFree=66933696/67108860
[pid=9675] ppid=9672 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9675/stat : 9675 (xcsp3-exec) S 9672 9675 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409515216 115843072 362 33554432000 4194304 5098028 140722037133152 140722037131256 140612111360636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12115968 140722037138298 140722037138541 140722037138541 140722037141450 0
/proc/9675/statm: 28282 362 304 221 0 87 0
[pid=9677] ppid=9675 vsize=15484996 memory=343264 CPUtime=1730.5 cores=1,3,5,7
/proc/9677/stat : 9677 (java) S 9675 9675 25300 0 -1 1077944320 75710 0 0 0 172973 77 0 0 20 0 19 0 409515216 15856635904 85816 33554432000 4194304 4196468 140735976021200 140735976003744 140466336497399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
/proc/9677/statm: 3871249 85816 3517 1 0 3832351 0
[pid=9677/tid=9678] ppid=9675 vsize=15484996 memory=1564 CPUtime=0.52 cores=1,3,5,7
/proc/9677/task/9678/stat : 9678 (java) S 9675 9675 25300 0 -1 1077944384 8835 0 0 0 49 3 0 0 20 0 19 0 409515216 15856635904 85816 33554432000 4194304 4196468 140735976021200 140466340738176 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9679] ppid=9675 vsize=15484996 memory=8112282956445269571 CPUtime=1.01 cores=1,3,5,7
/proc/9677/task/9679/stat : 9679 (java) S 9675 9675 25300 0 -1 1077944384 4274 0 0 0 94 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465929038352 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9680] ppid=9675 vsize=15484996 memory=343172 CPUtime=1 cores=1,3,5,7
/proc/9677/task/9680/stat : 9680 (java) S 9675 9675 25300 0 -1 1077944384 3235 0 0 0 93 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465927985808 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9681] ppid=9675 vsize=15484996 memory=504 CPUtime=1.02 cores=1,3,5,7
/proc/9677/task/9681/stat : 9681 (java) S 9675 9675 25300 0 -1 1077944384 3140 0 0 0 94 8 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465926932752 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9682] ppid=9675 vsize=15484996 memory=8112282956445269571 CPUtime=1.01 cores=1,3,5,7
/proc/9677/task/9682/stat : 9682 (java) S 9675 9675 25300 0 -1 1077944384 4582 0 0 0 94 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465925880208 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9683] ppid=9675 vsize=15484996 memory=8112282956445269571 CPUtime=0.62 cores=1,3,5,7
/proc/9677/task/9683/stat : 9683 (java) S 9675 9675 25300 0 -1 1077944384 2967 0 0 0 26 36 0 0 20 0 19 0 409515218 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465805146864 140466336508546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9684] ppid=9675 vsize=15484996 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9684/stat : 9684 (java) S 9675 9675 25300 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 409515219 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465804093152 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9685] ppid=9675 vsize=15484996 memory=343172 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9685/stat : 9685 (java) S 9675 9675 25300 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 409515219 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465803039984 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9686] ppid=9675 vsize=15484996 memory=1656 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9686/stat : 9686 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465801988560 140466336515995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9687] ppid=9675 vsize=15484996 memory=1412 CPUtime=2.36 cores=1,3,5,7
/proc/9677/task/9687/stat : 9687 (java) S 9675 9675 25300 0 -1 1077944384 16814 0 0 0 235 1 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465800935664 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9688] ppid=9675 vsize=15484996 memory=8112282956445269571 CPUtime=2.32 cores=1,3,5,7
/proc/9677/task/9688/stat : 9688 (java) S 9675 9675 25300 0 -1 1077944384 12537 0 0 0 231 1 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465799883120 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9689] ppid=9675 vsize=15484996 memory=1448 CPUtime=0.63 cores=1,3,5,7
/proc/9677/task/9689/stat : 9689 (java) S 9675 9675 25300 0 -1 1077944384 5256 0 0 0 63 0 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465798830064 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9690] ppid=9675 vsize=15484996 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9690/stat : 9690 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409515222 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465797777760 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9691] ppid=9675 vsize=15484996 memory=343172 CPUtime=0.22 cores=1,3,5,7
/proc/9677/task/9691/stat : 9691 (java) S 9675 9675 25300 0 -1 1077944384 543 0 0 0 4 18 0 0 20 0 19 0 409515222 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465796725808 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9780] ppid=9675 vsize=15484996 memory=1448 CPUtime=420.21 cores=1,3,5,7
/proc/9677/task/9780/stat : 9780 (java) S 9675 9675 25300 0 -1 1077944384 1156 0 0 0 42020 1 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465783308480 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9781] ppid=9675 vsize=15484996 memory=343172 CPUtime=419.01 cores=1,3,5,7
/proc/9677/task/9781/stat : 9781 (java) S 9675 9675 25300 0 -1 1077944384 3339 0 0 0 41899 2 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465785414864 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9782] ppid=9675 vsize=15484996 memory=1412 CPUtime=419.19 cores=1,3,5,7
/proc/9677/task/9782/stat : 9782 (java) S 9675 9675 25300 0 -1 1077944384 3685 0 0 0 41918 1 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465786467664 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9783] ppid=9675 vsize=15484996 memory=8112282956445269571 CPUtime=442.06 cores=1,3,5,7
/proc/9677/task/9783/stat : 9783 (java) R 9675 9675 25300 0 -1 4202560 1121 0 0 0 44206 0 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465782254192 140465980731550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
Current children cumulated CPU time: 1730.5 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 344712 KiB

[startup+453.201 s]
/proc/loadavg: 7.16 8.26 8.07 6/238 10163
/proc/meminfo: memFree=27935488/32770624 swapFree=66933696/67108860
[pid=9675] ppid=9672 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9675/stat : 9675 (xcsp3-exec) S 9672 9675 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409515216 115843072 362 33554432000 4194304 5098028 140722037133152 140722037131256 140612111360636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12115968 140722037138298 140722037138541 140722037138541 140722037141450 0
/proc/9675/statm: 28282 362 304 221 0 87 0
[pid=9677] ppid=9675 vsize=15484996 memory=343264 CPUtime=1730.9 cores=1,3,5,7
/proc/9677/stat : 9677 (java) S 9675 9675 25300 0 -1 1077944320 75710 0 0 0 173013 77 0 0 20 0 19 0 409515216 15856635904 85816 33554432000 4194304 4196468 140735976021200 140735976003744 140466336497399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
/proc/9677/statm: 3871249 85816 3517 1 0 3832351 0
[pid=9677/tid=9678] ppid=9675 vsize=15484996 memory=1332 CPUtime=0.52 cores=1,3,5,7
/proc/9677/task/9678/stat : 9678 (java) S 9675 9675 25300 0 -1 1077944384 8835 0 0 0 49 3 0 0 20 0 19 0 409515216 15856635904 85816 33554432000 4194304 4196468 140735976021200 140466340738176 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9679] ppid=9675 vsize=15484996 memory=1564 CPUtime=1.01 cores=1,3,5,7
/proc/9677/task/9679/stat : 9679 (java) S 9675 9675 25300 0 -1 1077944384 4274 0 0 0 94 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465929038352 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9680] ppid=9675 vsize=15484996 memory=343172 CPUtime=1 cores=1,3,5,7
/proc/9677/task/9680/stat : 9680 (java) S 9675 9675 25300 0 -1 1077944384 3235 0 0 0 93 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465927985808 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9681] ppid=9675 vsize=15484996 memory=111632 CPUtime=1.02 cores=1,3,5,7
/proc/9677/task/9681/stat : 9681 (java) S 9675 9675 25300 0 -1 1077944384 3140 0 0 0 94 8 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465926932752 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9682] ppid=9675 vsize=15484996 memory=804 CPUtime=1.01 cores=1,3,5,7
/proc/9677/task/9682/stat : 9682 (java) S 9675 9675 25300 0 -1 1077944384 4582 0 0 0 94 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465925880208 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9683] ppid=9675 vsize=15484996 memory=288230574492221466 CPUtime=0.62 cores=1,3,5,7
/proc/9677/task/9683/stat : 9683 (java) S 9675 9675 25300 0 -1 1077944384 2967 0 0 0 26 36 0 0 20 0 19 0 409515218 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465805146864 140466336508546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9684] ppid=9675 vsize=15484996 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9684/stat : 9684 (java) S 9675 9675 25300 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 409515219 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465804093152 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9685] ppid=9675 vsize=15484996 memory=15260333157648136 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9685/stat : 9685 (java) S 9675 9675 25300 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 409515219 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465803039984 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9686] ppid=9675 vsize=15484996 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9686/stat : 9686 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465801988560 140466336515995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9687] ppid=9675 vsize=15484996 memory=11928 CPUtime=2.36 cores=1,3,5,7
/proc/9677/task/9687/stat : 9687 (java) S 9675 9675 25300 0 -1 1077944384 16814 0 0 0 235 1 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465800935664 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9688] ppid=9675 vsize=15484996 memory=2124 CPUtime=2.32 cores=1,3,5,7
/proc/9677/task/9688/stat : 9688 (java) S 9675 9675 25300 0 -1 1077944384 12537 0 0 0 231 1 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465799883120 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9689] ppid=9675 vsize=15484996 memory=6368 CPUtime=0.63 cores=1,3,5,7
/proc/9677/task/9689/stat : 9689 (java) S 9675 9675 25300 0 -1 1077944384 5256 0 0 0 63 0 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465798830064 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9690] ppid=9675 vsize=15484996 memory=504 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9690/stat : 9690 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409515222 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465797777760 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9691] ppid=9675 vsize=15484996 memory=1564 CPUtime=0.22 cores=1,3,5,7
/proc/9677/task/9691/stat : 9691 (java) S 9675 9675 25300 0 -1 1077944384 543 0 0 0 4 18 0 0 20 0 19 0 409515222 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465796725808 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9780] ppid=9675 vsize=15484996 memory=924 CPUtime=420.21 cores=1,3,5,7
/proc/9677/task/9780/stat : 9780 (java) S 9675 9675 25300 0 -1 1077944384 1156 0 0 0 42020 1 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465783308480 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9781] ppid=9675 vsize=15484996 memory=1420 CPUtime=419.01 cores=1,3,5,7
/proc/9677/task/9781/stat : 9781 (java) S 9675 9675 25300 0 -1 1077944384 3339 0 0 0 41899 2 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465785414864 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9782] ppid=9675 vsize=15484996 memory=1984 CPUtime=419.19 cores=1,3,5,7
/proc/9677/task/9782/stat : 9782 (java) S 9675 9675 25300 0 -1 1077944384 3685 0 0 0 41918 1 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465786467664 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9783] ppid=9675 vsize=15484996 memory=2532 CPUtime=442.46 cores=1,3,5,7
/proc/9677/task/9783/stat : 9783 (java) R 9675 9675 25300 0 -1 4202560 1121 0 0 0 44246 0 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465782254192 140465980731209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
Current children cumulated CPU time: 1730.9 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 344712 KiB

[startup+453.601 s]
/proc/loadavg: 7.16 8.26 8.07 6/238 10163
/proc/meminfo: memFree=27935488/32770624 swapFree=66933696/67108860
[pid=9675] ppid=9672 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9675/stat : 9675 (xcsp3-exec) S 9672 9675 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409515216 115843072 362 33554432000 4194304 5098028 140722037133152 140722037131256 140612111360636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12115968 140722037138298 140722037138541 140722037138541 140722037141450 0
/proc/9675/statm: 28282 362 304 221 0 87 0
[pid=9677] ppid=9675 vsize=15484996 memory=343264 CPUtime=1731.3 cores=1,3,5,7
/proc/9677/stat : 9677 (java) S 9675 9675 25300 0 -1 1077944320 75710 0 0 0 173053 77 0 0 20 0 19 0 409515216 15856635904 85816 33554432000 4194304 4196468 140735976021200 140735976003744 140466336497399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
/proc/9677/statm: 3871249 85816 3517 1 0 3832351 0
[pid=9677/tid=9678] ppid=9675 vsize=15484996 memory=1448 CPUtime=0.52 cores=1,3,5,7
/proc/9677/task/9678/stat : 9678 (java) S 9675 9675 25300 0 -1 1077944384 8835 0 0 0 49 3 0 0 20 0 19 0 409515216 15856635904 85816 33554432000 4194304 4196468 140735976021200 140466340738176 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9679] ppid=9675 vsize=15484996 memory=343264 CPUtime=1.01 cores=1,3,5,7
/proc/9677/task/9679/stat : 9679 (java) S 9675 9675 25300 0 -1 1077944384 4274 0 0 0 94 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465929038352 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9680] ppid=9675 vsize=15484996 memory=8296 CPUtime=1 cores=1,3,5,7
/proc/9677/task/9680/stat : 9680 (java) S 9675 9675 25300 0 -1 1077944384 3235 0 0 0 93 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465927985808 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9681] ppid=9675 vsize=15484996 memory=8112282956445269571 CPUtime=1.02 cores=1,3,5,7
/proc/9677/task/9681/stat : 9681 (java) S 9675 9675 25300 0 -1 1077944384 3140 0 0 0 94 8 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465926932752 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9682] ppid=9675 vsize=15484996 memory=20392 CPUtime=1.01 cores=1,3,5,7
/proc/9677/task/9682/stat : 9682 (java) S 9675 9675 25300 0 -1 1077944384 4582 0 0 0 94 7 0 0 20 0 19 0 409515217 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465925880208 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9683] ppid=9675 vsize=15484996 memory=984 CPUtime=0.62 cores=1,3,5,7
/proc/9677/task/9683/stat : 9683 (java) S 9675 9675 25300 0 -1 1077944384 2967 0 0 0 26 36 0 0 20 0 19 0 409515218 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465805146864 140466336508546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9684] ppid=9675 vsize=15484996 memory=2032 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9684/stat : 9684 (java) S 9675 9675 25300 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 409515219 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465804093152 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9685] ppid=9675 vsize=15484996 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9685/stat : 9685 (java) S 9675 9675 25300 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 409515219 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465803039984 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9686] ppid=9675 vsize=15484996 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9686/stat : 9686 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465801988560 140466336515995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9687] ppid=9675 vsize=15484996 memory=0 CPUtime=2.36 cores=1,3,5,7
/proc/9677/task/9687/stat : 9687 (java) S 9675 9675 25300 0 -1 1077944384 16814 0 0 0 235 1 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465800935664 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9688] ppid=9675 vsize=15484996 memory=-6517085103335694688 CPUtime=2.32 cores=1,3,5,7
/proc/9677/task/9688/stat : 9688 (java) S 9675 9675 25300 0 -1 1077944384 12537 0 0 0 231 1 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465799883120 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9689] ppid=9675 vsize=15484996 memory=-6225496776025657691 CPUtime=0.63 cores=1,3,5,7
/proc/9677/task/9689/stat : 9689 (java) S 9675 9675 25300 0 -1 1077944384 5256 0 0 0 63 0 0 0 20 0 19 0 409515221 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465798830064 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9690] ppid=9675 vsize=15484996 memory=-7590665818802639702 CPUtime=0 cores=1,3,5,7
/proc/9677/task/9690/stat : 9690 (java) S 9675 9675 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409515222 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465797777760 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9691] ppid=9675 vsize=15484996 memory=4491040191337437337 CPUtime=0.22 cores=1,3,5,7
/proc/9677/task/9691/stat : 9691 (java) S 9675 9675 25300 0 -1 1077944384 543 0 0 0 4 18 0 0 20 0 19 0 409515222 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465796725808 140466336508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9780] ppid=9675 vsize=15484996 memory=7377828998151039024 CPUtime=420.21 cores=1,3,5,7
/proc/9677/task/9780/stat : 9780 (java) S 9675 9675 25300 0 -1 1077944384 1156 0 0 0 42020 1 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465783308480 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9781] ppid=9675 vsize=15484996 memory=6368 CPUtime=419.01 cores=1,3,5,7
/proc/9677/task/9781/stat : 9781 (java) S 9675 9675 25300 0 -1 1077944384 3339 0 0 0 41899 2 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465785414864 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9782] ppid=9675 vsize=15484996 memory=504 CPUtime=419.19 cores=1,3,5,7
/proc/9677/task/9782/stat : 9782 (java) S 9675 9675 25300 0 -1 1077944384 3685 0 0 0 41918 1 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465786467664 140466336507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
[pid=9677/tid=9783] ppid=9675 vsize=15484996 memory=1564 CPUtime=442.86 cores=1,3,5,7
/proc/9677/task/9783/stat : 9783 (java) R 9675 9675 25300 0 -1 4202560 1121 0 0 0 44286 0 0 0 20 0 19 0 409515903 15856635904 85816 33554432000 4194304 4196468 140735976021200 140465782254192 140465980731644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11272192 140735976023023 140735976023194 140735976023194 140735976026063 0
Current children cumulated CPU time: 1731.3 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 344712 KiB

Child status: 0
Real time (s): 453.635
CPU time (s): 1731.35
CPU user time (s): 1730.57
CPU system time (s): 0.783179
CPU usage (%): 381.662
Max. virtual memory (cumulated for all children) (KiB): 15598124
Max. memory (cumulated for all children) (KiB): 351276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1730.57
system time used= 0.783179
maximum resident set size= 349832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19781
involuntary context switches= 36584


# summary of solver processes directly reported to runsolver:
#   pid: 9675
#   total CPU time (s): 1731.35
#   total CPU user time (s): 1730.57
#   total CPU system time (s): 0.783179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.16462 second user time and 5.17269 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 01:53:18
IDJOB=4394218
IDBENCH=135739
IDSOLVER=2842
FILE ID=node151/4394218-1568332437
RUNJOBID= node151-1568323682-25332
PBS_JOBID= 21701147
Free space on /tmp= 56976 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.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-4394218-1568332437/watcher-4394218-1568332437 -o /tmp/evaluation-result-4394218-1568332437/solver-4394218-1568332437 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568323682-25332 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2071497913 HOME/instance-4394218-1568332437.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=2071497913

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29812544 kB
MemAvailable:   30406864 kB
Buffers:          135264 kB
Cached:           750252 kB
SwapCached:        72496 kB
Active:          1922404 kB
Inactive:         484044 kB
Active(anon):    1456316 kB
Inactive(anon):    96432 kB
Active(file):     466088 kB
Inactive(file):   387612 kB
Unevictable:      111232 kB
Mlocked:          111232 kB
SwapTotal:      67108860 kB
SwapFree:       66933688 kB
Dirty:             26160 kB
Writeback:             0 kB
AnonPages:       1572828 kB
Mapped:            47916 kB
Shmem:             22940 kB
Slab:             142356 kB
SReclaimable:     112908 kB
SUnreclaim:        29448 kB
KernelStack:        4080 kB
PageTables:         8664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3664000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1466368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 56948 MiB
End job on node151 at 2019-09-13 02:00:52