Trace number 4404909

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-20 parallelOPT44 19.3952 3.04379

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark3.78942
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"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-4404909-1569014361.xml"  -tl '2016s' -p 8
0.12/0.20	c Choco 3fb4b153
0.12/0.20	c [HOME/instance-4404909-1569014361.xml, -tl, 2016s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
1.50/0.71	c solve instance...
2.08/0.80	o 65 
2.08/0.81	o 61 
2.08/0.81	o 59 
2.08/0.83	o 57 
2.08/0.85	o 53 
2.08/0.86	o 52 
2.08/0.89	o 50 
2.71/1.00	o 49 
3.49/1.02	o 47 
4.25/1.18	o 46 
4.94/1.20	o 45 
4.94/1.27	o 44 
19.29/3.02	s OPTIMUM FOUND
19.29/3.02	v <instantiation>
19.29/3.02	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] 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[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
19.29/3.02	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
19.29/3.02	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404909-1569014361/watcher-4404909-1569014361 -o /tmp/evaluation-result-4404909-1569014361/solver-4404909-1569014361 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node116-1569004939-6705 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 139102780 HOME/instance-4404909-1569014361.xml 

running on 8 cores: 0-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
solver pid=9229, runsolver pid=9226
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 8.09 7.56 7.85 3/211 9250
/proc/meminfo: memFree=25454028/32770688 swapFree=67000508/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 6678 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477377743 115843072 362 33554432000 4194304 5098028 140734915887440 140734915885544 140688733315708 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9302016 140734915896188 140734915896430 140734915896430 140734915899338 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=28227396 memory=30164 CPUtime=0.12 cores=0-7
/proc/9231/stat : 9231 (java) S 9229 9229 6678 0 -1 1077944320 5487 0 0 0 10 2 0 0 20 0 20 0 477377743 28904853504 7541 33554432000 4194304 4196468 140721956152688 140721956135232 139797871406839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
/proc/9231/statm: 7056849 7541 3118 1 0 7019032 0
[pid=9231/tid=9232] ppid=9229 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/9231/task/9232/stat : 9232 (java) R 9229 9229 6678 0 -1 4202560 3406 0 0 0 8 1 0 0 20 0 20 0 477377743 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797875640320 139797850484693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9233] ppid=9229 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 6678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797423204624 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9234] ppid=9229 vsize=28227396 memory=140674263725696 CPUtime=0 cores=0-7
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797422152080 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9235] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797421099536 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9236] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797420046992 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9237] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797418994448 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9238] ppid=9229 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797417941904 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9239] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797416889360 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9240] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 7541 33554432000 4194304 4196468 140721956152688 139797415836816 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9241] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 6678 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 477377746 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796267583472 139797871417986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9242] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 6678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477377746 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796266529696 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9243] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 6678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477377746 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796265477104 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9244] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377749 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796264425680 139797871425435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9245] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 6678 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 477377749 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796263373296 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9246] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9246/stat : 9246 (java) S 9229 9229 6678 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 477377749 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796262320752 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9247] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9247/stat : 9247 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477377749 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796261268208 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9248] ppid=9229 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9231/task/9248/stat : 9248 (java) S 9229 9229 6678 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 477377749 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796260215664 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9249] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9249/stat : 9249 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477377749 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796259162336 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9250] ppid=9229 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9250/stat : 9250 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377750 28904853504 7541 33554432000 4194304 4196468 140721956152688 139796258109872 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31612 KiB

