Trace number 4400195

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 parallelOPT103 1302.83 164.113

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-41-06.xml
MD5SUM9c0419560fe3c6efa350d2101b8d9fdb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark115.382
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size155
Distribution of domain sizes[{"size":1,"count":1},{"size":155,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":4},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":68},{"arity":21,"count":2},{"arity":23,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
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-4400195-1568711091.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400195-1568711091.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.57/0.73	c solve instance...
2.72/0.90	o 108 
6.57/1.46	o 107 
24.79/3.74	o 105 
24.79/3.76	o 104 
113.18/14.81	o 103 
1302.05/164.10	s OPTIMUM FOUND
1302.05/164.10	v <instantiation>
1302.05/164.10	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
1302.05/164.10	v 	<values>0 0 29 15 9 16 20 31 26 63 36 30 36 56 48 79 65 41 52 80 84 64 72 82 48 80 56 84 98 95 92 103 </values>
1302.05/164.10	v </instantiation>

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400195-1568711091/watcher-4400195-1568711091 -o /tmp/evaluation-result-4400195-1568711091/solver-4400195-1568711091 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568696629-1917 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1202483238 HOME/instance-4400195-1568711091.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=9878, runsolver pid=9875

[startup+0.100119 s]*
/proc/loadavg: 7.81 7.96 7.82 2/210 9899
/proc/meminfo: memFree=31183104/32770624 swapFree=66977424/67108860
[pid=9878] ppid=9875 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9878/stat : 9878 (xcsp3-exec) S 9875 9878 1890 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447366184 115843072 363 33554432000 4194304 5098028 140733216848480 140733216846584 139893927092860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13918208 140733216850811 140733216851054 140733216851054 140733216853962 0
/proc/9878/statm: 28282 363 304 221 0 87 0
[pid=9880] ppid=9878 vsize=28227396 memory=29336 CPUtime=0.12 cores=0-7
/proc/9880/stat : 9880 (java) S 9878 9878 1890 0 -1 1077944320 5731 0 0 0 11 1 0 0 20 0 20 0 447366184 28904853504 7334 33554432000 4194304 4196468 140723380241184 140723380223728 140021004431095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
/proc/9880/statm: 7056849 7334 3158 1 0 7019032 0
[pid=9880/tid=9881] ppid=9878 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/9880/task/9881/stat : 9881 (java) R 9878 9878 1890 0 -1 4202560 3645 0 0 0 8 0 0 0 20 0 20 0 447366185 28904853504 7334 33554432000 4194304 4196468 140723380241184 140021008657344 140020989604264 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9882] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9882/stat : 9882 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366185 28904853504 7334 33554432000 4194304 4196468 140723380241184 140020555832464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9883] ppid=9878 vsize=28227396 memory=13712320657843864 CPUtime=0 cores=0-7
/proc/9880/task/9883/stat : 9883 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366185 28904853504 7334 33554432000 4194304 4196468 140723380241184 140020554779664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9884] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9884/stat : 9884 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366185 28904853504 7334 33554432000 4194304 4196468 140723380241184 140020553726864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9885] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9885/stat : 9885 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 7334 33554432000 4194304 4196468 140723380241184 140020552674064 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9886] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9886/stat : 9886 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 7334 33554432000 4194304 4196468 140723380241184 140020551621264 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9887] ppid=9878 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9880/task/9887/stat : 9887 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 7334 33554432000 4194304 4196468 140723380241184 140020550568464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9888] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9888/stat : 9888 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 7334 33554432000 4194304 4196468 140723380241184 140020549515664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9889] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9889/stat : 9889 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 7334 33554432000 4194304 4196468 140723380241184 140020548462864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9890] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9890/stat : 9890 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366187 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019602832240 140021004442242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9891] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9891/stat : 9891 (java) S 9878 9878 1890 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447366188 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019601778208 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9892] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9892/stat : 9892 (java) S 9878 9878 1890 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447366188 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019600725360 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9893] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9893/stat : 9893 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366190 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019599673680 140021004449691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9894] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9894/stat : 9894 (java) S 9878 9878 1890 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 20 0 447366190 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019598621040 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9895] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9895/stat : 9895 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366190 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019597568240 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9896] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9896/stat : 9896 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366190 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019596515440 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9897] ppid=9878 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/9880/task/9897/stat : 9897 (java) R 9878 9878 1890 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 20 0 447366190 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019595460432 140021004443030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9898] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9898/stat : 9898 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366190 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019594411104 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9899] ppid=9878 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9880/task/9899/stat : 9899 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366191 28904853504 7334 33554432000 4194304 4196468 140723380241184 140019593358384 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30788 KiB

