Trace number 4281147

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 NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)SAT 23.875799 13.0517

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-003_X2.xml
MD5SUMd6e988770bc6f2507c309b4f4f3312cf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.1942799
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":149,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281147-1503159870.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281147-1503159870.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
16.89/12.11	c solve instance...
23.77/13.01	s SATISFIABLE
23.77/13.01	v <instantiation>
23.77/13.01	v 	<list>w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23] </list>
23.77/13.01	v 	<values>148 0 25 11 4 6 9 23 1 16 20 22 7 24 5 12 18 13 15 2 14 10 8 17 21 19 3 18 12 1 2 4 3 7 19 1 1 0 14 12 8 2 0 7 10 9 4 2 2 8 2 0 30 31 33 37 40 47 66 67 68 68 82 94 102 104 104 111 121 130 134 136 138 146 148 148 </values>
23.77/13.01	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281147-1503159870/watcher-4281147-1503159870 -o /tmp/evaluation-result-4281147-1503159870/solver-4281147-1503159870 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1503153967-19052 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 757575865 HOME/instance-4281147-1503159870.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=19382, runsolver pid=19379
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 8.36 8.20 8.26 2/199 19403
/proc/meminfo: memFree=24032020/32770624 swapFree=67108860/67108860
[pid=19382] ppid=19379 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19382/stat : 19382 (xcsp3-exec) S 19379 19382 19025 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149074726 9740288 346 33554432000 4194304 5098028 140723567185552 140723567183656 140075919327868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30994432 140723567191141 140723567191351 140723567191351 140723567194091 0
/proc/19382/statm: 2378 346 289 221 0 87 0
[pid=19384] ppid=19382 vsize=25999808 memory=27056 CPUtime=0.12 cores=0-7
/proc/19384/stat : 19384 (java) S 19382 19382 19025 0 -1 1077944320 5711 0 0 0 10 2 0 0 20 0 20 0 149074726 26623803392 6764 33554432000 4194304 4196468 140728875444672 140728875427216 139813532434167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
/proc/19384/statm: 6499952 6764 2840 1 0 6488269 0
[pid=19384/tid=19385] ppid=19382 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19384/task/19385/stat : 19385 (java) R 19382 19382 19025 0 -1 4202560 3711 0 0 0 8 1 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813536653144 139813532456093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19386] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19386/stat : 19386 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813485055120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19387] ppid=19382 vsize=25999808 memory=140138646107776 CPUtime=0 cores=0-7
/proc/19384/task/19387/stat : 19387 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813484002320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19388] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19388/stat : 19388 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813482949520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19389] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19389/stat : 19389 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813481896720 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19390] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19390/stat : 19390 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813480843920 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19391] ppid=19382 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19384/task/19391/stat : 19391 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813479791120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19392] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19392/stat : 19392 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813478738320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19393] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19393/stat : 19393 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26623803392 6764 33554432000 4194304 4196468 140728875444672 139813477685520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19394] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19394/stat : 19394 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074729 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812658989936 139813532445314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19395] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19395/stat : 19395 (java) S 19382 19382 19025 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149074729 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812657935904 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19396] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19396/stat : 19396 (java) S 19382 19382 19025 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149074730 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812656883056 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19397] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19397/stat : 19397 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074732 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812655831376 139813532452763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19398] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19398/stat : 19398 (java) S 19382 19382 19025 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 149074732 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812654778736 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19399] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19399/stat : 19399 (java) S 19382 19382 19025 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 149074732 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812653725936 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19400] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19400/stat : 19400 (java) S 19382 19382 19025 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 149074732 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812652673136 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19401] ppid=19382 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/19384/task/19401/stat : 19401 (java) R 19382 19382 19025 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 20 0 149074732 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812651620336 139813532446102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19402] ppid=19382 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19402/stat : 19402 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149074732 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812650568800 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19403] ppid=19382 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19384/task/19403/stat : 19403 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074732 26623803392 6764 33554432000 4194304 4196468 140728875444672 139812649516080 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28440 KiB

