Trace number 4399785

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16 parallelOPT55 65.2487 8.80857

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark31.0004
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399785-1568718101.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399785-1568718101.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.25/0.67	c solve instance...
1.62/0.76	o 80 
1.62/0.78	o 75 
1.62/0.79	o 74 
2.23/0.80	o 72 
2.23/0.86	o 71 
2.23/0.88	o 70 
2.94/0.93	o 68 
2.94/0.96	o 65 
3.64/1.01	o 63 
3.64/1.02	o 62 
6.77/1.47	o 60 
13.84/2.34	o 55 
64.55/8.79	s OPTIMUM FOUND
64.55/8.79	v <instantiation>
64.55/8.79	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
64.55/8.79	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
64.55/8.79	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399785-1568718101/watcher-4399785-1568718101 -o /tmp/evaluation-result-4399785-1568718101/solver-4399785-1568718101 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568713016-32310 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 232985128 HOME/instance-4399785-1568718101.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
Current StackSize limit: 8192 KiB

solver pid=687, runsolver pid=684

[startup+0.100117 s]*
/proc/loadavg: 8.59 8.37 8.31 2/212 708
/proc/meminfo: memFree=30897792/32770624 swapFree=66922544/67108860
[pid=687] ppid=684 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/687/stat : 687 (xcsp3-exec) S 684 687 32283 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447748008 115843072 363 33554432000 4194304 5098028 140723893796416 140723893794520 139689420833404 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13774848 140723893801846 140723893802089 140723893802089 140723893805002 0
/proc/687/statm: 28282 363 304 221 0 87 0
[pid=689] ppid=687 vsize=28227396 memory=29664 CPUtime=0.12 cores=0-7
/proc/689/stat : 689 (java) S 687 687 32283 0 -1 1077944320 5895 0 0 0 11 1 0 0 20 0 20 0 447748008 28904853504 7416 33554432000 4194304 4196468 140728197507888 140728197490432 140212943474423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
/proc/689/statm: 7056849 7416 3120 1 0 7019032 0
[pid=689/tid=690] ppid=687 vsize=28227396 memory=8390339637985935414 CPUtime=0.08 cores=0-7
/proc/689/task/690/stat : 690 (java) R 687 687 32283 0 -1 4202560 3793 0 0 0 8 0 0 0 20 0 20 0 447748008 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212947703840 140212943486358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=691] ppid=687 vsize=28227396 memory=288230604707987479 CPUtime=0 cores=0-7
/proc/689/task/691/stat : 691 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212900027408 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=692] ppid=687 vsize=28227396 memory=3472474223154558624 CPUtime=0 cores=0-7
/proc/689/task/692/stat : 692 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212493737104 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=693] ppid=687 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/693/stat : 693 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212492684048 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=694] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/694/stat : 694 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212491631504 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=695] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/695/stat : 695 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212490578448 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=696] ppid=687 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/696/stat : 696 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212489525904 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=697] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/697/stat : 697 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212488472848 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=698] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/698/stat : 698 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 7416 33554432000 4194304 4196468 140728197507888 140212487420304 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=699] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/699/stat : 699 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748011 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211541445360 140212943485570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=700] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/700/stat : 700 (java) S 687 687 32283 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447748011 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211540391584 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=701] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/701/stat : 701 (java) S 687 687 32283 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447748011 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211539338480 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=702] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/702/stat : 702 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211538287056 140212943493019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=703] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/703/stat : 703 (java) S 687 687 32283 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211537234160 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=704] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/704/stat : 704 (java) S 687 687 32283 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211536181616 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=705] ppid=687 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/705/stat : 705 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211535128560 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=706] ppid=687 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/706/stat : 706 (java) R 687 687 32283 0 -1 4202560 363 0 0 0 1 0 0 0 20 0 20 0 447748014 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211534076016 140212943486358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=707] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/707/stat : 707 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211533024224 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=708] ppid=687 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/708/stat : 708 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 7416 33554432000 4194304 4196468 140728197507888 140211531971760 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31116 KiB

