Trace number 4399485

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallelSAT 128.597 16.8276

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.284908
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399485-1568717475.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399485-1568717475.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.28/0.63	c solve instance...
128.46/16.81	s SATISFIABLE
128.46/16.81	v <instantiation>
128.46/16.81	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4] </list>
128.46/16.81	v 	<values>18 0 4 25 19 6 23 14 1 3 18 14 7 1 4 25 19 21 15 6 17 8 5 3 9 22 20 13 11 2 12 23 10 24 16 </values>
128.46/16.81	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15321 MiB free)
  memory of node 1: 16384 MiB (13322 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399485-1568717475/watcher-4399485-1568717475 -o /tmp/evaluation-result-4399485-1568717475/solver-4399485-1568717475 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568711786-15138 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1800908949 HOME/instance-4399485-1568717475.xml 

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

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


[startup+0.100107 s]*
/proc/loadavg: 8.64 8.36 8.31 3/212 16241
/proc/meminfo: memFree=29314788/32770624 swapFree=66958324/67108860
[pid=16220] ppid=16217 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16220/stat : 16220 (xcsp3-exec) S 16217 16220 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447683995 115843072 363 33554432000 4194304 5098028 140734075191408 140734075189512 140349466280572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27557888 140734075196277 140734075196521 140734075196521 140734075199434 0
/proc/16220/statm: 28282 363 304 221 0 87 0
[pid=16222] ppid=16220 vsize=28227396 memory=29156 CPUtime=0.13 cores=0-7
/proc/16222/stat : 16222 (java) S 16220 16220 15111 0 -1 1077944320 5767 0 0 0 11 2 0 0 20 0 20 0 447683995 28904853504 7289 33554432000 4194304 4196468 140735085707872 140735085690416 140283800538871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
/proc/16222/statm: 7056849 7289 3120 1 0 7019032 0
[pid=16222/tid=16223] ppid=16220 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/16222/task/16223/stat : 16223 (java) R 16220 16220 15111 0 -1 4202560 3675 0 0 0 8 1 0 0 20 0 20 0 447683996 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283804778112 140283800560218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16224] ppid=16220 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16222/task/16224/stat : 16224 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283351968144 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16225] ppid=16220 vsize=28227396 memory=140591355418240 CPUtime=0 cores=0-7
/proc/16222/task/16225/stat : 16225 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283350915344 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16226] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16226/stat : 16226 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283349863056 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16227] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16227/stat : 16227 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283348810256 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16228] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16228/stat : 16228 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283347757968 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16229] ppid=16220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16222/task/16229/stat : 16229 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283346705168 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16230] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16230/stat : 16230 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283345652880 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16231] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16231/stat : 16231 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 7289 33554432000 4194304 4196468 140735085707872 140283344600080 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16232] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16232/stat : 16232 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683998 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281996249200 140283800550018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16233] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16233/stat : 16233 (java) S 16220 16220 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447683999 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281995195168 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16234] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16234/stat : 16234 (java) S 16220 16220 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447683999 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281994142832 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16235] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16235/stat : 16235 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447684001 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281993091152 140283800557467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16236] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16236/stat : 16236 (java) S 16220 16220 15111 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 447684001 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281992039024 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16237] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16237/stat : 16237 (java) S 16220 16220 15111 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447684001 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281990986224 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16238] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16238/stat : 16238 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447684001 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281989933936 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16239] ppid=16220 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16222/task/16239/stat : 16239 (java) S 16220 16220 15111 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 20 0 447684001 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281988881136 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16240] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16240/stat : 16240 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447684001 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281987828064 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16241] ppid=16220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16222/task/16241/stat : 16241 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447684002 28904853504 7289 33554432000 4194304 4196468 140735085707872 140281986775344 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30608 KiB