[startup+0.210325 s]*
/proc/loadavg: 8.36 8.20 8.26 2/199 19403
/proc/meminfo: memFree=24021228/32770624 swapFree=67108860/67108860
[pid=19382] ppid=19379 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19382/stat : 19382 (xcsp3-exec) S 19379 19382 19025 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149074726 9740288 346 33554432000 4194304 5098028 140723567185552 140723567183656 140075919327868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30994432 140723567191141 140723567191351 140723567191351 140723567194091 0
/proc/19382/statm: 2378 346 289 221 0 87 0
[pid=19384] ppid=19382 vsize=26004064 memory=39048 CPUtime=0.33 cores=0-7
/proc/19384/stat : 19384 (java) S 19382 19382 19025 0 -1 1077944320 8392 0 0 0 30 3 0 0 20 0 20 0 149074726 26628161536 9762 33554432000 4194304 4196468 140728875444672 140728875427216 139813532434167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
/proc/19384/statm: 6501016 9762 3059 1 0 6488269 0
[pid=19384/tid=19385] ppid=19382 vsize=26004096 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19384/task/19385/stat : 19385 (java) R 19382 19382 19025 0 -1 4202560 5487 0 0 0 18 1 0 0 20 0 20 0 149074727 26628194304 9762 33554432000 4194304 4196468 140728875444672 139813536644976 139813525113885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19386] ppid=19382 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/19384/task/19386/stat : 19386 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 9762 33554432000 4194304 4196468 140728875444672 139813485055120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19387] ppid=19382 vsize=26004064 memory=140138646126868 CPUtime=0 cores=0-7
/proc/19384/task/19387/stat : 19387 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 9762 33554432000 4194304 4196468 140728875444672 139813484002320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19388] ppid=19382 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19384/task/19388/stat : 19388 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 9762 33554432000 4194304 4196468 140728875444672 139813482949520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19389] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19389/stat : 19389 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 9762 33554432000 4194304 4196468 140728875444672 139813481896720 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19390] ppid=19382 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19390/stat : 19390 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26628194304 9762 33554432000 4194304 4196468 140728875444672 139813480843920 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19391] ppid=19382 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/19384/task/19391/stat : 19391 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26628194304 9762 33554432000 4194304 4196468 140728875444672 139813479791120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19392] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19392/stat : 19392 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 9762 33554432000 4194304 4196468 140728875444672 139813478738320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19393] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19393/stat : 19393 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 9762 33554432000 4194304 4196468 140728875444672 139813477685520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19394] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19394/stat : 19394 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074729 26628161536 9762 33554432000 4194304 4196468 140728875444672 139812658989936 139813532445314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19395] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19395/stat : 19395 (java) S 19382 19382 19025 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149074729 26628161536 9762 33554432000 4194304 4196468 140728875444672 139812657935904 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19396] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19396/stat : 19396 (java) S 19382 19382 19025 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149074730 26628161536 9762 33554432000 4194304 4196468 140728875444672 139812656883056 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19397] ppid=19382 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19397/stat : 19397 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074732 26628194304 9762 33554432000 4194304 4196468 140728875444672 139812655831376 139813532452763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19398] ppid=19382 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/19384/task/19398/stat : 19398 (java) S 19382 19382 19025 0 -1 1077944384 575 0 0 0 1 0 0 0 20 0 20 0 149074732 26628194304 9762 33554432000 4194304 4196468 140728875444672 139812654778736 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19399] ppid=19382 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19384/task/19399/stat : 19399 (java) S 19382 19382 19025 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 20 0 149074732 26628161536 9762 33554432000 4194304 4196468 140728875444672 139812653725936 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19400] ppid=19382 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/19384/task/19400/stat : 19400 (java) S 19382 19382 19025 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 20 0 149074732 26628161536 9762 33554432000 4194304 4196468 140728875444672 139812652673136 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19401] ppid=19382 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/19384/task/19401/stat : 19401 (java) S 19382 19382 19025 0 -1 1077944384 693 0 0 0 7 0 0 0 20 0 20 0 149074732 26628161536 9762 33554432000 4194304 4196468 140728875444672 139812651620336 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19402] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19402/stat : 19402 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149074732 26628161536 9762 33554432000 4194304 4196468 140728875444672 139812650568800 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19403] ppid=19382 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19384/task/19403/stat : 19403 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074732 26628161536 9762 33554432000 4194304 4196468 140728875444672 139812649516080 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40432 KiB