[startup+0.210304 s]*
/proc/loadavg: 8.59 8.37 8.31 3/212 708
/proc/meminfo: memFree=30884436/32770624 swapFree=66922544/67108860
[pid=687] ppid=684 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/687/stat : 687 (xcsp3-exec) S 684 687 32283 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447748008 115843072 363 33554432000 4194304 5098028 140723893796416 140723893794520 139689420833404 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13774848 140723893801846 140723893802089 140723893802089 140723893805002 0
/proc/687/statm: 28282 363 304 221 0 87 0
[pid=689] ppid=687 vsize=28227396 memory=40828 CPUtime=0.33 cores=0-7
/proc/689/stat : 689 (java) S 687 687 32283 0 -1 1077944320 9495 0 0 0 30 3 0 0 20 0 20 0 447748008 28904853504 10207 33554432000 4194304 4196468 140728197507888 140728197490432 140212943474423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
/proc/689/statm: 7056849 10207 3241 1 0 7019032 0
[pid=689/tid=690] ppid=687 vsize=28227396 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/689/task/690/stat : 690 (java) R 687 687 32283 0 -1 4202560 6636 0 0 0 18 1 0 0 20 0 20 0 447748008 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212947704144 140212943496349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=691] ppid=687 vsize=28227396 memory=288230604707987479 CPUtime=0 cores=0-7
/proc/689/task/691/stat : 691 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212900027408 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=692] ppid=687 vsize=28227396 memory=3472474223154558624 CPUtime=0 cores=0-7
/proc/689/task/692/stat : 692 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212493737104 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=693] ppid=687 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/693/stat : 693 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212492684048 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=694] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/694/stat : 694 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212491631504 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=695] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/695/stat : 695 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212490578448 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=696] ppid=687 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/696/stat : 696 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212489525904 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=697] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/697/stat : 697 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212488472848 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=698] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/698/stat : 698 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28904853504 10207 33554432000 4194304 4196468 140728197507888 140212487420304 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=699] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/699/stat : 699 (java) S 687 687 32283 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447748011 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211541445360 140212943485570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=700] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/700/stat : 700 (java) S 687 687 32283 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447748011 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211540391584 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=701] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/701/stat : 701 (java) S 687 687 32283 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447748011 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211539338480 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=702] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/702/stat : 702 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211538287056 140212943493019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=703] ppid=687 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/703/stat : 703 (java) R 687 687 32283 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 20 0 447748014 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211537234160 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=704] ppid=687 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/704/stat : 704 (java) S 687 687 32283 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 447748014 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211536181616 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=705] ppid=687 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/689/task/705/stat : 705 (java) R 687 687 32283 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 20 0 447748014 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211535128560 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=706] ppid=687 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/689/task/706/stat : 706 (java) S 687 687 32283 0 -1 1077944384 760 0 0 0 7 0 0 0 20 0 20 0 447748014 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211534076016 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=707] ppid=687 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/689/task/707/stat : 707 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211533024224 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=708] ppid=687 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/708/stat : 708 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748014 28904853504 10207 33554432000 4194304 4196468 140728197507888 140211531971760 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42280 KiB