[startup+0.210576 s]*
/proc/loadavg: 8.64 8.36 8.31 2/212 16241
/proc/meminfo: memFree=29301380/32770624 swapFree=66958324/67108860
[pid=16220] ppid=16217 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16220/stat : 16220 (xcsp3-exec) S 16217 16220 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447683995 115843072 363 33554432000 4194304 5098028 140734075191408 140734075189512 140349466280572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27557888 140734075196277 140734075196521 140734075196521 140734075199434 0
/proc/16220/statm: 28282 363 304 221 0 87 0
[pid=16222] ppid=16220 vsize=28227396 memory=41080 CPUtime=0.33 cores=0-7
/proc/16222/stat : 16222 (java) S 16220 16220 15111 0 -1 1077944320 9522 0 0 0 30 3 0 0 20 0 20 0 447683995 28904853504 10270 33554432000 4194304 4196468 140735085707872 140735085690416 140283800538871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
/proc/16222/statm: 7056849 10270 3288 1 0 7019032 0
[pid=16222/tid=16223] ppid=16220 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16222/task/16223/stat : 16223 (java) R 16220 16220 15111 0 -1 4202560 6693 0 0 0 18 2 0 0 20 0 20 0 447683996 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283804765072 140283437862988 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16224] ppid=16220 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/16222/task/16224/stat : 16224 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283351968144 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16225] ppid=16220 vsize=28227396 memory=140591358737108 CPUtime=0 cores=0-7
/proc/16222/task/16225/stat : 16225 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283350915344 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16226] ppid=16220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16222/task/16226/stat : 16226 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283349863056 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16227] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16227/stat : 16227 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283348810256 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16228] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16228/stat : 16228 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283347757968 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16229] ppid=16220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16222/task/16229/stat : 16229 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283346705168 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16230] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16230/stat : 16230 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283345652880 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16231] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16231/stat : 16231 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447683997 28904853504 10270 33554432000 4194304 4196468 140735085707872 140283344600080 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16232] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16232/stat : 16232 (java) S 16220 16220 15111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447683998 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281996249200 140283800550018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16233] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16233/stat : 16233 (java) S 16220 16220 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447683999 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281995195168 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16234] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16234/stat : 16234 (java) S 16220 16220 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447683999 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281994142832 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16235] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16235/stat : 16235 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447684001 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281993091152 140283800557467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16236] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16236/stat : 16236 (java) S 16220 16220 15111 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 20 0 447684001 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281992039024 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16237] ppid=16220 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16222/task/16237/stat : 16237 (java) S 16220 16220 15111 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 20 0 447684001 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281990986224 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16238] ppid=16220 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16222/task/16238/stat : 16238 (java) S 16220 16220 15111 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 20 0 447684001 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281989933936 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16239] ppid=16220 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/16222/task/16239/stat : 16239 (java) R 16220 16220 15111 0 -1 4202560 771 0 0 0 8 0 0 0 20 0 20 0 447684001 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281988881136 140283800560218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16240] ppid=16220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16240/stat : 16240 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447684001 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281987828064 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16241] ppid=16220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16222/task/16241/stat : 16241 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447684002 28904853504 10270 33554432000 4194304 4196468 140735085707872 140281986775344 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42532 KiB