[startup+0.31067 s]*
/proc/loadavg: 8.36 8.20 8.26 5/199 19403
/proc/meminfo: memFree=24016824/32770624 swapFree=67108860/67108860
[pid=19382] ppid=19379 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19382/stat : 19382 (xcsp3-exec) S 19379 19382 19025 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149074726 9740288 346 33554432000 4194304 5098028 140723567185552 140723567183656 140075919327868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30994432 140723567191141 140723567191351 140723567191351 140723567194091 0
/proc/19382/statm: 2378 346 289 221 0 87 0
[pid=19384] ppid=19382 vsize=26004064 memory=46444 CPUtime=0.51 cores=0-7
/proc/19384/stat : 19384 (java) S 19382 19382 19025 0 -1 1077944320 9303 0 0 0 47 4 0 0 20 0 20 0 149074726 26628161536 11611 33554432000 4194304 4196468 140728875444672 140728875427216 139813532434167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
/proc/19384/statm: 6501016 11611 3123 1 0 6488269 0
[pid=19384/tid=19385] ppid=19382 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19384/task/19385/stat : 19385 (java) R 19382 19382 19025 0 -1 4202560 6116 0 0 0 27 2 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813536660400 139813510697795 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19386] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19386/stat : 19386 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813485055120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19387] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19387/stat : 19387 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813484002320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19388] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19388/stat : 19388 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813482949520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19389] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19389/stat : 19389 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813481896720 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19390] ppid=19382 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/19384/task/19390/stat : 19390 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813480843920 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19391] ppid=19382 vsize=26004064 memory=140138541839279 CPUtime=0 cores=0-7
/proc/19384/task/19391/stat : 19391 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813479791120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19392] ppid=19382 vsize=26004064 memory=140138541841584 CPUtime=0 cores=0-7
/proc/19384/task/19392/stat : 19392 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813478738320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19393] ppid=19382 vsize=26004064 memory=140138541843888 CPUtime=0 cores=0-7
/proc/19384/task/19393/stat : 19393 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074727 26628161536 11611 33554432000 4194304 4196468 140728875444672 139813477685520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19394] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19394/stat : 19394 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074729 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812658989936 139813532445314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19395] ppid=19382 vsize=26004064 memory=280277083694736 CPUtime=0 cores=0-7
/proc/19384/task/19395/stat : 19395 (java) S 19382 19382 19025 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149074729 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812657935904 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19396] ppid=19382 vsize=26004064 memory=280277083701648 CPUtime=0 cores=0-7
/proc/19384/task/19396/stat : 19396 (java) S 19382 19382 19025 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149074730 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812656883056 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19397] ppid=19382 vsize=26004064 memory=280277083642928 CPUtime=0 cores=0-7
/proc/19384/task/19397/stat : 19397 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074732 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812655831376 139813532452763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19398] ppid=19382 vsize=26004064 memory=280277083715472 CPUtime=0.02 cores=0-7
/proc/19384/task/19398/stat : 19398 (java) S 19382 19382 19025 0 -1 1077944384 634 0 0 0 2 0 0 0 20 0 20 0 149074732 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812654778736 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19399] ppid=19382 vsize=26004064 memory=280277083722384 CPUtime=0.03 cores=0-7
/proc/19384/task/19399/stat : 19399 (java) S 19382 19382 19025 0 -1 1077944384 350 0 0 0 3 0 0 0 20 0 20 0 149074732 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812653725936 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19400] ppid=19382 vsize=26004064 memory=280277083720080 CPUtime=0.01 cores=0-7
/proc/19384/task/19400/stat : 19400 (java) S 19382 19382 19025 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 20 0 149074732 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812652673136 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19401] ppid=19382 vsize=26004064 memory=280277083736240 CPUtime=0.12 cores=0-7
/proc/19384/task/19401/stat : 19401 (java) R 19382 19382 19025 0 -1 4202560 823 0 0 0 12 0 0 0 20 0 20 0 149074732 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812651617272 139813511735093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19402] ppid=19382 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19402/stat : 19402 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149074732 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812650568800 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19403] ppid=19382 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19384/task/19403/stat : 19403 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149074732 26628161536 11611 33554432000 4194304 4196468 140728875444672 139812649516080 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47828 KiB

[startup+0.701019 s]
/proc/loadavg: 8.36 8.20 8.26 5/199 19403
/proc/meminfo: memFree=23984228/32770624 swapFree=67108860/67108860
[pid=19382] ppid=19379 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19382/stat : 19382 (xcsp3-exec) S 19379 19382 19025 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149074726 9740288 346 33554432000 4194304 5098028 140723567185552 140723567183656 140075919327868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30994432 140723567191141 140723567191351 140723567191351 140723567194091 0
/proc/19382/statm: 2378 346 289 221 0 87 0
[pid=19384] ppid=19382 vsize=26006188 memory=90276 CPUtime=1.65 cores=0-7
/proc/19384/stat : 19384 (java) S 19382 19382 19025 0 -1 1077944320 13602 0 0 0 160 5 0 0 20 0 20 0 149074726 26630336512 22569 33554432000 4194304 4196468 140728875444672 140728875427216 139813532434167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
/proc/19384/statm: 6501547 22569 3189 1 0 6488781 0
[pid=19384/tid=19385] ppid=19382 vsize=26006188 memory=280277084094128 CPUtime=0.68 cores=0-7
/proc/19384/task/19385/stat : 19385 (java) R 19382 19382 19025 0 -1 4202560 6537 0 0 0 65 3 0 0 20 0 20 0 149074727 26630336512 22569 33554432000 4194304 4196468 140728875444672 139813536669152 139813151452639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19386] ppid=19382 vsize=26006188 memory=140138542048112 CPUtime=0 cores=0-7
/proc/19384/task/19386/stat : 19386 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26630336512 22569 33554432000 4194304 4196468 140728875444672 139813485055120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19387] ppid=19382 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19384/task/19387/stat : 19387 (java) S 19382 19382 19025 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149074727 26630336512 22569 33554432000 4194304 4196468 140728875444672 139813484002320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19388] ppid=19382 vsize=26006188 memory=11112 CPUtime=0 cores=0-7
/proc/19384/task/19388/stat : 19388 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149074727 26630336512 22569 33554432000 4194304 4196468 140728875444672 139813482949520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0

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