[startup+0.309525 s]*
/proc/loadavg: 7.99 8.24 8.27 3/212 708
/proc/meminfo: memFree=30879460/32770624 swapFree=66922544/67108860
[pid=687] ppid=684 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/687/stat : 687 (xcsp3-exec) S 684 687 32283 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447748008 115843072 363 33554432000 4194304 5098028 140723893796416 140723893794520 139689420833404 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13774848 140723893801846 140723893802089 140723893802089 140723893805002 0
/proc/687/statm: 28282 363 304 221 0 87 0
[pid=689] ppid=687 vsize=28231652 memory=49556 CPUtime=0.51 cores=0-7
/proc/689/stat : 689 (java) S 687 687 32283 0 -1 1077944320 10711 0 0 0 48 3 0 0 20 0 20 0 447748008 28909211648 12389 33554432000 4194304 4196468 140728197507888 140728197490432 140212943474423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
/proc/689/statm: 7057913 12389 3353 1 0 7019032 0
[pid=689/tid=690] ppid=687 vsize=28231652 memory=0 CPUtime=0.3 cores=0-7
/proc/689/task/690/stat : 690 (java) R 687 687 32283 0 -1 4202560 7719 0 0 0 28 2 0 0 20 0 20 0 447748008 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212947705536 140212943496349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=691] ppid=687 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/691/stat : 691 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212900027408 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=692] ppid=687 vsize=28231652 memory=140390700152448 CPUtime=0 cores=0-7
/proc/689/task/692/stat : 692 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748009 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212493737104 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=693] ppid=687 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/693/stat : 693 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748009 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212492684048 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=694] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/694/stat : 694 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748009 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212491631504 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=695] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/695/stat : 695 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748009 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212490578448 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=696] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/696/stat : 696 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212489525904 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=697] ppid=687 vsize=28231652 memory=3905236849077256224 CPUtime=0 cores=0-7
/proc/689/task/697/stat : 697 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212488472848 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=698] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/698/stat : 698 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447748009 28909211648 12487 33554432000 4194304 4196468 140728197507888 140212487420304 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=699] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/699/stat : 699 (java) S 687 687 32283 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447748011 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211541445360 140212943485570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=700] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/700/stat : 700 (java) S 687 687 32283 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447748011 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211540391584 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=701] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/701/stat : 701 (java) S 687 687 32283 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447748011 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211539338480 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=702] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/702/stat : 702 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748014 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211538287056 140212943493019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=703] ppid=687 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/689/task/703/stat : 703 (java) S 687 687 32283 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 20 0 447748014 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211537234160 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=704] ppid=687 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/689/task/704/stat : 704 (java) S 687 687 32283 0 -1 1077944384 183 0 0 0 3 0 0 0 20 0 20 0 447748014 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211536181616 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=705] ppid=687 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/689/task/705/stat : 705 (java) R 687 687 32283 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 20 0 447748014 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211535118944 140212924174720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=706] ppid=687 vsize=28231652 memory=0 CPUtime=0.12 cores=0-7
/proc/689/task/706/stat : 706 (java) S 687 687 32283 0 -1 1077944384 859 0 0 0 12 0 0 0 20 0 20 0 447748014 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211534076016 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=707] ppid=687 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/689/task/707/stat : 707 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447748014 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211533024224 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=708] ppid=687 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/689/task/708/stat : 708 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447748014 28909211648 12487 33554432000 4194304 4196468 140728197507888 140211531971760 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51008 KiB

[startup+0.707956 s]
/proc/loadavg: 7.99 8.24 8.27 3/212 708
/proc/meminfo: memFree=30863952/32770624 swapFree=66922544/67108860
[pid=687] ppid=684 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/687/stat : 687 (xcsp3-exec) S 684 687 32283 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447748008 115843072 363 33554432000 4194304 5098028 140723893796416 140723893794520 139689420833404 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13774848 140723893801846 140723893802089 140723893802089 140723893805002 0
/proc/687/statm: 28282 363 304 221 0 87 0
[pid=689] ppid=687 vsize=28766288 memory=97432 CPUtime=1.62 cores=0-7
/proc/689/stat : 689 (java) S 687 687 32283 0 -1 1077944320 14597 0 0 0 155 7 0 0 20 0 28 0 447748008 29456678912 24358 33554432000 4194304 4196468 140728197507888 140728197490432 140212943474423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
/proc/689/statm: 7191572 24358 3451 1 0 7152672 0
[pid=689/tid=690] ppid=687 vsize=28766288 memory=3616 CPUtime=0.66 cores=0-7
/proc/689/task/690/stat : 690 (java) S 687 687 32283 0 -1 1077944384 9208 0 0 0 63 3 0 0 20 0 28 0 447748008 29456678912 24358 33554432000 4194304 4196468 140728197507888 140212947715200 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=691] ppid=687 vsize=28766288 memory=33288 CPUtime=0 cores=0-7
/proc/689/task/691/stat : 691 (java) S 687 687 32283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447748009 29456678912 24358 33554432000 4194304 4196468 140728197507888 140212900027408 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=692] ppid=687 vsize=28766288 memory=988 CPUtime=0 cores=0-7
/proc/689/task/692/stat : 692 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447748009 29456678912 24358 33554432000 4194304 4196468 140728197507888 140212493737104 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=693] ppid=687 vsize=28766288 memory=2012 CPUtime=0 cores=0-7
/proc/689/task/693/stat : 693 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447748009 29456678912 24358 33554432000 4194304 4196468 140728197507888 140212492684048 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0

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