[startup+0.211418 s]*
/proc/loadavg: 8.09 7.56 7.85 3/211 9250
/proc/meminfo: memFree=25441300/32770688 swapFree=67000508/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 6678 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477377743 115843072 362 33554432000 4194304 5098028 140734915887440 140734915885544 140688733315708 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9302016 140734915896188 140734915896430 140734915896430 140734915899338 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=28227396 memory=41452 CPUtime=0.33 cores=0-7
/proc/9231/stat : 9231 (java) S 9229 9229 6678 0 -1 1077944320 9037 0 0 0 30 3 0 0 20 0 20 0 477377743 28904853504 10363 33554432000 4194304 4196468 140721956152688 140721956135232 139797871406839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
/proc/9231/statm: 7056849 10363 3309 1 0 7019032 0
[pid=9231/tid=9232] ppid=9229 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/9231/task/9232/stat : 9232 (java) R 9229 9229 6678 0 -1 4202560 6198 0 0 0 18 2 0 0 20 0 20 0 477377743 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797875644928 139797849409681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9233] ppid=9229 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 6678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797423204624 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9234] ppid=9229 vsize=28227396 memory=140674263738878 CPUtime=0 cores=0-7
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797422152080 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9235] ppid=9229 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797421099536 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9236] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797420046992 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9237] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797418994448 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9238] ppid=9229 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797417941904 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9239] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797416889360 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9240] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28904853504 10363 33554432000 4194304 4196468 140721956152688 139797415836816 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9241] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 6678 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 477377746 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796267583472 139797871417986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9242] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 6678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477377746 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796266529696 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9243] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 6678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477377746 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796265477104 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9244] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377749 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796264425680 139797871425435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9245] ppid=9229 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 6678 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 20 0 477377749 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796263373296 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9246] ppid=9229 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9231/task/9246/stat : 9246 (java) S 9229 9229 6678 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 477377749 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796262320752 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9247] ppid=9229 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9247/stat : 9247 (java) S 9229 9229 6678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477377749 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796261268336 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9248] ppid=9229 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/9231/task/9248/stat : 9248 (java) R 9229 9229 6678 0 -1 4202560 739 0 0 0 7 0 0 0 20 0 20 0 477377749 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796260215664 139797850343937 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9249] ppid=9229 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9249/stat : 9249 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477377749 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796259162336 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9250] ppid=9229 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9250/stat : 9250 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377750 28904853504 10363 33554432000 4194304 4196468 140721956152688 139796258109872 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42900 KiB

[startup+0.310852 s]*
/proc/loadavg: 8.09 7.56 7.85 2/211 9250
/proc/meminfo: memFree=25437376/32770688 swapFree=67000508/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 6678 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477377743 115843072 362 33554432000 4194304 5098028 140734915887440 140734915885544 140688733315708 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9302016 140734915896188 140734915896430 140734915896430 140734915899338 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=28231652 memory=46820 CPUtime=0.51 cores=0-7
/proc/9231/stat : 9231 (java) S 9229 9229 6678 0 -1 1077944320 10071 0 0 0 47 4 0 0 20 0 20 0 477377743 28909211648 11705 33554432000 4194304 4196468 140721956152688 140721956135232 139797871406839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
/proc/9231/statm: 7057913 11705 3332 1 0 7019032 0
[pid=9231/tid=9232] ppid=9229 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/9231/task/9232/stat : 9232 (java) R 9229 9229 6678 0 -1 4202560 7126 0 0 0 27 3 0 0 20 0 20 0 477377743 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797875628352 139797855487326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9233] ppid=9229 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 6678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477377744 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797423204624 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9234] ppid=9229 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797422152080 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9235] ppid=9229 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797421099536 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9236] ppid=9229 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797420046992 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9237] ppid=9229 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797418994448 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9238] ppid=9229 vsize=28231652 memory=140674137680559 CPUtime=0 cores=0-7
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797417941904 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9239] ppid=9229 vsize=28231652 memory=140674137682864 CPUtime=0 cores=0-7
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797416889360 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9240] ppid=9229 vsize=28231652 memory=140674137685168 CPUtime=0 cores=0-7
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28909211648 11770 33554432000 4194304 4196468 140721956152688 139797415836816 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9241] ppid=9229 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 6678 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 477377746 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796267583472 139797871417986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9242] ppid=9229 vsize=28231652 memory=281348275384208 CPUtime=0 cores=0-7
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 6678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477377746 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796266529696 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9243] ppid=9229 vsize=28231652 memory=281348275381904 CPUtime=0 cores=0-7
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 6678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477377746 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796265477104 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9244] ppid=9229 vsize=28231652 memory=281348275388816 CPUtime=0 cores=0-7
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377749 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796264425680 139797871425435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9245] ppid=9229 vsize=28231652 memory=281348275330064 CPUtime=0.02 cores=0-7
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 6678 0 -1 1077944384 558 0 0 0 2 0 0 0 20 0 20 0 477377749 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796263373296 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9246] ppid=9229 vsize=28231652 memory=281348275402640 CPUtime=0.02 cores=0-7
/proc/9231/task/9246/stat : 9246 (java) S 9229 9229 6678 0 -1 1077944384 212 0 0 0 2 0 0 0 20 0 20 0 477377749 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796262320752 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9247] ppid=9229 vsize=28231652 memory=281348275409552 CPUtime=0.02 cores=0-7
/proc/9231/task/9247/stat : 9247 (java) S 9229 9229 6678 0 -1 1077944384 49 0 0 0 2 0 0 0 20 0 20 0 477377749 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796261268208 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9248] ppid=9229 vsize=28231652 memory=281348275407248 CPUtime=0.12 cores=0-7
/proc/9231/task/9248/stat : 9248 (java) S 9229 9229 6678 0 -1 1077944384 821 0 0 0 12 0 0 0 20 0 20 0 477377749 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796260215664 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9249] ppid=9229 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9249/stat : 9249 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477377749 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796259162336 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9250] ppid=9229 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9250/stat : 9250 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377750 28909211648 11770 33554432000 4194304 4196468 140721956152688 139796258109872 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48268 KiB