[pid=19384/tid=19389] ppid=19382 vsize=26538700 memory=0 CPUtime=0.29 cores=0-7
/proc/19384/task/19389/stat : 19389 (java) S 19382 19382 19025 0 -1 1077944384 1257 0 0 0 17 12 0 0 20 0 28 0 149074727 27175628800 191051 33554432000 4194304 4196468 140728875444672 139813481896720 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19390] ppid=19382 vsize=26538700 memory=280277084376432 CPUtime=0.29 cores=0-7
/proc/19384/task/19390/stat : 19390 (java) S 19382 19382 19025 0 -1 1077944384 1078 0 0 0 16 13 0 0 20 0 28 0 149074727 27175628800 191051 33554432000 4194304 4196468 140728875444672 139813480843920 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19391] ppid=19382 vsize=26538700 memory=-7240603758800440983 CPUtime=0.3 cores=0-7
/proc/19384/task/19391/stat : 19391 (java) S 19382 19382 19025 0 -1 1077944384 926 0 0 0 16 14 0 0 20 0 28 0 149074727 27175628800 191051 33554432000 4194304 4196468 140728875444672 139813479791120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19392] ppid=19382 vsize=26538700 memory=7305178612676129129 CPUtime=0.28 cores=0-7
/proc/19384/task/19392/stat : 19392 (java) S 19382 19382 19025 0 -1 1077944384 878 0 0 0 17 11 0 0 20 0 28 0 149074727 27175628800 191051 33554432000 4194304 4196468 140728875444672 139813478738320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19393] ppid=19382 vsize=26538700 memory=1384 CPUtime=0.27 cores=0-7
/proc/19384/task/19393/stat : 19393 (java) S 19382 19382 19025 0 -1 1077944384 1053 0 0 0 14 13 0 0 20 0 28 0 149074727 27175628800 191051 33554432000 4194304 4196468 140728875444672 139813477685520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19394] ppid=19382 vsize=26538700 memory=1384 CPUtime=0.04 cores=0-7
/proc/19384/task/19394/stat : 19394 (java) S 19382 19382 19025 0 -1 1077944384 2116 0 0 0 4 0 0 0 20 0 28 0 149074729 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812658989936 139813532445314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19395] ppid=19382 vsize=26538700 memory=752584 CPUtime=0 cores=0-7
/proc/19384/task/19395/stat : 19395 (java) S 19382 19382 19025 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 149074729 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812657935968 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19396] ppid=19382 vsize=26538700 memory=4140 CPUtime=0 cores=0-7
/proc/19384/task/19396/stat : 19396 (java) S 19382 19382 19025 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 149074730 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812656883072 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19397] ppid=19382 vsize=26538700 memory=41488 CPUtime=0 cores=0-7
/proc/19384/task/19397/stat : 19397 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812655831376 139813532452763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19398] ppid=19382 vsize=26538700 memory=1296 CPUtime=0.91 cores=0-7
/proc/19384/task/19398/stat : 19398 (java) R 19382 19382 19025 0 -1 4202560 5606 0 0 0 90 1 0 0 20 0 28 0 149074732 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812654764080 139813513954215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19399] ppid=19382 vsize=26538700 memory=2428 CPUtime=1.14 cores=0-7
/proc/19384/task/19399/stat : 19399 (java) R 19382 19382 19025 0 -1 1077944384 7666 0 0 0 112 2 0 0 20 0 28 0 149074732 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812653717584 139813532444373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19400] ppid=19382 vsize=26538700 memory=1728 CPUtime=1.43 cores=0-7
/proc/19384/task/19400/stat : 19400 (java) R 19382 19382 19025 0 -1 4202560 6987 0 0 0 142 1 0 0 20 0 28 0 149074732 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812652662928 139813516424796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19401] ppid=19382 vsize=26538700 memory=0 CPUtime=0.55 cores=0-7
/proc/19384/task/19401/stat : 19401 (java) R 19382 19382 19025 0 -1 1077944384 4378 0 0 0 54 1 0 0 20 0 28 0 149074732 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812651620336 139813532445314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19402] ppid=19382 vsize=26538700 memory=1472 CPUtime=0 cores=0-7
/proc/19384/task/19402/stat : 19402 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812650568800 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19403] ppid=19382 vsize=26538700 memory=1012 CPUtime=0 cores=0-7
/proc/19384/task/19403/stat : 19403 (java) S 19382 19382 19025 0 -1 1077944384 570 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191051 33554432000 4194304 4196468 140728875444672 139812649516080 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
Current children cumulated CPU time: 21.33 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 765588 KiB