[startup+0.210029 s]*
/proc/loadavg: 7.81 7.96 7.82 2/210 9899
/proc/meminfo: memFree=31171444/32770624 swapFree=66977424/67108860
[pid=9878] ppid=9875 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9878/stat : 9878 (xcsp3-exec) S 9875 9878 1890 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447366184 115843072 363 33554432000 4194304 5098028 140733216848480 140733216846584 139893927092860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13918208 140733216850811 140733216851054 140733216851054 140733216853962 0
/proc/9878/statm: 28282 363 304 221 0 87 0
[pid=9880] ppid=9878 vsize=28227396 memory=40900 CPUtime=0.33 cores=0-7
/proc/9880/stat : 9880 (java) S 9878 9878 1890 0 -1 1077944320 9515 0 0 0 30 3 0 0 20 0 20 0 447366184 28904853504 10225 33554432000 4194304 4196468 140723380241184 140723380223728 140021004431095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
/proc/9880/statm: 7056849 10225 3252 1 0 7019032 0
[pid=9880/tid=9881] ppid=9878 vsize=28227396 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/9880/task/9881/stat : 9881 (java) R 9878 9878 1890 0 -1 4202560 6665 0 0 0 18 2 0 0 20 0 20 0 447366185 28904853504 10225 33554432000 4194304 4196468 140723380241184 140021008669120 140021004443030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9882] ppid=9878 vsize=28227396 memory=288230583235049149 CPUtime=0 cores=0-7
/proc/9880/task/9882/stat : 9882 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366185 28904853504 10225 33554432000 4194304 4196468 140723380241184 140020555832464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9883] ppid=9878 vsize=28227396 memory=139707653047984 CPUtime=0 cores=0-7
/proc/9880/task/9883/stat : 9883 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366185 28904853504 10225 33554432000 4194304 4196468 140723380241184 140020554779664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9884] ppid=9878 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9880/task/9884/stat : 9884 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366185 28904853504 10225 33554432000 4194304 4196468 140723380241184 140020553726864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9885] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9885/stat : 9885 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 10225 33554432000 4194304 4196468 140723380241184 140020552674064 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9886] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9886/stat : 9886 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 10225 33554432000 4194304 4196468 140723380241184 140020551621264 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9887] ppid=9878 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9880/task/9887/stat : 9887 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 10225 33554432000 4194304 4196468 140723380241184 140020550568464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9888] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9888/stat : 9888 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 10225 33554432000 4194304 4196468 140723380241184 140020549515664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9889] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9889/stat : 9889 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366186 28904853504 10225 33554432000 4194304 4196468 140723380241184 140020548462864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9890] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9890/stat : 9890 (java) S 9878 9878 1890 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447366187 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019602832240 140021004442242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9891] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9891/stat : 9891 (java) S 9878 9878 1890 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447366188 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019601778208 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9892] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9892/stat : 9892 (java) S 9878 9878 1890 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447366188 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019600725360 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9893] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9893/stat : 9893 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366190 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019599673680 140021004449691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9894] ppid=9878 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/9880/task/9894/stat : 9894 (java) R 9878 9878 1890 0 -1 1077944384 683 0 0 0 2 0 0 0 20 0 20 0 447366190 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019598621040 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9895] ppid=9878 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9880/task/9895/stat : 9895 (java) S 9878 9878 1890 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 447366190 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019597568240 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9896] ppid=9878 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9880/task/9896/stat : 9896 (java) R 9878 9878 1890 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 20 0 447366190 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019596515440 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9897] ppid=9878 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/9880/task/9897/stat : 9897 (java) R 9878 9878 1890 0 -1 4202560 768 0 0 0 7 0 0 0 20 0 20 0 447366190 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019595462640 140021004452442 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9898] ppid=9878 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9898/stat : 9898 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366190 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019594411104 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9899] ppid=9878 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9880/task/9899/stat : 9899 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366191 28904853504 10225 33554432000 4194304 4196468 140723380241184 140019593358384 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42352 KiB