[startup+0.700971 s]
/proc/loadavg: 8.09 7.56 7.85 4/211 9250
/proc/meminfo: memFree=25424872/32770688 swapFree=67000508/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 6678 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477377743 115843072 362 33554432000 4194304 5098028 140734915887440 140734915885544 140688733315708 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9302016 140734915896188 140734915896430 140734915896430 140734915899338 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=28233776 memory=78820 CPUtime=1.5 cores=0-7
/proc/9231/stat : 9231 (java) S 9229 9229 6678 0 -1 1077944320 14410 0 0 0 144 6 0 0 20 0 20 0 477377743 28911386624 19705 33554432000 4194304 4196468 140721956152688 140721956135232 139797871406839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
/proc/9231/statm: 7058444 19705 3448 1 0 7019544 0
[pid=9231/tid=9232] ppid=9229 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/9231/task/9232/stat : 9232 (java) R 9229 9229 6678 0 -1 4202560 8756 0 0 0 64 4 0 0 20 0 20 0 477377743 28911386624 19705 33554432000 4194304 4196468 140721956152688 139797875644880 139797511416456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9233] ppid=9229 vsize=28233776 memory=140674137891696 CPUtime=0 cores=0-7
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 6678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477377744 28911386624 19705 33554432000 4194304 4196468 140721956152688 139797423204624 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9234] ppid=9229 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28911386624 19705 33554432000 4194304 4196468 140721956152688 139797422152080 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9235] ppid=9229 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477377744 28911386624 19705 33554432000 4194304 4196468 140721956152688 139797421099536 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0

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