[startup+13.0516 s]
# the end of solver process 19382 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=22.658 s, system=1.21783 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8021 s]
/proc/loadavg: 6.73 7.85 8.14 2/199 19403
/proc/meminfo: memFree=23306528/32770624 swapFree=67108860/67108860
[pid=19382] ppid=19379 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19382/stat : 19382 (xcsp3-exec) S 19379 19382 19025 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149074726 9740288 346 33554432000 4194304 5098028 140723567185552 140723567183656 140075919327868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30994432 140723567191141 140723567191351 140723567191351 140723567194091 0
/proc/19382/statm: 2378 346 289 221 0 87 0
[pid=19384] ppid=19382 vsize=26538700 memory=764312 CPUtime=22.15 cores=0-7
/proc/19384/stat : 19384 (java) S 19382 19382 19025 0 -1 1077944320 48803 0 0 0 2095 120 0 0 20 0 28 0 149074726 27175628800 191078 33554432000 4194304 4196468 140728875444672 140728875427216 139813532434167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
/proc/19384/statm: 6634675 191078 3257 1 0 6621909 0
[pid=19384/tid=19385] ppid=19382 vsize=26538700 memory=6791534058613427641 CPUtime=11.74 cores=0-7
/proc/19384/task/19385/stat : 19385 (java) S 19382 19382 19025 0 -1 1077944384 11277 0 0 0 1167 7 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813536674944 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19386] ppid=19382 vsize=26538700 memory=4420 CPUtime=0.29 cores=0-7
/proc/19384/task/19386/stat : 19386 (java) S 19382 19382 19025 0 -1 1077944384 1145 0 0 0 16 13 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813485055120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19387] ppid=19382 vsize=26538700 memory=6628 CPUtime=0.28 cores=0-7
/proc/19384/task/19387/stat : 19387 (java) S 19382 19382 19025 0 -1 1077944384 1227 0 0 0 17 11 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813484002320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19388] ppid=19382 vsize=26538700 memory=8836 CPUtime=0.29 cores=0-7
/proc/19384/task/19388/stat : 19388 (java) S 19382 19382 19025 0 -1 1077944384 744 0 0 0 15 14 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813482949520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19389] ppid=19382 vsize=26538700 memory=11044 CPUtime=0.29 cores=0-7
/proc/19384/task/19389/stat : 19389 (java) S 19382 19382 19025 0 -1 1077944384 1257 0 0 0 17 12 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813481896720 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19390] ppid=19382 vsize=26538700 memory=13252 CPUtime=0.29 cores=0-7
/proc/19384/task/19390/stat : 19390 (java) S 19382 19382 19025 0 -1 1077944384 1078 0 0 0 16 13 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813480843920 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19391] ppid=19382 vsize=26538700 memory=30916 CPUtime=0.3 cores=0-7
/proc/19384/task/19391/stat : 19391 (java) S 19382 19382 19025 0 -1 1077944384 926 0 0 0 16 14 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813479791120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19392] ppid=19382 vsize=26538700 memory=33124 CPUtime=0.28 cores=0-7
/proc/19384/task/19392/stat : 19392 (java) S 19382 19382 19025 0 -1 1077944384 878 0 0 0 17 11 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813478738320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19393] ppid=19382 vsize=26538700 memory=35332 CPUtime=0.27 cores=0-7
/proc/19384/task/19393/stat : 19393 (java) S 19382 19382 19025 0 -1 1077944384 1053 0 0 0 14 13 0 0 20 0 28 0 149074727 27175628800 191078 33554432000 4194304 4196468 140728875444672 139813477685520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19394] ppid=19382 vsize=26538700 memory=37540 CPUtime=0.04 cores=0-7
/proc/19384/task/19394/stat : 19394 (java) S 19382 19382 19025 0 -1 1077944384 2116 0 0 0 4 0 0 0 20 0 28 0 149074729 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812658989936 139813532445314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19395] ppid=19382 vsize=26538700 memory=39748 CPUtime=0 cores=0-7
/proc/19384/task/19395/stat : 19395 (java) S 19382 19382 19025 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 149074729 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812657935968 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19396] ppid=19382 vsize=26538700 memory=41956 CPUtime=0 cores=0-7
/proc/19384/task/19396/stat : 19396 (java) S 19382 19382 19025 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 149074730 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812656883072 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19397] ppid=19382 vsize=26538700 memory=42020 CPUtime=0 cores=0-7
/proc/19384/task/19397/stat : 19397 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812655831376 139813532452763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19398] ppid=19382 vsize=26538700 memory=1716 CPUtime=1.01 cores=0-7
/proc/19384/task/19398/stat : 19398 (java) R 19382 19382 19025 0 -1 4202560 5635 0 0 0 100 1 0 0 20 0 28 0 149074732 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812654759968 139813516335034 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19399] ppid=19382 vsize=26538700 memory=796 CPUtime=1.21 cores=0-7
/proc/19384/task/19399/stat : 19399 (java) R 19382 19382 19025 0 -1 4202560 7678 0 0 0 119 2 0 0 20 0 28 0 149074732 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812653706928 139813515928278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19400] ppid=19382 vsize=26538700 memory=1952 CPUtime=1.48 cores=0-7
/proc/19384/task/19400/stat : 19400 (java) R 19382 19382 19025 0 -1 4202560 6990 0 0 0 147 1 0 0 20 0 28 0 149074732 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812652659360 139813511680584 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19401] ppid=19382 vsize=26538700 memory=1200 CPUtime=0.56 cores=0-7
/proc/19384/task/19401/stat : 19401 (java) R 19382 19382 19025 0 -1 1077944384 4388 0 0 0 55 1 0 0 20 0 28 0 149074732 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812651620336 139813532445314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19402] ppid=19382 vsize=26538700 memory=8608 CPUtime=0 cores=0-7
/proc/19384/task/19402/stat : 19402 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812650568800 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19403] ppid=19382 vsize=26538700 memory=5784 CPUtime=0 cores=0-7
/proc/19384/task/19403/stat : 19403 (java) S 19382 19382 19025 0 -1 1077944384 570 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191078 33554432000 4194304 4196468 140728875444672 139812649516080 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
Current children cumulated CPU time: 22.15 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 765696 KiB