[pid=689/tid=691] ppid=687 vsize=28768336 memory=4126316290023845779 CPUtime=0.01 cores=0-7
/proc/689/task/691/stat : 691 (java) S 687 687 32283 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212900027408 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=692] ppid=687 vsize=28768336 memory=3467965018499368720 CPUtime=0 cores=0-7
/proc/689/task/692/stat : 692 (java) S 687 687 32283 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212493737104 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=693] ppid=687 vsize=28768336 memory=3467965018482591344 CPUtime=0 cores=0-7
/proc/689/task/693/stat : 693 (java) S 687 687 32283 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212492684048 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=694] ppid=687 vsize=28768336 memory=3467965018482591696 CPUtime=0 cores=0-7
/proc/689/task/694/stat : 694 (java) S 687 687 32283 0 -1 1077944384 832 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212491631504 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=695] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/695/stat : 695 (java) S 687 687 32283 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212490578448 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=696] ppid=687 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/696/stat : 696 (java) S 687 687 32283 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212489525904 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=697] ppid=687 vsize=28768336 memory=4122658290577849696 CPUtime=0.01 cores=0-7
/proc/689/task/697/stat : 697 (java) S 687 687 32283 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212488472848 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=698] ppid=687 vsize=28768336 memory=7445682012477743424 CPUtime=0 cores=0-7
/proc/689/task/698/stat : 698 (java) S 687 687 32283 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212487420304 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=699] ppid=687 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/699/stat : 699 (java) S 687 687 32283 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 28 0 447748011 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211541445360 140212943485570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=700] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/700/stat : 700 (java) S 687 687 32283 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 447748011 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211540391648 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=701] ppid=687 vsize=28768336 memory=280781205571024 CPUtime=0 cores=0-7
/proc/689/task/701/stat : 701 (java) S 687 687 32283 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 447748011 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211539338480 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=702] ppid=687 vsize=28768336 memory=301741382048153914 CPUtime=0 cores=0-7
/proc/689/task/702/stat : 702 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211538287056 140212943493019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=703] ppid=687 vsize=28768336 memory=14409315452716503 CPUtime=1.8 cores=0-7
/proc/689/task/703/stat : 703 (java) S 687 687 32283 0 -1 1077944384 6010 0 0 0 179 1 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211537234160 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=704] ppid=687 vsize=28768336 memory=8259761640030508190 CPUtime=1.72 cores=0-7
/proc/689/task/704/stat : 704 (java) S 687 687 32283 0 -1 1077944384 4842 0 0 0 170 2 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211536181616 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=705] ppid=687 vsize=28768336 memory=1414355462422710185 CPUtime=1.71 cores=0-7
/proc/689/task/705/stat : 705 (java) S 687 687 32283 0 -1 1077944384 3854 0 0 0 169 2 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211535128560 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=706] ppid=687 vsize=28768336 memory=-7595754389018307680 CPUtime=0.74 cores=0-7
/proc/689/task/706/stat : 706 (java) S 687 687 32283 0 -1 1077944384 3530 0 0 0 73 1 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211534076016 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=707] ppid=687 vsize=28768336 memory=1414298054980309879 CPUtime=0 cores=0-7
/proc/689/task/707/stat : 707 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211533024224 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=708] ppid=687 vsize=28768336 memory=7680491646476186426 CPUtime=0 cores=0-7
/proc/689/task/708/stat : 708 (java) S 687 687 32283 0 -1 1077944384 406 0 0 0 0 0 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211531971760 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=827] ppid=687 vsize=28768336 memory=8475934422144423578 CPUtime=5.62 cores=0-7
/proc/689/task/827/stat : 827 (java) R 687 687 32283 0 -1 4202560 55 0 0 0 562 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211522989656 140212584707922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=828] ppid=687 vsize=28768336 memory=140390602827361 CPUtime=5.34 cores=0-7
/proc/689/task/828/stat : 828 (java) R 687 687 32283 0 -1 4202560 124 0 0 0 533 1 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211520884848 140212579937038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=829] ppid=687 vsize=28768336 memory=-6876588628787748224 CPUtime=5.49 cores=0-7
/proc/689/task/829/stat : 829 (java) R 687 687 32283 0 -1 4202560 123 0 0 0 549 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211517727448 140212585078542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=830] ppid=687 vsize=28768336 memory=8292088564187963537 CPUtime=5.38 cores=0-7
/proc/689/task/830/stat : 830 (java) R 687 687 32283 0 -1 4202560 269 0 0 0 538 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211516674792 140212584976144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=831] ppid=687 vsize=28768336 memory=-7087961436404378774 CPUtime=5.28 cores=0-7
/proc/689/task/831/stat : 831 (java) R 687 687 32283 0 -1 4202560 232 0 0 0 528 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211515621192 140212584976997 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=832] ppid=687 vsize=28768336 memory=7752549240514114323 CPUtime=5.63 cores=0-7
/proc/689/task/832/stat : 832 (java) R 687 687 32283 0 -1 4202560 154 0 0 0 563 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211519832264 140212584693046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=833] ppid=687 vsize=28768336 memory=-7606742951091920751 CPUtime=5.18 cores=0-7
/proc/689/task/833/stat : 833 (java) R 687 687 32283 0 -1 4202560 497 0 0 0 518 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211521938648 140212584977853 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=834] ppid=687 vsize=28768336 memory=-8253362762722141311 CPUtime=5.3 cores=0-7
/proc/689/task/834/stat : 834 (java) R 687 687 32283 0 -1 4202560 175 0 0 0 530 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211518780360 140212584708412 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
Current children cumulated CPU time: 58.92 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 226124 KiB