[startup+0.309515 s]*
/proc/loadavg: 7.81 7.96 7.82 3/210 9899
/proc/meminfo: memFree=31164408/32770624 swapFree=66977424/67108860
[pid=9878] ppid=9875 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9878/stat : 9878 (xcsp3-exec) S 9875 9878 1890 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447366184 115843072 363 33554432000 4194304 5098028 140733216848480 140733216846584 139893927092860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13918208 140733216850811 140733216851054 140733216851054 140733216853962 0
/proc/9878/statm: 28282 363 304 221 0 87 0
[pid=9880] ppid=9878 vsize=28231652 memory=49860 CPUtime=0.52 cores=0-7
/proc/9880/stat : 9880 (java) S 9878 9878 1890 0 -1 1077944320 10876 0 0 0 48 4 0 0 20 0 20 0 447366184 28909211648 12465 33554432000 4194304 4196468 140723380241184 140723380223728 140021004431095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
/proc/9880/statm: 7057913 12465 3322 1 0 7019032 0
[pid=9880/tid=9881] ppid=9878 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/9880/task/9881/stat : 9881 (java) R 9878 9878 1890 0 -1 4202560 7769 0 0 0 27 3 0 0 20 0 20 0 447366185 28909211648 12509 33554432000 4194304 4196468 140723380241184 140021008662208 140020988511582 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9882] ppid=9878 vsize=28231652 memory=2120 CPUtime=0 cores=0-7
/proc/9880/task/9882/stat : 9882 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366185 28909211648 12509 33554432000 4194304 4196468 140723380241184 140020555832464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9883] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9883/stat : 9883 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366185 28909211648 12509 33554432000 4194304 4196468 140723380241184 140020554779664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9884] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9884/stat : 9884 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366185 28909211648 12509 33554432000 4194304 4196468 140723380241184 140020553726864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9885] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9885/stat : 9885 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28909211648 12509 33554432000 4194304 4196468 140723380241184 140020552674064 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9886] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9886/stat : 9886 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28909211648 12509 33554432000 4194304 4196468 140723380241184 140020551621264 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9887] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9887/stat : 9887 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28909211648 12509 33554432000 4194304 4196468 140723380241184 140020550568464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9888] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9888/stat : 9888 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366186 28909211648 12509 33554432000 4194304 4196468 140723380241184 140020549515664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9889] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9889/stat : 9889 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366186 28909211648 12509 33554432000 4194304 4196468 140723380241184 140020548462864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9890] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9890/stat : 9890 (java) S 9878 9878 1890 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447366187 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019602832240 140021004442242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9891] ppid=9878 vsize=28231652 memory=279415003220864 CPUtime=0 cores=0-7
/proc/9880/task/9891/stat : 9891 (java) S 9878 9878 1890 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447366188 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019601778208 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9892] ppid=9878 vsize=28231652 memory=279415003225472 CPUtime=0 cores=0-7
/proc/9880/task/9892/stat : 9892 (java) S 9878 9878 1890 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447366188 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019600725360 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9893] ppid=9878 vsize=28231652 memory=279415003230080 CPUtime=0 cores=0-7
/proc/9880/task/9893/stat : 9893 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366190 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019599673680 140021004449691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9894] ppid=9878 vsize=28231652 memory=279415003234688 CPUtime=0.03 cores=0-7
/proc/9880/task/9894/stat : 9894 (java) S 9878 9878 1890 0 -1 1077944384 692 0 0 0 3 0 0 0 20 0 20 0 447366190 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019598621040 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9895] ppid=9878 vsize=28231652 memory=279415003239296 CPUtime=0.02 cores=0-7
/proc/9880/task/9895/stat : 9895 (java) R 9878 9878 1890 0 -1 4202560 187 0 0 0 2 0 0 0 20 0 20 0 447366190 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019597568240 140020988824934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9896] ppid=9878 vsize=28231652 memory=279415003243904 CPUtime=0.02 cores=0-7
/proc/9880/task/9896/stat : 9896 (java) S 9878 9878 1890 0 -1 1077944384 55 0 0 0 2 0 0 0 20 0 20 0 447366190 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019596515440 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9897] ppid=9878 vsize=28231652 memory=279415003248512 CPUtime=0.12 cores=0-7
/proc/9880/task/9897/stat : 9897 (java) S 9878 9878 1890 0 -1 1077944384 878 0 0 0 12 0 0 0 20 0 20 0 447366190 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019595462640 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9898] ppid=9878 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9898/stat : 9898 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366190 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019594411104 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9899] ppid=9878 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/9880/task/9899/stat : 9899 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366191 28909211648 12509 33554432000 4194304 4196468 140723380241184 140019593358384 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51312 KiB