[pid=9231/tid=9248] ppid=9229 vsize=28837968 memory=0 CPUtime=0.7 cores=0-7
/proc/9231/task/9248/stat : 9248 (java) S 9229 9229 6678 0 -1 1077944384 3317 0 0 0 69 1 0 0 20 0 28 0 477377749 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796260215664 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9249] ppid=9229 vsize=28837968 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9249/stat : 9249 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377749 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796259162336 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9250] ppid=9229 vsize=28837968 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9250/stat : 9250 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477377750 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796258109872 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9347] ppid=9229 vsize=28837968 memory=0 CPUtime=0.74 cores=0-7
/proc/9231/task/9347/stat : 9347 (java) R 9229 9229 6678 0 -1 4202560 25 0 0 0 74 0 0 0 20 0 28 0 477377870 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796242812040 139797516260167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9348] ppid=9229 vsize=28837968 memory=0 CPUtime=0.7 cores=0-7
/proc/9231/task/9348/stat : 9348 (java) R 9229 9229 6678 0 -1 4202560 27 0 0 0 70 0 0 0 20 0 28 0 477377870 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796244919504 139797515869051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9349] ppid=9229 vsize=28837968 memory=0 CPUtime=0.74 cores=0-7
/proc/9231/task/9349/stat : 9349 (java) R 9229 9229 6678 0 -1 4202560 23 0 0 0 74 0 0 0 20 0 28 0 477377870 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796239655736 139797514114419 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9350] ppid=9229 vsize=28837968 memory=55 CPUtime=0.86 cores=0-7
/proc/9231/task/9350/stat : 9350 (java) R 9229 9229 6678 0 -1 4202560 25 0 0 0 86 0 0 0 20 0 28 0 477377870 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796241761864 139797515844411 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9351] ppid=9229 vsize=28837968 memory=288230596050944315 CPUtime=0.97 cores=0-7
/proc/9231/task/9351/stat : 9351 (java) R 9229 9229 6678 0 -1 4202560 26 0 0 0 97 0 0 0 20 0 28 0 477377870 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796245972024 139797514085263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9352] ppid=9229 vsize=28837968 memory=14973369246289702 CPUtime=0.91 cores=0-7
/proc/9231/task/9352/stat : 9352 (java) R 9229 9229 6678 0 -1 4202560 23 0 0 0 91 0 0 0 20 0 28 0 477377870 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796243867624 139797514085628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9353] ppid=9229 vsize=28837968 memory=0 CPUtime=0.74 cores=0-7
/proc/9231/task/9353/stat : 9353 (java) R 9229 9229 6678 0 -1 4202560 24 0 0 0 74 0 0 0 20 0 28 0 477377870 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796248076848 139797514113158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9354] ppid=9229 vsize=28837968 memory=6656426216303648864 CPUtime=0.75 cores=0-7
/proc/9231/task/9354/stat : 9354 (java) R 9229 9229 6678 0 -1 4202560 20 0 0 0 75 0 0 0 20 0 28 0 477377871 29530079232 51075 33554432000 4194304 4196468 140721956152688 139796240711736 139797514705664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
Current children cumulated CPU time: 14.42 s
Current children cumulated vsize: 28951096 KiB
Current children cumulated memory: 205748 KiB