[startup+0.310345 s]*
/proc/loadavg: 8.03 8.24 8.27 4/212 16241
/proc/meminfo: memFree=29295300/32770624 swapFree=66958324/67108860
[pid=16220] ppid=16217 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16220/stat : 16220 (xcsp3-exec) S 16217 16220 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447683995 115843072 363 33554432000 4194304 5098028 140734075191408 140734075189512 140349466280572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27557888 140734075196277 140734075196521 140734075196521 140734075199434 0
/proc/16220/statm: 28282 363 304 221 0 87 0
[pid=16222] ppid=16220 vsize=28231652 memory=49792 CPUtime=0.53 cores=0-7
/proc/16222/stat : 16222 (java) S 16220 16220 15111 0 -1 1077944320 10840 0 0 0 48 5 0 0 20 0 20 0 447683995 28909211648 12448 33554432000 4194304 4196468 140735085707872 140735085690416 140283800538871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
/proc/16222/statm: 7057913 12448 3334 1 0 7019032 0
[pid=16222/tid=16223] ppid=16220 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/16222/task/16223/stat : 16223 (java) R 16220 16220 15111 0 -1 4202560 7795 0 0 0 26 3 0 0 20 0 20 0 447683996 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283804769984 140283784619358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16224] ppid=16220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16224/stat : 16224 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283351968144 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16225] ppid=16220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16225/stat : 16225 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283350915344 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16226] ppid=16220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16226/stat : 16226 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283349863056 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16227] ppid=16220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16227/stat : 16227 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283348810256 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16228] ppid=16220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16228/stat : 16228 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447683997 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283347757968 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16229] ppid=16220 vsize=28231652 memory=140591258233519 CPUtime=0 cores=0-7
/proc/16222/task/16229/stat : 16229 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283346705168 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16230] ppid=16220 vsize=28231652 memory=140591258235824 CPUtime=0 cores=0-7
/proc/16222/task/16230/stat : 16230 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447683997 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283345652880 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16231] ppid=16220 vsize=28231652 memory=140591258238128 CPUtime=0 cores=0-7
/proc/16222/task/16231/stat : 16231 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447683997 28909211648 12487 33554432000 4194304 4196468 140735085707872 140283344600080 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16232] ppid=16220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16232/stat : 16232 (java) S 16220 16220 15111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447683998 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281996249200 140283800550018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16233] ppid=16220 vsize=28231652 memory=281182516490128 CPUtime=0 cores=0-7
/proc/16222/task/16233/stat : 16233 (java) S 16220 16220 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447683999 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281995195168 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16234] ppid=16220 vsize=28231652 memory=281182516487824 CPUtime=0 cores=0-7
/proc/16222/task/16234/stat : 16234 (java) S 16220 16220 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447683999 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281994142832 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16235] ppid=16220 vsize=28231652 memory=281182516494736 CPUtime=0 cores=0-7
/proc/16222/task/16235/stat : 16235 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447684001 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281993091152 140283800557467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16236] ppid=16220 vsize=28231652 memory=281182516435984 CPUtime=0.01 cores=0-7
/proc/16222/task/16236/stat : 16236 (java) S 16220 16220 15111 0 -1 1077944384 392 0 0 0 1 0 0 0 20 0 20 0 447684001 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281992039024 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16237] ppid=16220 vsize=28231652 memory=281182516508560 CPUtime=0.04 cores=0-7
/proc/16222/task/16237/stat : 16237 (java) R 16220 16220 15111 0 -1 4202560 321 0 0 0 4 0 0 0 20 0 20 0 447684001 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281990967240 140283778190736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16238] ppid=16220 vsize=28231652 memory=281182516515472 CPUtime=0.01 cores=0-7
/proc/16222/task/16238/stat : 16238 (java) S 16220 16220 15111 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 20 0 447684001 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281989933936 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16239] ppid=16220 vsize=28231652 memory=281182516513168 CPUtime=0.13 cores=0-7
/proc/16222/task/16239/stat : 16239 (java) S 16220 16220 15111 0 -1 1077944384 872 0 0 0 13 0 0 0 20 0 20 0 447684001 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281988881136 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16240] ppid=16220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16240/stat : 16240 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447684001 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281987828064 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16241] ppid=16220 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16222/task/16241/stat : 16241 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447684002 28909211648 12487 33554432000 4194304 4196468 140735085707872 140281986775344 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51244 KiB

[startup+0.701807 s]
/proc/loadavg: 8.03 8.24 8.27 3/212 16241
/proc/meminfo: memFree=29276300/32770624 swapFree=66958324/67108860
[pid=16220] ppid=16217 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16220/stat : 16220 (xcsp3-exec) S 16217 16220 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447683995 115843072 363 33554432000 4194304 5098028 140734075191408 140734075189512 140349466280572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27557888 140734075196277 140734075196521 140734075196521 140734075199434 0
/proc/16220/statm: 28282 363 304 221 0 87 0
[pid=16222] ppid=16220 vsize=28766288 memory=96112 CPUtime=1.75 cores=0-7
/proc/16222/stat : 16222 (java) S 16220 16220 15111 0 -1 1077944320 15431 0 0 0 168 7 0 0 20 0 28 0 447683995 29456678912 24028 33554432000 4194304 4196468 140735085707872 140735085690416 140283800538871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
/proc/16222/statm: 7191572 24028 3454 1 0 7152672 0
[pid=16222/tid=16223] ppid=16220 vsize=28766288 memory=0 CPUtime=0.62 cores=0-7
/proc/16222/task/16223/stat : 16223 (java) S 16220 16220 15111 0 -1 1077944384 9354 0 0 0 58 4 0 0 20 0 28 0 447683996 29456678912 24028 33554432000 4194304 4196468 140735085707872 140283804779648 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16224] ppid=16220 vsize=28766288 memory=140591258444656 CPUtime=0 cores=0-7
/proc/16222/task/16224/stat : 16224 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447683997 29456678912 24028 33554432000 4194304 4196468 140735085707872 140283351968144 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16225] ppid=16220 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16225/stat : 16225 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447683997 29456678912 24028 33554432000 4194304 4196468 140735085707872 140283350915344 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16226] ppid=16220 vsize=28766288 memory=8024 CPUtime=0 cores=0-7
/proc/16222/task/16226/stat : 16226 (java) S 16220 16220 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447683997 29456678912 24028 33554432000 4194304 4196468 140735085707872 140283349863056 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0

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