[startup+0.700858 s]
/proc/loadavg: 7.81 7.96 7.82 3/210 9899
/proc/meminfo: memFree=31146228/32770624 swapFree=66977424/67108860
[pid=9878] ppid=9875 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9878/stat : 9878 (xcsp3-exec) S 9875 9878 1890 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447366184 115843072 363 33554432000 4194304 5098028 140733216848480 140733216846584 139893927092860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13918208 140733216850811 140733216851054 140733216851054 140733216853962 0
/proc/9878/statm: 28282 363 304 221 0 87 0
[pid=9880] ppid=9878 vsize=28233776 memory=86216 CPUtime=1.57 cores=0-7
/proc/9880/stat : 9880 (java) S 9878 9878 1890 0 -1 1077944320 15336 0 0 0 150 7 0 0 20 0 20 0 447366184 28911386624 21554 33554432000 4194304 4196468 140723380241184 140723380223728 140021004431095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
/proc/9880/statm: 7058444 21554 3453 1 0 7019544 0
[pid=9880/tid=9881] ppid=9878 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/9880/task/9881/stat : 9881 (java) R 9878 9878 1890 0 -1 4202560 9342 0 0 0 64 4 0 0 20 0 20 0 447366185 28911386624 21554 33554432000 4194304 4196468 140723380241184 140021008668080 140020641826103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9882] ppid=9878 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9882/stat : 9882 (java) S 9878 9878 1890 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447366185 28911386624 21554 33554432000 4194304 4196468 140723380241184 140020555832464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9883] ppid=9878 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/9880/task/9883/stat : 9883 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447366185 28911386624 21554 33554432000 4194304 4196468 140723380241184 140020554779664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9884] ppid=9878 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/9880/task/9884/stat : 9884 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447366185 28911386624 21554 33554432000 4194304 4196468 140723380241184 140020553726864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0

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

[pid=9880/tid=9944] ppid=9878 vsize=28769364 memory=279415004218080 CPUtime=147.65 cores=0-7
/proc/9880/task/9944/stat : 9944 (java) R 9878 9878 1890 0 -1 4202560 1269 0 0 0 14765 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019573620576 140020648187953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9945] ppid=9878 vsize=28769364 memory=8117322298872536183 CPUtime=148.08 cores=0-7
/proc/9880/task/9945/stat : 9945 (java) R 9878 9878 1890 0 -1 4202560 3537 0 0 0 14806 2 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019574673176 140020651164173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9946] ppid=9878 vsize=28769364 memory=-6443363978170947474 CPUtime=147.4 cores=0-7
/proc/9880/task/9946/stat : 9946 (java) R 9878 9878 1890 0 -1 4202560 2652 0 0 0 14738 2 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019575725720 140020648747568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9947] ppid=9878 vsize=28769364 memory=-6081100130186516364 CPUtime=147.18 cores=0-7
/proc/9880/task/9947/stat : 9947 (java) R 9878 9878 1890 0 -1 4202560 1947 0 0 0 14717 1 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019580988888 140020649499217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9948] ppid=9878 vsize=28769364 memory=7811867848806853171 CPUtime=147.52 cores=0-7
/proc/9880/task/9948/stat : 9948 (java) R 9878 9878 1890 0 -1 4202560 1197 0 0 0 14752 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019578884504 140020650500807 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9949] ppid=9878 vsize=28769364 memory=4567565264289755188 CPUtime=147.82 cores=0-7
/proc/9880/task/9949/stat : 9949 (java) R 9878 9878 1890 0 -1 4202560 1921 0 0 0 14782 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019579936392 140020648750068 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
Current children cumulated CPU time: 1295.61 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 205252 KiB