[startup+2.80122 s]
/proc/loadavg: 8.09 7.56 7.85 11/219 9354
/proc/meminfo: memFree=25288556/32770688 swapFree=67000508/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 6678 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477377743 115843072 362 33554432000 4194304 5098028 140734915887440 140734915885544 140688733315708 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9302016 140734915896188 140734915896430 140734915896430 140734915899338 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=28835928 memory=206824 CPUtime=17.6 cores=0-7
/proc/9231/stat : 9231 (java) S 9229 9229 6678 0 -1 1077944320 25367 0 0 0 1747 13 0 0 20 0 28 0 477377743 29527990272 51706 33554432000 4194304 4196468 140721956152688 140721956135232 139797871406839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
/proc/9231/statm: 7208982 51706 3484 1 0 7170082 0
[pid=9231/tid=9232] ppid=9229 vsize=28835928 memory=0 CPUtime=0.71 cores=0-7
/proc/9231/task/9232/stat : 9232 (java) S 9229 9229 6678 0 -1 1077944384 8849 0 0 0 67 4 0 0 20 0 28 0 477377743 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797875647616 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9233] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 6678 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797423204624 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9234] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 6678 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797422152080 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9235] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797421099536 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9236] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 6678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797420046992 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9237] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797418994448 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9238] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 6678 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797417941904 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9239] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 6678 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797416889360 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9240] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 51706 33554432000 4194304 4196468 140721956152688 139797415836816 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9241] ppid=9229 vsize=28835928 memory=140674138089520 CPUtime=0 cores=0-7
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 6678 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 477377746 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796267583472 139797871417986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9242] ppid=9229 vsize=28835928 memory=39638253193365 CPUtime=0 cores=0-7
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 6678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 477377746 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796266529696 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9243] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 6678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 477377746 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796265477104 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9244] ppid=9229 vsize=28835928 memory=7157735280297596519 CPUtime=0 cores=0-7
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477377749 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796264425680 139797871425435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9245] ppid=9229 vsize=28835928 memory=198808 CPUtime=1.45 cores=0-7
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 6678 0 -1 1077944384 3066 0 0 0 144 1 0 0 20 0 28 0 477377749 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796263373296 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9246] ppid=9229 vsize=28835928 memory=288230596050944315 CPUtime=1.69 cores=0-7
/proc/9231/task/9246/stat : 9246 (java) R 9229 9229 6678 0 -1 4202560 4249 0 0 0 168 1 0 0 20 0 28 0 477377749 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796262307568 139797856070073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9247] ppid=9229 vsize=28835928 memory=14973369246289702 CPUtime=1.42 cores=0-7
/proc/9231/task/9247/stat : 9247 (java) S 9229 9229 6678 0 -1 1077944384 2332 0 0 0 142 0 0 0 20 0 28 0 477377749 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796261268208 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9248] ppid=9229 vsize=28835928 memory=0 CPUtime=0.73 cores=0-7
/proc/9231/task/9248/stat : 9248 (java) R 9229 9229 6678 0 -1 1077944384 3348 0 0 0 72 1 0 0 20 0 28 0 477377749 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796260215664 139797871417986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9249] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9249/stat : 9249 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377749 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796259162336 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9250] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9250/stat : 9250 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477377750 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796258109872 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9347] ppid=9229 vsize=28835928 memory=7014751519717742183 CPUtime=1.04 cores=0-7
/proc/9231/task/9347/stat : 9347 (java) R 9229 9229 6678 0 -1 4202560 25 0 0 0 104 0 0 0 20 0 28 0 477377870 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796242812488 139797514510785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9348] ppid=9229 vsize=28835928 memory=7741240616399889504 CPUtime=1.05 cores=0-7
/proc/9231/task/9348/stat : 9348 (java) R 9229 9229 6678 0 -1 4202560 27 0 0 0 105 0 0 0 20 0 28 0 477377870 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796244918312 139797514707632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9349] ppid=9229 vsize=28835928 memory=7955981911449690224 CPUtime=0.97 cores=0-7
/proc/9231/task/9349/stat : 9349 (java) R 9229 9229 6678 0 -1 4202560 23 0 0 0 97 0 0 0 20 0 28 0 477377870 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796239656288 139797515522388 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9350] ppid=9229 vsize=28835928 memory=7741240616399889504 CPUtime=1.15 cores=0-7
/proc/9231/task/9350/stat : 9350 (java) R 9229 9229 6678 0 -1 4202560 27 0 0 0 115 0 0 0 20 0 28 0 477377870 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796241761304 139797515869622 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9351] ppid=9229 vsize=28835928 memory=7955981911449690224 CPUtime=1.31 cores=0-7
/proc/9231/task/9351/stat : 9351 (java) R 9229 9229 6678 0 -1 4202560 26 0 0 0 131 0 0 0 20 0 28 0 477377870 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796245971976 139797515867490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9352] ppid=9229 vsize=28835928 memory=7955981911449690224 CPUtime=1.11 cores=0-7
/proc/9231/task/9352/stat : 9352 (java) R 9229 9229 6678 0 -1 4202560 23 0 0 0 111 0 0 0 20 0 28 0 477377870 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796243865104 139797514084617 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9353] ppid=9229 vsize=28835928 memory=7955981911449690224 CPUtime=1 cores=0-7
/proc/9231/task/9353/stat : 9353 (java) R 9229 9229 6678 0 -1 4202560 24 0 0 0 100 0 0 0 20 0 28 0 477377870 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796248076264 139797514084000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9354] ppid=9229 vsize=28835928 memory=7741240616399889504 CPUtime=1.15 cores=0-7
/proc/9231/task/9354/stat : 9354 (java) R 9229 9229 6678 0 -1 4202560 20 0 0 0 115 0 0 0 20 0 28 0 477377871 29527990272 51706 33554432000 4194304 4196468 140721956152688 139796240707224 139797514085263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
Current children cumulated CPU time: 17.6 s
Current children cumulated vsize: 28949056 KiB
Current children cumulated memory: 208272 KiB