[startup+8.40126 s]
/proc/loadavg: 7.75 8.19 8.26 9/221 834
/proc/meminfo: memFree=30700888/32770624 swapFree=66922552/67108860
[pid=687] ppid=684 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/687/stat : 687 (xcsp3-exec) S 684 687 32283 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447748008 115843072 363 33554432000 4194304 5098028 140723893796416 140723893794520 139689420833404 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13774848 140723893801846 140723893802089 140723893802089 140723893805002 0
/proc/687/statm: 28282 363 304 221 0 87 0
[pid=689] ppid=687 vsize=28768336 memory=224672 CPUtime=62.07 cores=0-7
/proc/689/stat : 689 (java) S 687 687 32283 0 -1 1077944320 34626 0 0 0 6185 22 0 0 20 0 28 0 447748008 29458776064 56168 33554432000 4194304 4196468 140728197507888 140728197490432 140212943474423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
/proc/689/statm: 7192084 56168 3528 1 0 7153184 0
[pid=689/tid=690] ppid=687 vsize=28768336 memory=0 CPUtime=0.66 cores=0-7
/proc/689/task/690/stat : 690 (java) S 687 687 32283 0 -1 1077944384 9212 0 0 0 63 3 0 0 20 0 28 0 447748008 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212947715200 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=691] ppid=687 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/691/stat : 691 (java) S 687 687 32283 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212900027408 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=692] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/692/stat : 692 (java) S 687 687 32283 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212493737104 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=693] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/693/stat : 693 (java) S 687 687 32283 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212492684048 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=694] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/694/stat : 694 (java) S 687 687 32283 0 -1 1077944384 832 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212491631504 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=695] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/695/stat : 695 (java) S 687 687 32283 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212490578448 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=696] ppid=687 vsize=28768336 memory=6947385649911455296 CPUtime=0.01 cores=0-7
/proc/689/task/696/stat : 696 (java) S 687 687 32283 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212489525904 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=697] ppid=687 vsize=28768336 memory=7809613858710579552 CPUtime=0.01 cores=0-7
/proc/689/task/697/stat : 697 (java) S 687 687 32283 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212488472848 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=698] ppid=687 vsize=28768336 memory=7739525489997998432 CPUtime=0 cores=0-7
/proc/689/task/698/stat : 698 (java) S 687 687 32283 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 28 0 447748009 29458776064 56168 33554432000 4194304 4196468 140728197507888 140212487420304 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=699] ppid=687 vsize=28768336 memory=7667186420983359840 CPUtime=0.01 cores=0-7
/proc/689/task/699/stat : 699 (java) S 687 687 32283 0 -1 1077944384 299 0 0 0 1 0 0 0 20 0 28 0 447748011 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211541445360 140212943485570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=700] ppid=687 vsize=28768336 memory=7666904946006649184 CPUtime=0 cores=0-7
/proc/689/task/700/stat : 700 (java) S 687 687 32283 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 447748011 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211540391648 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=701] ppid=687 vsize=28768336 memory=7812146033989347680 CPUtime=0 cores=0-7
/proc/689/task/701/stat : 701 (java) S 687 687 32283 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 447748011 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211539338480 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=702] ppid=687 vsize=28768336 memory=7881952927725218144 CPUtime=0 cores=0-7
/proc/689/task/702/stat : 702 (java) S 687 687 32283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211538287056 140212943493019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=703] ppid=687 vsize=28768336 memory=7739806964974709088 CPUtime=1.8 cores=0-7
/proc/689/task/703/stat : 703 (java) S 687 687 32283 0 -1 1077944384 6010 0 0 0 179 1 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211537234160 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=704] ppid=687 vsize=28768336 memory=7085408413268140137 CPUtime=1.72 cores=0-7
/proc/689/task/704/stat : 704 (java) S 687 687 32283 0 -1 1077944384 4842 0 0 0 170 2 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211536181616 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=705] ppid=687 vsize=28768336 memory=7449328087544195424 CPUtime=1.71 cores=0-7
/proc/689/task/705/stat : 705 (java) S 687 687 32283 0 -1 1077944384 3854 0 0 0 169 2 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211535128560 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=706] ppid=687 vsize=28768336 memory=7451860262822963552 CPUtime=0.74 cores=0-7
/proc/689/task/706/stat : 706 (java) S 687 687 32283 0 -1 1077944384 3530 0 0 0 73 1 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211534076016 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=707] ppid=687 vsize=28768336 memory=7522816034607819113 CPUtime=0 cores=0-7
/proc/689/task/707/stat : 707 (java) S 687 687 32283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211533024224 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=708] ppid=687 vsize=28768336 memory=5793975935261103212 CPUtime=0 cores=0-7
/proc/689/task/708/stat : 708 (java) S 687 687 32283 0 -1 1077944384 406 0 0 0 0 0 0 0 20 0 28 0 447748014 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211531971760 140212943485570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=827] ppid=687 vsize=28768336 memory=7228392122289840211 CPUtime=6.01 cores=0-7
/proc/689/task/827/stat : 827 (java) R 687 687 32283 0 -1 4202560 59 0 0 0 601 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211522989408 140212586312419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=828] ppid=687 vsize=28768336 memory=6297533577708131433 CPUtime=5.73 cores=0-7
/proc/689/task/828/stat : 828 (java) R 687 687 32283 0 -1 4202560 126 0 0 0 572 1 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211520885056 140212584976396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=829] ppid=687 vsize=28768336 memory=224648 CPUtime=5.87 cores=0-7
/proc/689/task/829/stat : 829 (java) R 687 687 32283 0 -1 4202560 125 0 0 0 587 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211517726792 140212585078542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=830] ppid=687 vsize=28768336 memory=14008 CPUtime=5.76 cores=0-7
/proc/689/task/830/stat : 830 (java) R 687 687 32283 0 -1 4202560 270 0 0 0 576 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211516674792 140212585078542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=831] ppid=687 vsize=28768336 memory=1412 CPUtime=5.67 cores=0-7
/proc/689/task/831/stat : 831 (java) R 687 687 32283 0 -1 4202560 264 0 0 0 567 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211515620832 140212585078542 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=832] ppid=687 vsize=28768336 memory=2828 CPUtime=6.02 cores=0-7
/proc/689/task/832/stat : 832 (java) R 687 687 32283 0 -1 4202560 178 0 0 0 602 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211519832128 140212580752020 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=833] ppid=687 vsize=28768336 memory=1452 CPUtime=5.57 cores=0-7
/proc/689/task/833/stat : 833 (java) R 687 687 32283 0 -1 4202560 501 0 0 0 557 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211521937944 140212588182788 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=834] ppid=687 vsize=28768336 memory=224644 CPUtime=5.68 cores=0-7
/proc/689/task/834/stat : 834 (java) R 687 687 32283 0 -1 4202560 184 0 0 0 568 0 0 0 20 0 28 0 447748242 29458776064 56168 33554432000 4194304 4196468 140728197507888 140211518779880 140212585904442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
Current children cumulated CPU time: 62.07 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 226124 KiB