[startup+163.601 s]
/proc/loadavg: 8.24 8.20 7.95 9/218 9959
/proc/meminfo: memFree=31008448/32770624 swapFree=66977424/67108860
[pid=9878] ppid=9875 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9878/stat : 9878 (xcsp3-exec) S 9875 9878 1890 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447366184 115843072 363 33554432000 4194304 5098028 140733216848480 140733216846584 139893927092860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13918208 140733216850811 140733216851054 140733216851054 140733216853962 0
/proc/9878/statm: 28282 363 304 221 0 87 0
[pid=9880] ppid=9878 vsize=28769364 memory=203800 CPUtime=1298.81 cores=0-7
/proc/9880/stat : 9880 (java) S 9878 9878 1890 0 -1 1077944320 105932 0 0 0 129834 47 0 0 20 0 28 0 447366184 29459828736 50950 33554432000 4194304 4196468 140723380241184 140723380223728 140021004431095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
/proc/9880/statm: 7192341 50950 3525 1 0 7153441 0
[pid=9880/tid=9881] ppid=9878 vsize=28769364 memory=1164 CPUtime=0.73 cores=0-7
/proc/9880/task/9881/stat : 9881 (java) S 9878 9878 1890 0 -1 1077944384 9700 0 0 0 69 4 0 0 20 0 28 0 447366185 29459828736 50950 33554432000 4194304 4196468 140723380241184 140021008671872 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9882] ppid=9878 vsize=28769364 memory=1412 CPUtime=0.08 cores=0-7
/proc/9880/task/9882/stat : 9882 (java) S 9878 9878 1890 0 -1 1077944384 1488 0 0 0 6 2 0 0 20 0 28 0 447366185 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020555832464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9883] ppid=9878 vsize=28769364 memory=3520 CPUtime=0.07 cores=0-7
/proc/9880/task/9883/stat : 9883 (java) S 9878 9878 1890 0 -1 1077944384 2995 0 0 0 6 1 0 0 20 0 28 0 447366185 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020554779664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9884] ppid=9878 vsize=28769364 memory=201740 CPUtime=0.07 cores=0-7
/proc/9880/task/9884/stat : 9884 (java) S 9878 9878 1890 0 -1 1077944384 1780 0 0 0 6 1 0 0 20 0 28 0 447366185 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020553726864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9885] ppid=9878 vsize=28769364 memory=1452 CPUtime=0.08 cores=0-7
/proc/9880/task/9885/stat : 9885 (java) S 9878 9878 1890 0 -1 1077944384 4132 0 0 0 7 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020552674064 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9886] ppid=9878 vsize=28769364 memory=1452 CPUtime=0.07 cores=0-7
/proc/9880/task/9886/stat : 9886 (java) S 9878 9878 1890 0 -1 1077944384 3176 0 0 0 6 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020551621264 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9887] ppid=9878 vsize=28769364 memory=201748 CPUtime=0.08 cores=0-7
/proc/9880/task/9887/stat : 9887 (java) S 9878 9878 1890 0 -1 1077944384 1322 0 0 0 7 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020550568464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9888] ppid=9878 vsize=28769364 memory=1716 CPUtime=0.08 cores=0-7
/proc/9880/task/9888/stat : 9888 (java) S 9878 9878 1890 0 -1 1077944384 2621 0 0 0 7 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020549515664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9889] ppid=9878 vsize=28769364 memory=8112282956445269571 CPUtime=0.08 cores=0-7
/proc/9880/task/9889/stat : 9889 (java) S 9878 9878 1890 0 -1 1077944384 1399 0 0 0 7 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020548462864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9890] ppid=9878 vsize=28769364 memory=2004 CPUtime=0.1 cores=0-7
/proc/9880/task/9890/stat : 9890 (java) S 9878 9878 1890 0 -1 1077944384 5778 0 0 0 6 4 0 0 20 0 28 0 447366187 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019602832240 140021004442242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9891] ppid=9878 vsize=28769364 memory=1416 CPUtime=0 cores=0-7
/proc/9880/task/9891/stat : 9891 (java) S 9878 9878 1890 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 447366188 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019601778272 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9892] ppid=9878 vsize=28769364 memory=1716 CPUtime=0 cores=0-7
/proc/9880/task/9892/stat : 9892 (java) S 9878 9878 1890 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 28 0 447366188 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019600725376 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9893] ppid=9878 vsize=28769364 memory=692 CPUtime=0 cores=0-7
/proc/9880/task/9893/stat : 9893 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019599673680 140021004449691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9894] ppid=9878 vsize=28769364 memory=1056 CPUtime=2.6 cores=0-7
/proc/9880/task/9894/stat : 9894 (java) S 9878 9878 1890 0 -1 1077944384 15774 0 0 0 256 4 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019598621040 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9895] ppid=9878 vsize=28769364 memory=780 CPUtime=2.46 cores=0-7
/proc/9880/task/9895/stat : 9895 (java) S 9878 9878 1890 0 -1 1077944384 11907 0 0 0 242 4 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019597568240 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9896] ppid=9878 vsize=28769364 memory=4132 CPUtime=2.6 cores=0-7
/proc/9880/task/9896/stat : 9896 (java) S 9878 9878 1890 0 -1 1077944384 13765 0 0 0 257 3 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019596515440 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9897] ppid=9878 vsize=28769364 memory=1112 CPUtime=0.77 cores=0-7
/proc/9880/task/9897/stat : 9897 (java) S 9878 9878 1890 0 -1 1077944384 9314 0 0 0 76 1 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019595462640 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9898] ppid=9878 vsize=28769364 memory=6048 CPUtime=0 cores=0-7
/proc/9880/task/9898/stat : 9898 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019594411104 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9899] ppid=9878 vsize=28769364 memory=7552 CPUtime=0.02 cores=0-7
/proc/9880/task/9899/stat : 9899 (java) S 9878 9878 1890 0 -1 1077944384 655 0 0 0 0 2 0 0 20 0 28 0 447366191 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019593358384 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9942] ppid=9878 vsize=28769364 memory=2832 CPUtime=148.32 cores=0-7
/proc/9880/task/9942/stat : 9942 (java) R 9878 9878 1890 0 -1 4202560 1195 0 0 0 14832 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019576780624 140020648979582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9943] ppid=9878 vsize=28769364 memory=1084 CPUtime=148.06 cores=0-7
/proc/9880/task/9943/stat : 9943 (java) R 9878 9878 1890 0 -1 4202560 1169 0 0 0 14806 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019582041624 140020648749768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9944] ppid=9878 vsize=28769364 memory=14012 CPUtime=148.05 cores=0-7
/proc/9880/task/9944/stat : 9944 (java) R 9878 9878 1890 0 -1 4202560 1269 0 0 0 14805 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019573620576 140020649493487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9945] ppid=9878 vsize=28769364 memory=14048 CPUtime=148.48 cores=0-7
/proc/9880/task/9945/stat : 9945 (java) R 9878 9878 1890 0 -1 4202560 3538 0 0 0 14846 2 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019574673176 140020648749981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9946] ppid=9878 vsize=28769364 memory=25324 CPUtime=147.8 cores=0-7
/proc/9880/task/9946/stat : 9946 (java) R 9878 9878 1890 0 -1 4202560 2653 0 0 0 14778 2 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019575725720 140020648827562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9947] ppid=9878 vsize=28769364 memory=2120 CPUtime=147.57 cores=0-7
/proc/9880/task/9947/stat : 9947 (java) R 9878 9878 1890 0 -1 4202560 1948 0 0 0 14756 1 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019580988888 140020648981297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9948] ppid=9878 vsize=28769364 memory=532 CPUtime=147.92 cores=0-7
/proc/9880/task/9948/stat : 9948 (java) R 9878 9878 1890 0 -1 4202560 1197 0 0 0 14792 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019578884504 140020649493601 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9949] ppid=9878 vsize=28769364 memory=1564 CPUtime=148.22 cores=0-7
/proc/9880/task/9949/stat : 9949 (java) R 9878 9878 1890 0 -1 4202560 1922 0 0 0 14822 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019579936392 140020648829170 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
Current children cumulated CPU time: 1298.81 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 205252 KiB