[startup+3.00422 s]*
/proc/loadavg: 8.48 7.65 7.87 11/219 9354
/proc/meminfo: memFree=25276832/32770688 swapFree=67000508/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 6678 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477377743 115843072 362 33554432000 4194304 5098028 140734915887440 140734915885544 140688733315708 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9302016 140734915896188 140734915896430 140734915896430 140734915899338 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=28835928 memory=209040 CPUtime=19.29 cores=0-7
/proc/9231/stat : 9231 (java) S 9229 9229 6678 0 -1 1077944320 25419 0 0 0 1916 13 0 0 20 0 28 0 477377743 29527990272 52260 33554432000 4194304 4196468 140721956152688 140721956135232 139797871406839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
/proc/9231/statm: 7208982 52260 3486 1 0 7170082 0
[pid=9231/tid=9232] ppid=9229 vsize=28835928 memory=720703919365947424 CPUtime=0.71 cores=0-7
/proc/9231/task/9232/stat : 9232 (java) S 9229 9229 6678 0 -1 1077944384 8849 0 0 0 67 4 0 0 20 0 28 0 477377743 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797875647616 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9233] ppid=9229 vsize=28835928 memory=288230587494564173 CPUtime=0 cores=0-7
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 6678 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797423204624 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9234] ppid=9229 vsize=28835928 memory=15112939770525336 CPUtime=0 cores=0-7
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 6678 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797422152080 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9235] ppid=9229 vsize=28835928 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797421099536 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9236] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 6678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797420046992 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9237] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797418994448 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9238] ppid=9229 vsize=28835928 memory=-1 CPUtime=0 cores=0-7
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 6678 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797417941904 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9239] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 6678 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797416889360 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9240] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377744 29527990272 52260 33554432000 4194304 4196468 140721956152688 139797415836816 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9241] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 6678 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 477377746 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796267583472 139797871417986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9242] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 6678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 477377746 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796266529696 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9243] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 6678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 477377746 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796265477104 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9244] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477377749 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796264425680 139797871425435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9245] ppid=9229 vsize=28835928 memory=0 CPUtime=1.5 cores=0-7
/proc/9231/task/9245/stat : 9245 (java) R 9229 9229 6678 0 -1 4202560 3069 0 0 0 149 1 0 0 20 0 28 0 477377749 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796263354064 139797854905794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9246] ppid=9229 vsize=28835928 memory=0 CPUtime=1.81 cores=0-7
/proc/9231/task/9246/stat : 9246 (java) S 9229 9229 6678 0 -1 1077944384 4268 0 0 0 180 1 0 0 20 0 28 0 477377749 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796262320752 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9247] ppid=9229 vsize=28835928 memory=0 CPUtime=1.44 cores=0-7
/proc/9231/task/9247/stat : 9247 (java) S 9229 9229 6678 0 -1 1077944384 2338 0 0 0 144 0 0 0 20 0 28 0 477377749 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796261268208 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9248] ppid=9229 vsize=28835928 memory=0 CPUtime=0.74 cores=0-7
/proc/9231/task/9248/stat : 9248 (java) S 9229 9229 6678 0 -1 1077944384 3369 0 0 0 73 1 0 0 20 0 28 0 477377749 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796260215664 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9249] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9249/stat : 9249 (java) S 9229 9229 6678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477377749 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796259162336 139797871417045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9250] ppid=9229 vsize=28835928 memory=0 CPUtime=0 cores=0-7
/proc/9231/task/9250/stat : 9250 (java) S 9229 9229 6678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477377750 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796258109872 139797871417986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9347] ppid=9229 vsize=28835928 memory=-1 CPUtime=1.23 cores=0-7
/proc/9231/task/9347/stat : 9347 (java) R 9229 9229 6678 0 -1 4202560 25 0 0 0 123 0 0 0 20 0 28 0 477377870 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796242812488 139797515108846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9348] ppid=9229 vsize=28835928 memory=-1 CPUtime=1.26 cores=0-7
/proc/9231/task/9348/stat : 9348 (java) R 9229 9229 6678 0 -1 4202560 27 0 0 0 126 0 0 0 20 0 28 0 477377870 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796244918312 139797514113934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9349] ppid=9229 vsize=28835928 memory=0 CPUtime=1.12 cores=0-7
/proc/9231/task/9349/stat : 9349 (java) R 9229 9229 6678 0 -1 4202560 23 0 0 0 112 0 0 0 20 0 28 0 477377870 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796239656288 139797514707004 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9350] ppid=9229 vsize=28835928 memory=0 CPUtime=1.32 cores=0-7
/proc/9231/task/9350/stat : 9350 (java) R 9229 9229 6678 0 -1 4202560 27 0 0 0 132 0 0 0 20 0 28 0 477377870 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796241761032 139797515205785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9351] ppid=9229 vsize=28835928 memory=0 CPUtime=1.53 cores=0-7
/proc/9231/task/9351/stat : 9351 (java) R 9229 9229 6678 0 -1 4202560 26 0 0 0 153 0 0 0 20 0 28 0 477377870 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796245971976 139797514083847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9352] ppid=9229 vsize=28835928 memory=0 CPUtime=1.31 cores=0-7
/proc/9231/task/9352/stat : 9352 (java) R 9229 9229 6678 0 -1 4202560 23 0 0 0 131 0 0 0 20 0 28 0 477377870 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796243865104 139797514706923 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9353] ppid=9229 vsize=28835928 memory=0 CPUtime=1.13 cores=0-7
/proc/9231/task/9353/stat : 9353 (java) R 9229 9229 6678 0 -1 4202560 26 0 0 0 113 0 0 0 20 0 28 0 477377870 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796248075528 139797514706130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
[pid=9231/tid=9354] ppid=9229 vsize=28835928 memory=0 CPUtime=1.36 cores=0-7
/proc/9231/task/9354/stat : 9354 (java) R 9229 9229 6678 0 -1 4202560 20 0 0 0 136 0 0 0 20 0 28 0 477377871 29527990272 52260 33554432000 4194304 4196468 140721956152688 139796240707224 139797514085725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13152256 140721956160496 140721956160667 140721956160667 140721956163535 0
Current children cumulated CPU time: 19.29 s
Current children cumulated vsize: 28949056 KiB
Current children cumulated memory: 210488 KiB