[startup+13.0011 s]*
/proc/loadavg: 6.73 7.85 8.14 14/207 19411
/proc/meminfo: memFree=23293228/32770624 swapFree=67108860/67108860
[pid=19382] ppid=19379 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19382/stat : 19382 (xcsp3-exec) S 19379 19382 19025 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149074726 9740288 346 33554432000 4194304 5098028 140723567185552 140723567183656 140075919327868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30994432 140723567191141 140723567191351 140723567191351 140723567194091 0
/proc/19382/statm: 2378 346 289 221 0 87 0
[pid=19384] ppid=19382 vsize=26538700 memory=765156 CPUtime=23.77 cores=0-7
/proc/19384/stat : 19384 (java) S 19382 19382 19025 0 -1 1077944320 49385 0 0 0 2257 120 0 0 20 0 28 0 149074726 27175628800 191289 33554432000 4194304 4196468 140728875444672 140728875427216 139813532434167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
/proc/19384/statm: 6634675 191289 3258 1 0 6621909 0
[pid=19384/tid=19385] ppid=19382 vsize=26538700 memory=6791534058613427641 CPUtime=11.74 cores=0-7
/proc/19384/task/19385/stat : 19385 (java) S 19382 19382 19025 0 -1 1077944384 11277 0 0 0 1167 7 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813536674944 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19386] ppid=19382 vsize=26538700 memory=0 CPUtime=0.29 cores=0-7
/proc/19384/task/19386/stat : 19386 (java) S 19382 19382 19025 0 -1 1077944384 1145 0 0 0 16 13 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813485055120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19387] ppid=19382 vsize=26538700 memory=0 CPUtime=0.28 cores=0-7
/proc/19384/task/19387/stat : 19387 (java) S 19382 19382 19025 0 -1 1077944384 1227 0 0 0 17 11 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813484002320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19388] ppid=19382 vsize=26538700 memory=37860 CPUtime=0.29 cores=0-7
/proc/19384/task/19388/stat : 19388 (java) S 19382 19382 19025 0 -1 1077944384 744 0 0 0 15 14 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813482949520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19389] ppid=19382 vsize=26538700 memory=-7880843606118635149 CPUtime=0.29 cores=0-7
/proc/19384/task/19389/stat : 19389 (java) S 19382 19382 19025 0 -1 1077944384 1257 0 0 0 17 12 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813481896720 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19390] ppid=19382 vsize=26538700 memory=0 CPUtime=0.29 cores=0-7
/proc/19384/task/19390/stat : 19390 (java) S 19382 19382 19025 0 -1 1077944384 1078 0 0 0 16 13 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813480843920 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19391] ppid=19382 vsize=26538700 memory=0 CPUtime=0.3 cores=0-7
/proc/19384/task/19391/stat : 19391 (java) S 19382 19382 19025 0 -1 1077944384 926 0 0 0 16 14 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813479791120 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19392] ppid=19382 vsize=26538700 memory=644 CPUtime=0.28 cores=0-7
/proc/19384/task/19392/stat : 19392 (java) S 19382 19382 19025 0 -1 1077944384 878 0 0 0 17 11 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813478738320 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19393] ppid=19382 vsize=26538700 memory=1788 CPUtime=0.27 cores=0-7
/proc/19384/task/19393/stat : 19393 (java) S 19382 19382 19025 0 -1 1077944384 1053 0 0 0 14 13 0 0 20 0 28 0 149074727 27175628800 191289 33554432000 4194304 4196468 140728875444672 139813477685520 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19394] ppid=19382 vsize=26538700 memory=952 CPUtime=0.04 cores=0-7
/proc/19384/task/19394/stat : 19394 (java) S 19382 19382 19025 0 -1 1077944384 2116 0 0 0 4 0 0 0 20 0 28 0 149074729 27175628800 191289 33554432000 4194304 4196468 140728875444672 139812658989936 139813532445314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19395] ppid=19382 vsize=26538700 memory=2424 CPUtime=0 cores=0-7
/proc/19384/task/19395/stat : 19395 (java) S 19382 19382 19025 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 149074729 27175628800 191289 33554432000 4194304 4196468 140728875444672 139812657935968 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19396] ppid=19382 vsize=26538700 memory=1580 CPUtime=0 cores=0-7
/proc/19384/task/19396/stat : 19396 (java) S 19382 19382 19025 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 149074730 27175628800 191289 33554432000 4194304 4196468 140728875444672 139812656883072 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19397] ppid=19382 vsize=26538700 memory=928 CPUtime=0 cores=0-7
/proc/19384/task/19397/stat : 19397 (java) S 19382 19382 19025 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191289 33554432000 4194304 4196468 140728875444672 139812655831376 139813532452763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19398] ppid=19382 vsize=26538700 memory=2240 CPUtime=1.18 cores=0-7
/proc/19384/task/19398/stat : 19398 (java) R 19382 19382 19025 0 -1 4202560 5716 0 0 0 116 2 0 0 20 0 28 0 149074732 27175628800 191289 33554432000 4194304 4196468 140728875444672 139812654759696 139813512283574 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19399] ppid=19382 vsize=26538700 memory=4128 CPUtime=1.38 cores=0-7
/proc/19384/task/19399/stat : 19399 (java) R 19382 19382 19025 0 -1 4202560 8045 0 0 0 136 2 0 0 20 0 28 0 149074732 27175628800 191289 33554432000 4194304 4196468 140728875444672 139812653725120 139813515965699 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19400] ppid=19382 vsize=26538700 memory=2196 CPUtime=1.58 cores=0-7
/proc/19384/task/19400/stat : 19400 (java) R 19382 19382 19025 0 -1 4202560 7037 0 0 0 157 1 0 0 20 0 28 0 149074732 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812652654320 139813510451179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19401] ppid=19382 vsize=26538700 memory=8040 CPUtime=0.6 cores=0-7
/proc/19384/task/19401/stat : 19401 (java) R 19382 19382 19025 0 -1 4202560 4476 0 0 0 59 1 0 0 20 0 28 0 149074732 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812651620336 139813525531011 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19402] ppid=19382 vsize=26538700 memory=840 CPUtime=0 cores=0-7
/proc/19384/task/19402/stat : 19402 (java) S 19382 19382 19025 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812650568800 139813532444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19403] ppid=19382 vsize=26538700 memory=1692 CPUtime=0 cores=0-7
/proc/19384/task/19403/stat : 19403 (java) S 19382 19382 19025 0 -1 1077944384 570 0 0 0 0 0 0 0 20 0 28 0 149074732 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812649516080 139813532445314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19404] ppid=19382 vsize=26538700 memory=912 CPUtime=0.65 cores=0-7
/proc/19384/task/19404/stat : 19404 (java) R 19382 19382 19025 0 -1 4202560 68 0 0 0 65 0 0 0 20 0 28 0 149075938 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812642002344 139813154753119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19405] ppid=19382 vsize=26538700 memory=4116 CPUtime=0.62 cores=0-7
/proc/19384/task/19405/stat : 19405 (java) R 19382 19382 19025 0 -1 4202560 64 0 0 0 62 0 0 0 20 0 28 0 149075938 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812640948504 139813154547194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19406] ppid=19382 vsize=26538700 memory=0 CPUtime=0.54 cores=0-7
/proc/19384/task/19406/stat : 19406 (java) R 19382 19382 19025 0 -1 4202560 53 0 0 0 54 0 0 0 20 0 28 0 149075938 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812639897128 139813154552363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19407] ppid=19382 vsize=26538700 memory=0 CPUtime=0.6 cores=0-7
/proc/19384/task/19407/stat : 19407 (java) R 19382 19382 19025 0 -1 4202560 57 0 0 0 60 0 0 0 20 0 28 0 149075938 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812638841952 139813153860049 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19408] ppid=19382 vsize=26538700 memory=0 CPUtime=0.65 cores=0-7
/proc/19384/task/19408/stat : 19408 (java) R 19382 19382 19025 0 -1 4202560 59 0 0 0 65 0 0 0 20 0 28 0 149075938 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812637789416 139813154535641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19409] ppid=19382 vsize=26538700 memory=0 CPUtime=0.54 cores=0-7
/proc/19384/task/19409/stat : 19409 (java) R 19382 19382 19025 0 -1 4202560 89 0 0 0 54 0 0 0 20 0 28 0 149075939 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812636739048 139813153575644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19410] ppid=19382 vsize=26538700 memory=0 CPUtime=0.53 cores=0-7
/proc/19384/task/19410/stat : 19410 (java) R 19382 19382 19025 0 -1 4202560 39 0 0 0 53 0 0 0 20 0 28 0 149075939 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812635686784 139813154719187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
[pid=19384/tid=19411] ppid=19382 vsize=26538700 memory=0 CPUtime=0.69 cores=0-7
/proc/19384/task/19411/stat : 19411 (java) R 19382 19382 19025 0 -1 4202560 42 0 0 0 69 0 0 0 20 0 28 0 149075939 27175628800 191307 33554432000 4194304 4196468 140728875444672 139812634632248 139813154189801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140728875447442 140728875447619 140728875447619 140728875450319 0
Current children cumulated CPU time: 23.77 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 766540 KiB