[startup+164.001 s]*
/proc/loadavg: 8.24 8.20 7.95 9/218 9959
/proc/meminfo: memFree=31008536/32770624 swapFree=66977424/67108860
[pid=9878] ppid=9875 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9878/stat : 9878 (xcsp3-exec) S 9875 9878 1890 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447366184 115843072 363 33554432000 4194304 5098028 140733216848480 140733216846584 139893927092860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13918208 140733216850811 140733216851054 140733216851054 140733216853962 0
/proc/9878/statm: 28282 363 304 221 0 87 0
[pid=9880] ppid=9878 vsize=28769364 memory=203800 CPUtime=1302.05 cores=0-7
/proc/9880/stat : 9880 (java) S 9878 9878 1890 0 -1 1077944320 106267 0 0 0 130158 47 0 0 20 0 28 0 447366184 29459828736 50950 33554432000 4194304 4196468 140723380241184 140723380223728 140021004431095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
/proc/9880/statm: 7192341 50950 3525 1 0 7153441 0
[pid=9880/tid=9881] ppid=9878 vsize=28769364 memory=8317482817917895235 CPUtime=0.73 cores=0-7
/proc/9880/task/9881/stat : 9881 (java) S 9878 9878 1890 0 -1 1077944384 9700 0 0 0 69 4 0 0 20 0 28 0 447366185 29459828736 50950 33554432000 4194304 4196468 140723380241184 140021008671872 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9882] ppid=9878 vsize=28769364 memory=4748 CPUtime=0.08 cores=0-7
/proc/9880/task/9882/stat : 9882 (java) S 9878 9878 1890 0 -1 1077944384 1489 0 0 0 6 2 0 0 20 0 28 0 447366185 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020555832464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9883] ppid=9878 vsize=28769364 memory=1440 CPUtime=0.07 cores=0-7
/proc/9880/task/9883/stat : 9883 (java) S 9878 9878 1890 0 -1 1077944384 2996 0 0 0 6 1 0 0 20 0 28 0 447366185 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020554779664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9884] ppid=9878 vsize=28769364 memory=912 CPUtime=0.07 cores=0-7
/proc/9880/task/9884/stat : 9884 (java) S 9878 9878 1890 0 -1 1077944384 1781 0 0 0 6 1 0 0 20 0 28 0 447366185 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020553726864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9885] ppid=9878 vsize=28769364 memory=1984 CPUtime=0.08 cores=0-7
/proc/9880/task/9885/stat : 9885 (java) S 9878 9878 1890 0 -1 1077944384 4132 0 0 0 7 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020552674064 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9886] ppid=9878 vsize=28769364 memory=2480 CPUtime=0.07 cores=0-7
/proc/9880/task/9886/stat : 9886 (java) S 9878 9878 1890 0 -1 1077944384 3177 0 0 0 6 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020551621264 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9887] ppid=9878 vsize=28769364 memory=1768 CPUtime=0.08 cores=0-7
/proc/9880/task/9887/stat : 9887 (java) S 9878 9878 1890 0 -1 1077944384 1323 0 0 0 7 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020550568464 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9888] ppid=9878 vsize=28769364 memory=111632 CPUtime=0.08 cores=0-7
/proc/9880/task/9888/stat : 9888 (java) S 9878 9878 1890 0 -1 1077944384 2622 0 0 0 7 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020549515664 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9889] ppid=9878 vsize=28769364 memory=796 CPUtime=0.08 cores=0-7
/proc/9880/task/9889/stat : 9889 (java) S 9878 9878 1890 0 -1 1077944384 1401 0 0 0 7 1 0 0 20 0 28 0 447366186 29459828736 50950 33554432000 4194304 4196468 140723380241184 140020548462864 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9890] ppid=9878 vsize=28769364 memory=1412 CPUtime=0.1 cores=0-7
/proc/9880/task/9890/stat : 9890 (java) S 9878 9878 1890 0 -1 1077944384 5781 0 0 0 6 4 0 0 20 0 28 0 447366187 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019602832240 140021004442242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9891] ppid=9878 vsize=28769364 memory=3508 CPUtime=0 cores=0-7
/proc/9880/task/9891/stat : 9891 (java) S 9878 9878 1890 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 447366188 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019601778272 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9892] ppid=9878 vsize=28769364 memory=1452 CPUtime=0 cores=0-7
/proc/9880/task/9892/stat : 9892 (java) S 9878 9878 1890 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 28 0 447366188 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019600725376 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9893] ppid=9878 vsize=28769364 memory=201748 CPUtime=0 cores=0-7
/proc/9880/task/9893/stat : 9893 (java) S 9878 9878 1890 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019599673680 140021004449691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9894] ppid=9878 vsize=28769364 memory=4112 CPUtime=2.6 cores=0-7
/proc/9880/task/9894/stat : 9894 (java) S 9878 9878 1890 0 -1 1077944384 15774 0 0 0 256 4 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019598621040 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9895] ppid=9878 vsize=28769364 memory=1164 CPUtime=2.46 cores=0-7
/proc/9880/task/9895/stat : 9895 (java) S 9878 9878 1890 0 -1 1077944384 11907 0 0 0 242 4 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019597568240 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9896] ppid=9878 vsize=28769364 memory=8317482817917895235 CPUtime=2.6 cores=0-7
/proc/9880/task/9896/stat : 9896 (java) S 9878 9878 1890 0 -1 1077944384 13765 0 0 0 257 3 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019596515440 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9897] ppid=9878 vsize=28769364 memory=44608335645162 CPUtime=0.77 cores=0-7
/proc/9880/task/9897/stat : 9897 (java) S 9878 9878 1890 0 -1 1077944384 9314 0 0 0 76 1 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019595462640 140021004442242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9898] ppid=9878 vsize=28769364 memory=44608335644906 CPUtime=0 cores=0-7
/proc/9880/task/9898/stat : 9898 (java) S 9878 9878 1890 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447366190 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019594411104 140021004441301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9899] ppid=9878 vsize=28769364 memory=279415003541280 CPUtime=0.02 cores=0-7
/proc/9880/task/9899/stat : 9899 (java) R 9878 9878 1890 0 -1 1077944384 671 0 0 0 0 2 0 0 20 0 28 0 447366191 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019593358384 140021004442242 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9942] ppid=9878 vsize=28769364 memory=44608335645674 CPUtime=148.73 cores=0-7
/proc/9880/task/9942/stat : 9942 (java) R 9878 9878 1890 0 -1 4202560 1232 0 0 0 14873 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019576777704 140020650489920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9943] ppid=9878 vsize=28769364 memory=44608335645674 CPUtime=148.47 cores=0-7
/proc/9880/task/9943/stat : 9943 (java) R 9878 9878 1890 0 -1 4202560 1207 0 0 0 14847 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019582042328 140020649493716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9944] ppid=9878 vsize=28769364 memory=44608335645674 CPUtime=148.46 cores=0-7
/proc/9880/task/9944/stat : 9944 (java) R 9878 9878 1890 0 -1 4202560 1300 0 0 0 14846 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019573620184 140020642030732 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9945] ppid=9878 vsize=28769364 memory=44608335645674 CPUtime=148.88 cores=0-7
/proc/9880/task/9945/stat : 9945 (java) R 9878 9878 1890 0 -1 4202560 3601 0 0 0 14886 2 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019574673120 140020649269785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9946] ppid=9878 vsize=28769364 memory=44608335645418 CPUtime=148.21 cores=0-7
/proc/9880/task/9946/stat : 9946 (java) R 9878 9878 1890 0 -1 4202560 2711 0 0 0 14819 2 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019575728528 140020648827675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9947] ppid=9878 vsize=28769364 memory=44608335645418 CPUtime=147.98 cores=0-7
/proc/9880/task/9947/stat : 9947 (java) R 9878 9878 1890 0 -1 4202560 1954 0 0 0 14797 1 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019580988648 140020649959116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9948] ppid=9878 vsize=28769364 memory=44608335645418 CPUtime=148.31 cores=0-7
/proc/9880/task/9948/stat : 9948 (java) R 9878 9878 1890 0 -1 4202560 1212 0 0 0 14831 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019578884696 140020648749977 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
[pid=9880/tid=9949] ppid=9878 vsize=28769364 memory=44608335645418 CPUtime=148.63 cores=0-7
/proc/9880/task/9949/stat : 9949 (java) R 9878 9878 1890 0 -1 4202560 1982 0 0 0 14863 0 0 0 20 0 28 0 447367666 29459828736 50950 33554432000 4194304 4196468 140723380241184 140019579936424 140020649493497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8372224 140723380245488 140723380245659 140723380245659 140723380248527 0
Current children cumulated CPU time: 1302.05 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 205252 KiB