Child status: 0
Real time (s): 3.04379
CPU time (s): 19.3952
CPU user time (s): 19.2538
CPU system time (s): 0.141412
CPU usage (%): 637.206
Max. virtual memory (cumulated for all children) (KiB): 28951096
Max. memory (cumulated for all children) (KiB): 210488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.2538
system time used= 0.141412
maximum resident set size= 210296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26006
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4433
involuntary context switches= 648


# summary of solver processes directly reported to runsolver:
#   pid: 9229
#   total CPU time (s): 19.3952
#   total CPU user time (s): 19.2538
#   total CPU system time (s): 0.141412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040788 second user time and 0.09553 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 23:18:40
IDJOB=4404909
IDBENCH=141376
IDSOLVER=2866
FILE ID=node116/4404909-1569014361
RUNJOBID= node116-1569004939-6705
PBS_JOBID= 21704745
Free space on /tmp= 6528 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_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-4404909-1569014361/watcher-4404909-1569014361 -o /tmp/evaluation-result-4404909-1569014361/solver-4404909-1569014361 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node116-1569004939-6705 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 139102780 HOME/instance-4404909-1569014361.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=139102780

node116.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        25472052 kB
MemAvailable:   31850448 kB
Buffers:           44920 kB
Cached:          6508892 kB
SwapCached:         3504 kB
Active:          3274316 kB
Inactive:        3284848 kB
Active(anon):       7096 kB
Inactive(anon):    45800 kB
Active(file):    3267220 kB
Inactive(file):  3239048 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       67000508 kB
Dirty:             26276 kB
Writeback:             0 kB
AnonPages:        115512 kB
Mapped:            50684 kB
Shmem:             38928 kB
Slab:             329312 kB
SReclaimable:     300588 kB
SUnreclaim:        28724 kB
KernelStack:        3584 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     506404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 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:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6504 MiB
End job on node116 at 2019-09-20 23:18:43