[pid=16222/tid=16239] ppid=16220 vsize=28766288 memory=0 CPUtime=0.64 cores=0-7
/proc/16222/task/16239/stat : 16239 (java) S 16220 16220 15111 0 -1 1077944384 4920 0 0 0 63 1 0 0 20 0 28 0 447684001 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281988881136 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16240] ppid=16220 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16240/stat : 16240 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447684001 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281987828064 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16241] ppid=16220 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16241/stat : 16241 (java) S 16220 16220 15111 0 -1 1077944384 377 0 0 0 0 0 0 0 20 0 28 0 447684002 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281986775344 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16242] ppid=16220 vsize=28766288 memory=164 CPUtime=14.37 cores=0-7
/proc/16222/task/16242/stat : 16242 (java) R 16220 16220 15111 0 -1 4202560 378 0 0 0 1437 0 0 0 20 0 28 0 447684060 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281977559208 140283442454981 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16243] ppid=16220 vsize=28766288 memory=288230574492221466 CPUtime=14.51 cores=0-7
/proc/16222/task/16243/stat : 16243 (java) R 16220 16220 15111 0 -1 4202560 192 0 0 0 1451 0 0 0 20 0 28 0 447684060 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281976504904 140283443687186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16244] ppid=16220 vsize=28766288 memory=288230617509003574 CPUtime=14.48 cores=0-7
/proc/16222/task/16244/stat : 16244 (java) R 16220 16220 15111 0 -1 4202560 597 0 0 0 1447 1 0 0 20 0 28 0 447684060 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281975451904 140283442454653 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16245] ppid=16220 vsize=28766288 memory=14408211662899591 CPUtime=14.64 cores=0-7
/proc/16222/task/16245/stat : 16245 (java) R 16220 16220 15111 0 -1 4202560 447 0 0 0 1464 0 0 0 20 0 28 0 447684060 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281974402752 140283443845367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16246] ppid=16220 vsize=28766288 memory=0 CPUtime=14.16 cores=0-7
/proc/16222/task/16246/stat : 16246 (java) R 16220 16220 15111 0 -1 4202560 467 0 0 0 1416 0 0 0 20 0 28 0 447684060 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281973347464 140283443176179 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16247] ppid=16220 vsize=28766288 memory=2 CPUtime=14.68 cores=0-7
/proc/16222/task/16247/stat : 16247 (java) R 16220 16220 15111 0 -1 4202560 373 0 0 0 1468 0 0 0 20 0 28 0 447684060 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281972294664 140283443176255 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16248] ppid=16220 vsize=28766288 memory=1 CPUtime=14.48 cores=0-7
/proc/16222/task/16248/stat : 16248 (java) R 16220 16220 15111 0 -1 4202560 338 0 0 0 1448 0 0 0 20 0 28 0 447684060 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281971241464 140283443846024 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16249] ppid=16220 vsize=28766288 memory=0 CPUtime=14.73 cores=0-7
/proc/16222/task/16249/stat : 16249 (java) R 16220 16220 15111 0 -1 4202560 411 0 0 0 1472 1 0 0 20 0 28 0 447684060 29456678912 52722 33554432000 4194304 4196468 140735085707872 140281970188552 140283443847536 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
Current children cumulated CPU time: 122.15 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 212340 KiB