[startup+8.801 s]
/proc/loadavg: 7.75 8.19 8.26 9/221 834
/proc/meminfo: memFree=30700888/32770624 swapFree=66922552/67108860
[pid=687] ppid=684 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/687/stat : 687 (xcsp3-exec) S 684 687 32283 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447748008 115843072 363 33554432000 4194304 5098028 140723893796416 140723893794520 139689420833404 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13774848 140723893801846 140723893802089 140723893802089 140723893805002 0
/proc/687/statm: 28282 363 304 221 0 87 0
[pid=689] ppid=687 vsize=28768336 memory=224452 CPUtime=65.23 cores=0-7
/proc/689/stat : 689 (java) S 687 687 32283 0 -1 1077944320 36354 0 0 0 6501 22 0 0 20 0 18 0 447748008 29458776064 56113 33554432000 4194304 4196468 140728197507888 140728197490432 140212943474423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
/proc/689/statm: 7192084 56113 3529 1 0 7153184 0
[pid=689/tid=690] ppid=687 vsize=28768336 memory=6947385649911455296 CPUtime=0.67 cores=0-7
/proc/689/task/690/stat : 690 (java) R 687 687 32283 0 -1 4202560 9985 0 0 0 64 3 0 0 20 0 18 0 447748008 29458776064 56085 33554432000 4194304 4196468 140728197507888 140212947717264 140212936191719 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=691] ppid=687 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/691/stat : 691 (java) S 687 687 32283 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 17 0 447748009 29458776064 56085 33554432000 4194304 4196468 140728197507888 140212900027408 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=692] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/692/stat : 692 (java) S 687 687 32283 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 447748009 29458776064 56085 33554432000 4194304 4196468 140728197507888 140212493737104 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=693] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/693/stat : 693 (java) S 687 687 32283 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 447748009 29458776064 56085 33554432000 4194304 4196468 140728197507888 140212492684048 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=694] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/694/stat : 694 (java) S 687 687 32283 0 -1 1077944384 832 0 0 0 0 0 0 0 20 0 17 0 447748009 29458776064 56085 33554432000 4194304 4196468 140728197507888 140212491631504 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=695] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/695/stat : 695 (java) S 687 687 32283 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 17 0 447748009 29458776064 56085 33554432000 4194304 4196468 140728197507888 140212490578448 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=696] ppid=687 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/696/stat : 696 (java) S 687 687 32283 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 17 0 447748009 29458776064 56085 33554432000 4194304 4196468 140728197507888 140212489525904 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=697] ppid=687 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/689/task/697/stat : 697 (java) S 687 687 32283 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 17 0 447748009 29458776064 56085 33554432000 4194304 4196468 140728197507888 140212488472848 140212943484629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=698] ppid=687 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/689/task/698/stat : 698 (java) R 687 687 32283 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 447748009 29458776064 56112 33554432000 4194304 4196468 140728197507888 140212487420304 140212943484629 256 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=700] ppid=687 vsize=0 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/689/task/700/stat : 700 (java) R 687 687 32283 0 -1 4195396 37 0 0 0 0 0 0 0 20 0 17 0 447748011 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
[pid=689/tid=701] ppid=687 vsize=28768336 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/689/task/701/stat : 701 (java) R 687 687 32283 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 12 0 447748011 29458776064 56173 33554432000 4194304 4196468 140728197507888 140211539338480 140212943484629 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
[pid=689/tid=702] ppid=687 vsize=28768336 memory=14409315452716503 CPUtime=0 cores=0-7
/proc/689/task/702/stat : 702 (java) R 687 687 32283 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 5 0 447748014 29458776064 56175 33554432000 4194304 4196468 140728197507888 140211538285808 140212943484629 256 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22237184 140728197510122 140728197510294 140728197510294 140728197513167 0
Current children cumulated CPU time: 65.23 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 225904 KiB