[startup+164.11 s]
/proc/loadavg: 8.24 8.20 7.95 9/218 9959
/proc/meminfo: memFree=31008536/32770624 swapFree=66977424/67108860
[pid=9878] ppid=9875 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9878/stat : 9878 (xcsp3-exec) S 9875 9878 1890 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447366184 115843072 363 33554432000 4194304 5098028 140733216848480 140733216846584 139893927092860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13918208 140733216850811 140733216851054 140733216851054 140733216853962 0
/proc/9878/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 164.113
CPU time (s): 1302.83
CPU user time (s): 1302.35
CPU system time (s): 0.485584
CPU usage (%): 793.866
Max. virtual memory (cumulated for all children) (KiB): 28884460
Max. memory (cumulated for all children) (KiB): 247208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.35
system time used= 0.485584
maximum resident set size= 250856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13421
involuntary context switches= 15209


# summary of solver processes directly reported to runsolver:
#   pid: 9878
#   total CPU time (s): 1302.83
#   total CPU user time (s): 1302.35
#   total CPU system time (s): 0.485584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22234 second user time and 1.88522 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 09:54:32
IDJOB=4400195
IDBENCH=129880
IDSOLVER=2855
FILE ID=node104/4400195-1568711091
RUNJOBID= node104-1568696629-1917
PBS_JOBID= 21703905
Free space on /tmp= 59012 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.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-4400195-1568711091/watcher-4400195-1568711091 -o /tmp/evaluation-result-4400195-1568711091/solver-4400195-1568711091 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568696629-1917 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1202483238 HOME/instance-4400195-1568711091.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=1202483238

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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        31198816 kB
MemAvailable:   31852364 kB
Buffers:          107924 kB
Cached:           835408 kB
SwapCached:        32284 kB
Active:           631816 kB
Inactive:         346508 kB
Active(anon):       3816 kB
Inactive(anon):    80732 kB
Active(file):     628000 kB
Inactive(file):   265776 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977424 kB
Dirty:             26536 kB
Writeback:             0 kB
AnonPages:        114144 kB
Mapped:            47332 kB
Shmem:             40496 kB
Slab:             182080 kB
SReclaimable:     151212 kB
SUnreclaim:        30868 kB
KernelStack:        3392 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     496888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58988 MiB
End job on node104 at 2019-09-17 09:57:16