[startup+16.4018 s]
/proc/loadavg: 8.02 8.23 8.26 9/220 16249
/proc/meminfo: memFree=29130144/32770624 swapFree=66958324/67108860
[pid=16220] ppid=16217 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16220/stat : 16220 (xcsp3-exec) S 16217 16220 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447683995 115843072 363 33554432000 4194304 5098028 140734075191408 140734075189512 140349466280572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27557888 140734075196277 140734075196521 140734075196521 140734075199434 0
/proc/16220/statm: 28282 363 304 221 0 87 0
[pid=16222] ppid=16220 vsize=28766288 memory=208892 CPUtime=125.26 cores=0-7
/proc/16222/stat : 16222 (java) S 16220 16220 15111 0 -1 1077944320 44087 0 0 0 12503 23 0 0 20 0 28 0 447683995 29456678912 52223 33554432000 4194304 4196468 140735085707872 140735085690416 140283800538871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
/proc/16222/statm: 7191572 52223 3514 1 0 7152672 0
[pid=16222/tid=16223] ppid=16220 vsize=28766288 memory=0 CPUtime=0.62 cores=0-7
/proc/16222/task/16223/stat : 16223 (java) S 16220 16220 15111 0 -1 1077944384 9354 0 0 0 58 4 0 0 20 0 28 0 447683996 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283804779648 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16224] ppid=16220 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16222/task/16224/stat : 16224 (java) S 16220 16220 15111 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283351968144 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16225] ppid=16220 vsize=28766288 memory=164 CPUtime=0.02 cores=0-7
/proc/16222/task/16225/stat : 16225 (java) S 16220 16220 15111 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283350915344 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16226] ppid=16220 vsize=28766288 memory=154 CPUtime=0.01 cores=0-7
/proc/16222/task/16226/stat : 16226 (java) S 16220 16220 15111 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283349863056 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16227] ppid=16220 vsize=28766288 memory=1452 CPUtime=0.01 cores=0-7
/proc/16222/task/16227/stat : 16227 (java) S 16220 16220 15111 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283348810256 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16228] ppid=16220 vsize=28766288 memory=210888 CPUtime=0.02 cores=0-7
/proc/16222/task/16228/stat : 16228 (java) S 16220 16220 15111 0 -1 1077944384 918 0 0 0 2 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283347757968 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16229] ppid=16220 vsize=28766288 memory=4872558044660077418 CPUtime=0.02 cores=0-7
/proc/16222/task/16229/stat : 16229 (java) S 16220 16220 15111 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283346705168 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16230] ppid=16220 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16222/task/16230/stat : 16230 (java) S 16220 16220 15111 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283345652880 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16231] ppid=16220 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16222/task/16231/stat : 16231 (java) S 16220 16220 15111 0 -1 1077944384 809 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283344600080 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16232] ppid=16220 vsize=28766288 memory=0 CPUtime=0.02 cores=0-7
/proc/16222/task/16232/stat : 16232 (java) S 16220 16220 15111 0 -1 1077944384 791 0 0 0 2 0 0 0 20 0 28 0 447683998 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281996249200 140283800550018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16233] ppid=16220 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16233/stat : 16233 (java) S 16220 16220 15111 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 447683999 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281995195232 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16234] ppid=16220 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16234/stat : 16234 (java) S 16220 16220 15111 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 28 0 447683999 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281994142848 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16235] ppid=16220 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16222/task/16235/stat : 16235 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281993091152 140283800557467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16236] ppid=16220 vsize=28766288 memory=0 CPUtime=1.64 cores=0-7
/proc/16222/task/16236/stat : 16236 (java) S 16220 16220 15111 0 -1 1077944384 9343 0 0 0 161 3 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281992039024 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16237] ppid=16220 vsize=28766288 memory=281182516947552 CPUtime=1.54 cores=0-7
/proc/16222/task/16237/stat : 16237 (java) S 16220 16220 15111 0 -1 1077944384 6067 0 0 0 152 2 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281990986224 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16238] ppid=16220 vsize=28766288 memory=281182517901712 CPUtime=1.34 cores=0-7
/proc/16222/task/16238/stat : 16238 (java) S 16220 16220 15111 0 -1 1077944384 5480 0 0 0 133 1 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281989933936 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16239] ppid=16220 vsize=28766288 memory=140591355467089 CPUtime=0.64 cores=0-7
/proc/16222/task/16239/stat : 16239 (java) S 16220 16220 15111 0 -1 1077944384 4920 0 0 0 63 1 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281988881136 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16240] ppid=16220 vsize=28766288 memory=7306924718394730085 CPUtime=0 cores=0-7
/proc/16222/task/16240/stat : 16240 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281987828064 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16241] ppid=16220 vsize=28766288 memory=6368459761714031465 CPUtime=0 cores=0-7
/proc/16222/task/16241/stat : 16241 (java) S 16220 16220 15111 0 -1 1077944384 377 0 0 0 0 0 0 0 20 0 28 0 447684002 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281986775344 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16242] ppid=16220 vsize=28766288 memory=7158021084431929430 CPUtime=14.75 cores=0-7
/proc/16222/task/16242/stat : 16242 (java) R 16220 16220 15111 0 -1 4202560 378 0 0 0 1475 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281977556384 140283443911634 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16243] ppid=16220 vsize=28766288 memory=2496 CPUtime=14.9 cores=0-7
/proc/16222/task/16243/stat : 16243 (java) R 16220 16220 15111 0 -1 4202560 193 0 0 0 1490 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281976504440 140283443387468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16244] ppid=16220 vsize=28766288 memory=1760 CPUtime=14.86 cores=0-7
/proc/16222/task/16244/stat : 16244 (java) R 16220 16220 15111 0 -1 4202560 598 0 0 0 1485 1 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281975451712 140283442454553 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16245] ppid=16220 vsize=28766288 memory=111636 CPUtime=15.02 cores=0-7
/proc/16222/task/16245/stat : 16245 (java) R 16220 16220 15111 0 -1 4202560 447 0 0 0 1502 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281974401840 140283442695606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16246] ppid=16220 vsize=28766288 memory=804 CPUtime=14.55 cores=0-7
/proc/16222/task/16246/stat : 16246 (java) R 16220 16220 15111 0 -1 4202560 468 0 0 0 1455 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281973347464 140283443175655 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16247] ppid=16220 vsize=28766288 memory=1804 CPUtime=15.07 cores=0-7
/proc/16222/task/16247/stat : 16247 (java) R 16220 16220 15111 0 -1 4202560 373 0 0 0 1507 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281972294000 140283443685131 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16248] ppid=16220 vsize=28766288 memory=916 CPUtime=14.87 cores=0-7
/proc/16222/task/16248/stat : 16248 (java) R 16220 16220 15111 0 -1 4202560 338 0 0 0 1487 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281971241216 140283444623213 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16249] ppid=16220 vsize=28766288 memory=4136 CPUtime=15.12 cores=0-7
/proc/16222/task/16249/stat : 16249 (java) R 16220 16220 15111 0 -1 4202560 411 0 0 0 1511 1 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281970187968 140283444870008 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
Current children cumulated CPU time: 125.26 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 210344 KiB