Child status: 0
Real time (s): 8.80857
CPU time (s): 65.2487
CPU user time (s): 65.0209
CPU system time (s): 0.227892
CPU usage (%): 740.742
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 229436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.0209
system time used= 0.227892
maximum resident set size= 227988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36964
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= 5214
involuntary context switches= 1465


# summary of solver processes directly reported to runsolver:
#   pid: 687
#   total CPU time (s): 65.2487
#   total CPU user time (s): 65.0209
#   total CPU system time (s): 0.227892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094701 second user time and 0.134373 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 13:00:59
IDJOB=4399785
IDBENCH=141365
IDSOLVER=2854
FILE ID=node141/4399785-1568718101
RUNJOBID= node141-1568713016-32310
PBS_JOBID= 21703943
Free space on /tmp= 58544 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399785-1568718101/watcher-4399785-1568718101 -o /tmp/evaluation-result-4399785-1568718101/solver-4399785-1568718101 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568713016-32310 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 232985128 HOME/instance-4399785-1568718101.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=232985128

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30914172 kB
MemAvailable:   31830100 kB
Buffers:          233656 kB
Cached:           978444 kB
SwapCached:        77628 kB
Active:           566828 kB
Inactive:         726912 kB
Active(anon):       9764 kB
Inactive(anon):   114832 kB
Active(file):     557064 kB
Inactive(file):   612080 kB
Unevictable:      109432 kB
Mlocked:          109432 kB
SwapTotal:      67108860 kB
SwapFree:       66922544 kB
Dirty:             26040 kB
Writeback:            12 kB
AnonPages:        111920 kB
Mapped:            43272 kB
Shmem:             34724 kB
Slab:             155252 kB
SReclaimable:     125240 kB
SUnreclaim:        30012 kB
KernelStack:        3440 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-17 13:01:08