Child status: 0
Real time (s): 13.0517
CPU time (s): 23.8758
CPU user time (s): 22.658
CPU system time (s): 1.21783
CPU usage (%): 182.933
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 766540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.658
system time used= 1.21783
maximum resident set size= 767364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4643
involuntary context switches= 250


# summary of solver processes directly reported to runsolver:
#   pid: 19382
#   total CPU time (s): 23.8758
#   total CPU user time (s): 22.658
#   total CPU system time (s): 1.21783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.098472 second user time and 0.198108 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-19 18:10:10
IDJOB=4281147
IDBENCH=135709
IDSOLVER=2675
FILE ID=node104/4281147-1503159870
RUNJOBID= node104-1503153967-19052
PBS_JOBID= 20630816
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-003_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281147-1503159870/watcher-4281147-1503159870 -o /tmp/evaluation-result-4281147-1503159870/solver-4281147-1503159870 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1503153967-19052 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 757575865 HOME/instance-4281147-1503159870.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d6e988770bc6f2507c309b4f4f3312cf
RANDOM SEED=757575865

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24049372 kB
MemAvailable:   31965068 kB
Buffers:          275208 kB
Cached:          7919916 kB
SwapCached:            0 kB
Active:          3253308 kB
Inactive:        4992388 kB
Active(anon):      53192 kB
Inactive(anon):    33192 kB
Active(file):    3200116 kB
Inactive(file):  4959196 kB
Unevictable:        7828 kB
Mlocked:            7828 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7884 kB
Writeback:             0 kB
AnonPages:         58088 kB
Mapped:            51060 kB
Shmem:             33420 kB
Slab:             170376 kB
SReclaimable:     144436 kB
SUnreclaim:        25940 kB
KernelStack:        3136 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 61776 MiB
End job on node104 at 2017-08-19 18:10:23