[startup+16.8018 s]
/proc/loadavg: 8.02 8.23 8.26 9/220 16249
/proc/meminfo: memFree=29130144/32770624 swapFree=66958324/67108860
[pid=16220] ppid=16217 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16220/stat : 16220 (xcsp3-exec) S 16217 16220 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447683995 115843072 363 33554432000 4194304 5098028 140734075191408 140734075189512 140349466280572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27557888 140734075196277 140734075196521 140734075196521 140734075199434 0
/proc/16220/statm: 28282 363 304 221 0 87 0
[pid=16222] ppid=16220 vsize=28766288 memory=208892 CPUtime=128.46 cores=0-7
/proc/16222/stat : 16222 (java) S 16220 16220 15111 0 -1 1077944320 44089 0 0 0 12823 23 0 0 20 0 28 0 447683995 29456678912 52223 33554432000 4194304 4196468 140735085707872 140735085690416 140283800538871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
/proc/16222/statm: 7191572 52223 3514 1 0 7152672 0
[pid=16222/tid=16223] ppid=16220 vsize=28766288 memory=0 CPUtime=0.62 cores=0-7
/proc/16222/task/16223/stat : 16223 (java) S 16220 16220 15111 0 -1 1077944384 9354 0 0 0 58 4 0 0 20 0 28 0 447683996 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283804779648 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16224] ppid=16220 vsize=28766288 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/16222/task/16224/stat : 16224 (java) S 16220 16220 15111 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283351968144 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16225] ppid=16220 vsize=28766288 memory=5787477641288517003 CPUtime=0.02 cores=0-7
/proc/16222/task/16225/stat : 16225 (java) S 16220 16220 15111 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283350915344 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16226] ppid=16220 vsize=28766288 memory=-8961168018402230209 CPUtime=0.01 cores=0-7
/proc/16222/task/16226/stat : 16226 (java) S 16220 16220 15111 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283349863056 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16227] ppid=16220 vsize=28766288 memory=-8253362762722141311 CPUtime=0.01 cores=0-7
/proc/16222/task/16227/stat : 16227 (java) S 16220 16220 15111 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283348810256 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16228] ppid=16220 vsize=28766288 memory=7100839861465685612 CPUtime=0.02 cores=0-7
/proc/16222/task/16228/stat : 16228 (java) S 16220 16220 15111 0 -1 1077944384 918 0 0 0 2 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283347757968 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16229] ppid=16220 vsize=28766288 memory=-7175204567652784766 CPUtime=0.02 cores=0-7
/proc/16222/task/16229/stat : 16229 (java) S 16220 16220 15111 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283346705168 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16230] ppid=16220 vsize=28766288 memory=3054156605268465310 CPUtime=0.01 cores=0-7
/proc/16222/task/16230/stat : 16230 (java) S 16220 16220 15111 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283345652880 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16231] ppid=16220 vsize=28766288 memory=-8707038579349950309 CPUtime=0.01 cores=0-7
/proc/16222/task/16231/stat : 16231 (java) S 16220 16220 15111 0 -1 1077944384 809 0 0 0 1 0 0 0 20 0 28 0 447683997 29456678912 52223 33554432000 4194304 4196468 140735085707872 140283344600080 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16232] ppid=16220 vsize=28766288 memory=1022 CPUtime=0.02 cores=0-7
/proc/16222/task/16232/stat : 16232 (java) S 16220 16220 15111 0 -1 1077944384 791 0 0 0 2 0 0 0 20 0 28 0 447683998 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281996249200 140283800550018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16233] ppid=16220 vsize=28766288 memory=1070 CPUtime=0 cores=0-7
/proc/16222/task/16233/stat : 16233 (java) S 16220 16220 15111 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 447683999 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281995195232 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16234] ppid=16220 vsize=28766288 memory=1054 CPUtime=0 cores=0-7
/proc/16222/task/16234/stat : 16234 (java) S 16220 16220 15111 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 28 0 447683999 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281994142848 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16235] ppid=16220 vsize=28766288 memory=56 CPUtime=0 cores=0-7
/proc/16222/task/16235/stat : 16235 (java) S 16220 16220 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281993091152 140283800557467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16236] ppid=16220 vsize=28766288 memory=7741230823891298411 CPUtime=1.64 cores=0-7
/proc/16222/task/16236/stat : 16236 (java) S 16220 16220 15111 0 -1 1077944384 9343 0 0 0 161 3 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281992039024 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16237] ppid=16220 vsize=28766288 memory=7374752607617572971 CPUtime=1.54 cores=0-7
/proc/16222/task/16237/stat : 16237 (java) S 16220 16220 15111 0 -1 1077944384 6067 0 0 0 152 2 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281990986224 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16238] ppid=16220 vsize=28766288 memory=7593187059060337771 CPUtime=1.34 cores=0-7
/proc/16222/task/16238/stat : 16238 (java) S 16220 16220 15111 0 -1 1077944384 5480 0 0 0 133 1 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281989933936 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16239] ppid=16220 vsize=28766288 memory=6947759379943549806 CPUtime=0.64 cores=0-7
/proc/16222/task/16239/stat : 16239 (java) S 16220 16220 15111 0 -1 1077944384 4920 0 0 0 63 1 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281988881136 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16240] ppid=16220 vsize=28766288 memory=7593187059060337771 CPUtime=0 cores=0-7
/proc/16222/task/16240/stat : 16240 (java) S 16220 16220 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447684001 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281987828064 140283800549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16241] ppid=16220 vsize=28766288 memory=6947759379943549806 CPUtime=0 cores=0-7
/proc/16222/task/16241/stat : 16241 (java) S 16220 16220 15111 0 -1 1077944384 377 0 0 0 0 0 0 0 20 0 28 0 447684002 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281986775344 140283800550018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16242] ppid=16220 vsize=28766288 memory=6947759379943549806 CPUtime=15.15 cores=0-7
/proc/16222/task/16242/stat : 16242 (java) R 16220 16220 15111 0 -1 4202560 378 0 0 0 1515 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281977556384 140283443066249 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16243] ppid=16220 vsize=28766288 memory=6791534058613427641 CPUtime=15.3 cores=0-7
/proc/16222/task/16243/stat : 16243 (java) R 16220 16220 15111 0 -1 4202560 193 0 0 0 1530 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281976504440 140283442454846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16244] ppid=16220 vsize=28766288 memory=7593187059060337771 CPUtime=15.26 cores=0-7
/proc/16222/task/16244/stat : 16244 (java) R 16220 16220 15111 0 -1 4202560 598 0 0 0 1525 1 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281975451712 140283443687360 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16245] ppid=16220 vsize=28766288 memory=6947759379943549806 CPUtime=15.42 cores=0-7
/proc/16222/task/16245/stat : 16245 (java) R 16220 16220 15111 0 -1 4202560 447 0 0 0 1542 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281974401840 140283442454134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16246] ppid=16220 vsize=28766288 memory=6947759379943549806 CPUtime=14.94 cores=0-7
/proc/16222/task/16246/stat : 16246 (java) R 16220 16220 15111 0 -1 4202560 468 0 0 0 1494 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281973347464 140283445430833 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16247] ppid=16220 vsize=28766288 memory=7593187059060337771 CPUtime=15.47 cores=0-7
/proc/16222/task/16247/stat : 16247 (java) R 16220 16220 15111 0 -1 4202560 373 0 0 0 1547 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281972294136 140283443684989 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16248] ppid=16220 vsize=28766288 memory=7593187059060337771 CPUtime=15.27 cores=0-7
/proc/16222/task/16248/stat : 16248 (java) R 16220 16220 15111 0 -1 4202560 338 0 0 0 1527 0 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281971241352 140283443066873 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
[pid=16222/tid=16249] ppid=16220 vsize=28766288 memory=288230574492221466 CPUtime=15.52 cores=0-7
/proc/16222/task/16249/stat : 16249 (java) R 16220 16220 15111 0 -1 4202560 413 0 0 0 1551 1 0 0 20 0 28 0 447684060 29456678912 52223 33554432000 4194304 4196468 140735085707872 140281970188104 140283442343212 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 21630976 140735085712362 140735085712534 140735085712534 140735085715407 0
Current children cumulated CPU time: 128.46 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 210344 KiB

Child status: 0
Real time (s): 16.8276
CPU time (s): 128.597
CPU user time (s): 128.352
CPU system time (s): 0.245185
CPU usage (%): 764.203
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 236400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.352
system time used= 0.245185
maximum resident set size= 234948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5232
involuntary context switches= 2208


# summary of solver processes directly reported to runsolver:
#   pid: 16220
#   total CPU time (s): 128.597
#   total CPU user time (s): 128.352
#   total CPU system time (s): 0.245185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.203811 second user time and 0.194054 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 12:50:33
IDJOB=4399485
IDBENCH=141173
IDSOLVER=2854
FILE ID=node145/4399485-1568717475
RUNJOBID= node145-1568711786-15138
PBS_JOBID= 21703940
Free space on /tmp= 59532 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_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-4399485-1568717475/watcher-4399485-1568717475 -o /tmp/evaluation-result-4399485-1568717475/solver-4399485-1568717475 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568711786-15138 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1800908949 HOME/instance-4399485-1568717475.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=1800908949

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
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:        29331760 kB
MemAvailable:   31851484 kB
Buffers:          192324 kB
Cached:          2618072 kB
SwapCached:        41068 kB
Active:          1388024 kB
Inactive:        1466332 kB
Active(anon):       6580 kB
Inactive(anon):    86528 kB
Active(file):    1381444 kB
Inactive(file):  1379804 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958324 kB
Dirty:             26304 kB
Writeback:             0 kB
AnonPages:        112764 kB
Mapped:            48392 kB
Shmem:             40620 kB
Slab:             177164 kB
SReclaimable:     148624 kB
SUnreclaim:        28540 kB
KernelStack:        3472 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59508 MiB
End job on node145 at 2019-09-17 12:50:50