Trace number 4406643

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-24 parallelSAT 2097.83 431.88

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-20-054.xml
MD5SUM3ff211d871d85a956d1d429dedc73eaa
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 benchmark6.5032
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints190
Number of domains20
Minimum domain size35
Maximum domain size54
Distribution of domain sizes[{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2},{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2}]
Minimum variable degree19
Maximum variable degree19
Distribution of variable degrees[{"degree":19,"count":40}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":190}]
Number of extensional constraints0
Number of intensional constraints190
Distribution of constraint types[{"type":"intension","count":190}]
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-4406643-1569364375.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406643-1569364375.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
342.04/211.62	c solve instance...
2097.66/431.81	s SATISFIABLE
2097.66/431.81	v <instantiation>
2097.66/431.81	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] </list>
2097.66/431.81	v 	<values>37 13 16 19 13 13 39 46 10 0 12 0 0 40 39 23 37 19 0 19 36 6 6 20 9 0 29 29 14 13 24 23 0 15 0 20 37 36 35 0 </values>
2097.66/431.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 (13542 MiB free)
  memory of node 1: 16384 MiB (14261 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406643-1569364375/watcher-4406643-1569364375 -o /var/tmp/evaluation-result-4406643-1569364375/solver-4406643-1569364375 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1569359267-27104 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1463958297 HOME/instance-4406643-1569364375.xml 

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

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

solver pid=28276, runsolver pid=28273

[startup+0.100166 s]*
/proc/loadavg: 6.46 6.92 7.26 2/212 28297
/proc/meminfo: memFree=28456208/32770624 swapFree=67023968/67108860
[pid=28276] ppid=28273 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28276/stat : 28276 (xcsp3-exec) S 28273 28276 27077 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512709986 115843072 363 33554432000 4194304 5098028 140723746232368 140723746230472 139884731994748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31801344 140723746235217 140723746235477 140723746235477 140723746238406 0
/proc/28276/statm: 28282 363 304 221 0 87 0
[pid=28278] ppid=28276 vsize=28227396 memory=28900 CPUtime=0.12 cores=0-7
/proc/28278/stat : 28278 (java) S 28276 28276 27077 0 -1 1077944320 5709 0 0 0 11 1 0 0 20 0 20 0 512709986 28904853504 7225 33554432000 4194304 4196468 140729793246528 140729793229072 140220307668727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
/proc/28278/statm: 7056849 7225 3120 1 0 7019032 0
[pid=28278/tid=28279] ppid=28276 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28278/task/28279/stat : 28279 (java) R 28276 28276 27077 0 -1 4202560 3620 0 0 0 8 1 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220311896496 140220307680662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28280] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28280/stat : 28280 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220227520912 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28281] ppid=28276 vsize=28227396 memory=140115485722240 CPUtime=0 cores=0-7
/proc/28278/task/28281/stat : 28281 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220226468112 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28282] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28282/stat : 28282 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220225415824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28283] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28283/stat : 28283 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220224363024 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28284] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28284/stat : 28284 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220223310736 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28285] ppid=28276 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28278/task/28285/stat : 28285 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220222257936 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28286] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28286/stat : 28286 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220221205648 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28287] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28287/stat : 28287 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 7225 33554432000 4194304 4196468 140729793246528 140220220152848 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28288] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28288/stat : 28288 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709989 28904853504 7225 33554432000 4194304 4196468 140729793246528 140219692206192 140220307679874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28289] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28289/stat : 28289 (java) S 28276 28276 27077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512709989 28904853504 7225 33554432000 4194304 4196468 140729793246528 140219691152160 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28290] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28290/stat : 28290 (java) S 28276 28276 27077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512709990 28904853504 7225 33554432000 4194304 4196468 140729793246528 140219690099824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28291] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28291/stat : 28291 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 7225 33554432000 4194304 4196468 140729793246528 140219689048144 140220307687323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28292] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28292/stat : 28292 (java) S 28276 28276 27077 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 7225 33554432000 4194304 4196468 140729793246528 140219687996016 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28293] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28293/stat : 28293 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 7291 33554432000 4194304 4196468 140729793246528 140219686943216 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28294] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28294/stat : 28294 (java) R 28276 28276 27077 0 -1 4202560 133 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 7291 33554432000 4194304 4196468 140729793246528 140219685890928 140220307690074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28295] ppid=28276 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/28278/task/28295/stat : 28295 (java) R 28276 28276 27077 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 20 0 512709992 28904853504 7291 33554432000 4194304 4196468 140729793246528 140219684838128 140220307680662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28296] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28296/stat : 28296 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 7291 33554432000 4194304 4196468 140729793246528 140219683785056 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28297] ppid=28276 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28278/task/28297/stat : 28297 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 7291 33554432000 4194304 4196468 140729793246528 140219682732336 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30352 KiB

[startup+0.210554 s]*
/proc/loadavg: 6.46 6.92 7.26 3/212 28297
/proc/meminfo: memFree=28442572/32770624 swapFree=67023968/67108860
[pid=28276] ppid=28273 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28276/stat : 28276 (xcsp3-exec) S 28273 28276 27077 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512709986 115843072 363 33554432000 4194304 5098028 140723746232368 140723746230472 139884731994748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31801344 140723746235217 140723746235477 140723746235477 140723746238406 0
/proc/28276/statm: 28282 363 304 221 0 87 0
[pid=28278] ppid=28276 vsize=28227396 memory=40520 CPUtime=0.33 cores=0-7
/proc/28278/stat : 28278 (java) S 28276 28276 27077 0 -1 1077944320 9388 0 0 0 30 3 0 0 20 0 20 0 512709986 28904853504 10130 33554432000 4194304 4196468 140729793246528 140729793229072 140220307668727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
/proc/28278/statm: 7056849 10130 3311 1 0 7019032 0
[pid=28278/tid=28279] ppid=28276 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28278/task/28279/stat : 28279 (java) R 28276 28276 27077 0 -1 4202560 6630 0 0 0 17 2 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220311899952 140219894563215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28280] ppid=28276 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/28278/task/28280/stat : 28280 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220227520912 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28281] ppid=28276 vsize=28227396 memory=140115485749464 CPUtime=0 cores=0-7
/proc/28278/task/28281/stat : 28281 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220226468112 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28282] ppid=28276 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28278/task/28282/stat : 28282 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220225415824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28283] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28283/stat : 28283 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220224363024 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28284] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28284/stat : 28284 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220223310736 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28285] ppid=28276 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28278/task/28285/stat : 28285 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220222257936 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28286] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28286/stat : 28286 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220221205648 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28287] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28287/stat : 28287 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28904853504 10130 33554432000 4194304 4196468 140729793246528 140220220152848 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28288] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28288/stat : 28288 (java) S 28276 28276 27077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512709989 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219692206192 140220307679874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28289] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28289/stat : 28289 (java) S 28276 28276 27077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512709989 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219691152160 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28290] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28290/stat : 28290 (java) S 28276 28276 27077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512709990 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219690099824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28291] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28291/stat : 28291 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219689048144 140220307687323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28292] ppid=28276 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28278/task/28292/stat : 28292 (java) S 28276 28276 27077 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 512709992 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219687996016 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28293] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28293/stat : 28293 (java) S 28276 28276 27077 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219686943216 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28294] ppid=28276 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/28278/task/28294/stat : 28294 (java) S 28276 28276 27077 0 -1 1077944384 284 0 0 0 2 0 0 0 20 0 20 0 512709992 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219685890928 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28295] ppid=28276 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/28278/task/28295/stat : 28295 (java) R 28276 28276 27077 0 -1 4202560 787 0 0 0 8 0 0 0 20 0 20 0 512709992 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219684838128 140220286606678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28296] ppid=28276 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28296/stat : 28296 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219683785056 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28297] ppid=28276 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28278/task/28297/stat : 28297 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709992 28904853504 10130 33554432000 4194304 4196468 140729793246528 140219682732336 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41972 KiB

[startup+0.310177 s]*
/proc/loadavg: 6.46 6.92 7.26 4/212 28297
/proc/meminfo: memFree=28434940/32770624 swapFree=67023968/67108860
[pid=28276] ppid=28273 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28276/stat : 28276 (xcsp3-exec) S 28273 28276 27077 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512709986 115843072 363 33554432000 4194304 5098028 140723746232368 140723746230472 139884731994748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31801344 140723746235217 140723746235477 140723746235477 140723746238406 0
/proc/28276/statm: 28282 363 304 221 0 87 0
[pid=28278] ppid=28276 vsize=28231652 memory=49816 CPUtime=0.53 cores=0-7
/proc/28278/stat : 28278 (java) S 28276 28276 27077 0 -1 1077944320 10806 0 0 0 48 5 0 0 20 0 20 0 512709986 28909211648 12454 33554432000 4194304 4196468 140729793246528 140729793229072 140220307668727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
/proc/28278/statm: 7057913 12454 3358 1 0 7019032 0
[pid=28278/tid=28279] ppid=28276 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28278/task/28279/stat : 28279 (java) R 28276 28276 27077 0 -1 4202560 7759 0 0 0 26 3 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220311902512 140220307690653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28280] ppid=28276 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28280/stat : 28280 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220227520912 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28281] ppid=28276 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28281/stat : 28281 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220226468112 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28282] ppid=28276 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28282/stat : 28282 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220225415824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28283] ppid=28276 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28283/stat : 28283 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220224363024 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28284] ppid=28276 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/28278/task/28284/stat : 28284 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220223310736 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28285] ppid=28276 vsize=28231652 memory=140115389281199 CPUtime=0 cores=0-7
/proc/28278/task/28285/stat : 28285 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220222257936 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28286] ppid=28276 vsize=28231652 memory=140115389283504 CPUtime=0 cores=0-7
/proc/28278/task/28286/stat : 28286 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220221205648 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28287] ppid=28276 vsize=28231652 memory=140115389285808 CPUtime=0 cores=0-7
/proc/28278/task/28287/stat : 28287 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28909211648 12454 33554432000 4194304 4196468 140729793246528 140220220152848 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28288] ppid=28276 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28288/stat : 28288 (java) S 28276 28276 27077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512709989 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219692206192 140220307679874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28289] ppid=28276 vsize=28231652 memory=280230778578576 CPUtime=0 cores=0-7
/proc/28278/task/28289/stat : 28289 (java) S 28276 28276 27077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512709989 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219691152160 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28290] ppid=28276 vsize=28231652 memory=280230778585488 CPUtime=0 cores=0-7
/proc/28278/task/28290/stat : 28290 (java) S 28276 28276 27077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512709990 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219690099824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28291] ppid=28276 vsize=28231652 memory=280230778526768 CPUtime=0 cores=0-7
/proc/28278/task/28291/stat : 28291 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709992 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219689048144 140220307687323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28292] ppid=28276 vsize=28231652 memory=280230778599312 CPUtime=0.03 cores=0-7
/proc/28278/task/28292/stat : 28292 (java) R 28276 28276 27077 0 -1 4202560 454 0 0 0 3 0 0 0 20 0 20 0 512709992 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219687977032 140220291055804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28293] ppid=28276 vsize=28231652 memory=280230778606224 CPUtime=0.01 cores=0-7
/proc/28278/task/28293/stat : 28293 (java) S 28276 28276 27077 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 512709992 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219686943216 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28294] ppid=28276 vsize=28231652 memory=280230778603920 CPUtime=0.03 cores=0-7
/proc/28278/task/28294/stat : 28294 (java) S 28276 28276 27077 0 -1 1077944384 288 0 0 0 3 0 0 0 20 0 20 0 512709992 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219685890928 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28295] ppid=28276 vsize=28231652 memory=280230778620080 CPUtime=0.13 cores=0-7
/proc/28278/task/28295/stat : 28295 (java) S 28276 28276 27077 0 -1 1077944384 949 0 0 0 13 0 0 0 20 0 20 0 512709992 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219684838128 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28296] ppid=28276 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28296/stat : 28296 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512709992 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219683785056 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28297] ppid=28276 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/28278/task/28297/stat : 28297 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709992 28909211648 12454 33554432000 4194304 4196468 140729793246528 140219682732336 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51268 KiB

[startup+0.701022 s]
/proc/loadavg: 6.10 6.84 7.23 4/212 28297
/proc/meminfo: memFree=28423164/32770624 swapFree=67023968/67108860
[pid=28276] ppid=28273 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28276/stat : 28276 (xcsp3-exec) S 28273 28276 27077 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512709986 115843072 363 33554432000 4194304 5098028 140723746232368 140723746230472 139884731994748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31801344 140723746235217 140723746235477 140723746235477 140723746238406 0
/proc/28276/statm: 28282 363 304 221 0 87 0
[pid=28278] ppid=28276 vsize=28233776 memory=110156 CPUtime=1.71 cores=0-7
/proc/28278/stat : 28278 (java) S 28276 28276 27077 0 -1 1077944320 15034 0 0 0 164 7 0 0 20 0 20 0 512709986 28911386624 27539 33554432000 4194304 4196468 140729793246528 140729793229072 140220307668727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
/proc/28278/statm: 7058444 27539 3451 1 0 7019544 0
[pid=28278/tid=28279] ppid=28276 vsize=28233776 memory=280230778977968 CPUtime=0.68 cores=0-7
/proc/28278/task/28279/stat : 28279 (java) R 28276 28276 27077 0 -1 4202560 9193 0 0 0 63 5 0 0 20 0 20 0 512709987 28911386624 27539 33554432000 4194304 4196468 140729793246528 140220311903680 140219899334756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28280] ppid=28276 vsize=28233776 memory=140115389490032 CPUtime=0 cores=0-7
/proc/28278/task/28280/stat : 28280 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28911386624 27539 33554432000 4194304 4196468 140729793246528 140220227520912 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28281] ppid=28276 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/28278/task/28281/stat : 28281 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512709987 28911386624 27539 33554432000 4194304 4196468 140729793246528 140220226468112 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28282] ppid=28276 vsize=28233776 memory=1076 CPUtime=0 cores=0-7
/proc/28278/task/28282/stat : 28282 (java) S 28276 28276 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512709987 28911386624 27539 33554432000 4194304 4196468 140729793246528 140220225415824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0

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

[pid=28278/tid=28295] ppid=28276 vsize=28768336 memory=1480 CPUtime=0.95 cores=0-7
/proc/28278/task/28295/stat : 28295 (java) S 28276 28276 27077 0 -1 1077944384 13874 0 0 0 92 3 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219684838128 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28296] ppid=28276 vsize=28768336 memory=3880 CPUtime=0 cores=0-7
/proc/28278/task/28296/stat : 28296 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219683785056 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28297] ppid=28276 vsize=28768336 memory=7712 CPUtime=0.17 cores=0-7
/proc/28278/task/28297/stat : 28297 (java) S 28276 28276 27077 0 -1 1077944384 1025 0 0 0 9 8 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219682732336 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28313] ppid=28276 vsize=28768336 memory=1760 CPUtime=217.04 cores=0-7
/proc/28278/task/28313/stat : 28313 (java) R 28276 28276 27077 0 -1 4202560 2684 0 0 0 21689 15 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219678038888 140219902016003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28314] ppid=28276 vsize=28768336 memory=1172 CPUtime=216.33 cores=0-7
/proc/28278/task/28314/stat : 28314 (java) R 28276 28276 27077 0 -1 4202560 2396 0 0 0 21629 4 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219604950840 140219902076550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28315] ppid=28276 vsize=28768336 memory=14064 CPUtime=217.1 cores=0-7
/proc/28278/task/28315/stat : 28315 (java) R 28276 28276 27077 0 -1 4202560 10227 0 0 0 21701 9 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219603898288 140219903125477 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28316] ppid=28276 vsize=28768336 memory=23424 CPUtime=213.46 cores=0-7
/proc/28278/task/28316/stat : 28316 (java) R 28276 28276 27077 0 -1 4202560 8416 0 0 0 21322 24 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219602845848 140219903123557 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28317] ppid=28276 vsize=28768336 memory=2256 CPUtime=217.36 cores=0-7
/proc/28278/task/28317/stat : 28317 (java) R 28276 28276 27077 0 -1 4202560 3326 0 0 0 21730 6 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219601793640 140219903125500 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28318] ppid=28276 vsize=28768336 memory=12328 CPUtime=217.22 cores=0-7
/proc/28278/task/28318/stat : 28318 (java) R 28276 28276 27077 0 -1 4202560 4785 0 0 0 21716 6 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219600743440 140219901980195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28319] ppid=28276 vsize=28768336 memory=500 CPUtime=217.08 cores=0-7
/proc/28278/task/28319/stat : 28319 (java) R 28276 28276 27077 0 -1 4202560 1648 0 0 0 21703 5 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219599687528 140219896996181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28320] ppid=28276 vsize=28768336 memory=1584 CPUtime=217.4 cores=0-7
/proc/28278/task/28320/stat : 28320 (java) R 28276 28276 27077 0 -1 4202560 6934 0 0 0 21729 11 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219598635176 140219902633883 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
Current children cumulated CPU time: 2092.87 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 12553112 KiB

[startup+431.602 s]
/proc/loadavg: 8.28 6.36 6.54 9/219 28333
/proc/meminfo: memFree=15910476/32770624 swapFree=67023968/67108860
[pid=28276] ppid=28273 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28276/stat : 28276 (xcsp3-exec) S 28273 28276 27077 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512709986 115843072 363 33554432000 4194304 5098028 140723746232368 140723746230472 139884731994748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31801344 140723746235217 140723746235477 140723746235477 140723746238406 0
/proc/28276/statm: 28282 363 304 221 0 87 0
[pid=28278] ppid=28276 vsize=28768336 memory=12551660 CPUtime=2096.06 cores=0-7
/proc/28278/stat : 28278 (java) S 28276 28276 27077 0 -1 1077944320 303873 0 0 0 208096 1510 0 0 20 0 28 0 512709986 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140729793229072 140220307668727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
/proc/28278/statm: 7192084 3137915 3550 1 0 7153184 0
[pid=28278/tid=28279] ppid=28276 vsize=28768336 memory=2084 CPUtime=182.65 cores=0-7
/proc/28278/task/28279/stat : 28279 (java) S 28276 28276 27077 0 -1 1077944384 48186 0 0 0 18130 135 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220311909504 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28280] ppid=28276 vsize=28768336 memory=1480 CPUtime=19.79 cores=0-7
/proc/28278/task/28280/stat : 28280 (java) S 28276 28276 27077 0 -1 1077944384 14997 0 0 0 1806 173 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220227520912 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28281] ppid=28276 vsize=28768336 memory=3880 CPUtime=19.83 cores=0-7
/proc/28278/task/28281/stat : 28281 (java) S 28276 28276 27077 0 -1 1077944384 15936 0 0 0 1837 146 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220226468112 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28282] ppid=28276 vsize=28768336 memory=7712 CPUtime=19.81 cores=0-7
/proc/28278/task/28282/stat : 28282 (java) S 28276 28276 27077 0 -1 1077944384 14630 0 0 0 1833 148 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220225415824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28283] ppid=28276 vsize=28768336 memory=1760 CPUtime=19.85 cores=0-7
/proc/28278/task/28283/stat : 28283 (java) S 28276 28276 27077 0 -1 1077944384 12778 0 0 0 1811 174 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220224363024 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28284] ppid=28276 vsize=28768336 memory=1172 CPUtime=20.04 cores=0-7
/proc/28278/task/28284/stat : 28284 (java) S 28276 28276 27077 0 -1 1077944384 16742 0 0 0 1843 161 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220223310736 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28285] ppid=28276 vsize=28768336 memory=6791534058613427641 CPUtime=19.91 cores=0-7
/proc/28278/task/28285/stat : 28285 (java) S 28276 28276 27077 0 -1 1077944384 16951 0 0 0 1833 158 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220222257936 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28286] ppid=28276 vsize=28768336 memory=17 CPUtime=19.88 cores=0-7
/proc/28278/task/28286/stat : 28286 (java) S 28276 28276 27077 0 -1 1077944384 15911 0 0 0 1832 156 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220221205648 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28287] ppid=28276 vsize=28768336 memory=21384 CPUtime=19.99 cores=0-7
/proc/28278/task/28287/stat : 28287 (java) S 28276 28276 27077 0 -1 1077944384 16413 0 0 0 1864 135 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220220152848 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28288] ppid=28276 vsize=28768336 memory=21314 CPUtime=10.26 cores=0-7
/proc/28278/task/28288/stat : 28288 (java) S 28276 28276 27077 0 -1 1077944384 27466 0 0 0 1007 19 0 0 20 0 28 0 512709989 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219692206192 140220307679874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28289] ppid=28276 vsize=28768336 memory=21391 CPUtime=0 cores=0-7
/proc/28278/task/28289/stat : 28289 (java) S 28276 28276 27077 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 512709989 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219691152224 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28290] ppid=28276 vsize=28768336 memory=21034 CPUtime=0 cores=0-7
/proc/28278/task/28290/stat : 28290 (java) S 28276 28276 27077 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 28 0 512709990 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219690099840 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28291] ppid=28276 vsize=28768336 memory=21417 CPUtime=0 cores=0-7
/proc/28278/task/28291/stat : 28291 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219689048144 140220307687323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28292] ppid=28276 vsize=28768336 memory=21403 CPUtime=2.31 cores=0-7
/proc/28278/task/28292/stat : 28292 (java) S 28276 28276 27077 0 -1 1077944384 17222 0 0 0 229 2 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219687996016 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28293] ppid=28276 vsize=28768336 memory=21389 CPUtime=2.31 cores=0-7
/proc/28278/task/28293/stat : 28293 (java) S 28276 28276 27077 0 -1 1077944384 14700 0 0 0 228 3 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219686943216 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28294] ppid=28276 vsize=28768336 memory=280230107833414 CPUtime=1.9 cores=0-7
/proc/28278/task/28294/stat : 28294 (java) S 28276 28276 27077 0 -1 1077944384 15159 0 0 0 188 2 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219685890928 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28295] ppid=28276 vsize=28768336 memory=6935649255759570515 CPUtime=0.95 cores=0-7
/proc/28278/task/28295/stat : 28295 (java) S 28276 28276 27077 0 -1 1077944384 13874 0 0 0 92 3 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219684838128 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28296] ppid=28276 vsize=28768336 memory=3467964742598549568 CPUtime=0 cores=0-7
/proc/28278/task/28296/stat : 28296 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219683785056 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28297] ppid=28276 vsize=28768336 memory=924 CPUtime=0.17 cores=0-7
/proc/28278/task/28297/stat : 28297 (java) S 28276 28276 27077 0 -1 1077944384 1025 0 0 0 9 8 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219682732336 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28313] ppid=28276 vsize=28768336 memory=1940 CPUtime=217.44 cores=0-7
/proc/28278/task/28313/stat : 28313 (java) R 28276 28276 27077 0 -1 4202560 2684 0 0 0 21729 15 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219678038888 140219902014727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28314] ppid=28276 vsize=28768336 memory=1996 CPUtime=216.73 cores=0-7
/proc/28278/task/28314/stat : 28314 (java) R 28276 28276 27077 0 -1 4202560 2396 0 0 0 21669 4 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219604950840 140219902014762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28315] ppid=28276 vsize=28768336 memory=2508 CPUtime=217.5 cores=0-7
/proc/28278/task/28315/stat : 28315 (java) R 28276 28276 27077 0 -1 4202560 10230 0 0 0 21741 9 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219603898288 140219899175025 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28316] ppid=28276 vsize=28768336 memory=1532 CPUtime=213.86 cores=0-7
/proc/28278/task/28316/stat : 28316 (java) R 28276 28276 27077 0 -1 4202560 8417 0 0 0 21362 24 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219602845848 140219903039423 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28317] ppid=28276 vsize=28768336 memory=836 CPUtime=217.76 cores=0-7
/proc/28278/task/28317/stat : 28317 (java) R 28276 28276 27077 0 -1 4202560 3327 0 0 0 21770 6 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219601793640 140219901980852 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28318] ppid=28276 vsize=28768336 memory=1760 CPUtime=217.62 cores=0-7
/proc/28278/task/28318/stat : 28318 (java) R 28276 28276 27077 0 -1 4202560 4796 0 0 0 21756 6 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219600743440 140219902017169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28319] ppid=28276 vsize=28768336 memory=111632 CPUtime=217.48 cores=0-7
/proc/28278/task/28319/stat : 28319 (java) R 28276 28276 27077 0 -1 4202560 1648 0 0 0 21743 5 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219599687528 140219902034990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28320] ppid=28276 vsize=28768336 memory=804 CPUtime=217.8 cores=0-7
/proc/28278/task/28320/stat : 28320 (java) R 28276 28276 27077 0 -1 4202560 6935 0 0 0 21769 11 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219598635176 140219902633737 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
Current children cumulated CPU time: 2096.06 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 12553112 KiB

[startup+431.802 s]
/proc/loadavg: 8.28 6.36 6.54 9/219 28333
/proc/meminfo: memFree=15910476/32770624 swapFree=67023968/67108860
[pid=28276] ppid=28273 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28276/stat : 28276 (xcsp3-exec) S 28273 28276 27077 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 512709986 115843072 363 33554432000 4194304 5098028 140723746232368 140723746230472 139884731994748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31801344 140723746235217 140723746235477 140723746235477 140723746238406 0
/proc/28276/statm: 28282 363 304 221 0 87 0
[pid=28278] ppid=28276 vsize=28768336 memory=12551660 CPUtime=2097.66 cores=0-7
/proc/28278/stat : 28278 (java) S 28276 28276 27077 0 -1 1077944320 303981 0 0 0 208256 1510 0 0 20 0 28 0 512709986 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140729793229072 140220307668727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
/proc/28278/statm: 7192084 3137915 3550 1 0 7153184 0
[pid=28278/tid=28279] ppid=28276 vsize=28768336 memory=4420 CPUtime=182.65 cores=0-7
/proc/28278/task/28279/stat : 28279 (java) S 28276 28276 27077 0 -1 1077944384 48186 0 0 0 18130 135 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220311909504 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28280] ppid=28276 vsize=28768336 memory=4104 CPUtime=19.79 cores=0-7
/proc/28278/task/28280/stat : 28280 (java) S 28276 28276 27077 0 -1 1077944384 14997 0 0 0 1806 173 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220227520912 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28281] ppid=28276 vsize=28768336 memory=1412 CPUtime=19.83 cores=0-7
/proc/28278/task/28281/stat : 28281 (java) S 28276 28276 27077 0 -1 1077944384 15936 0 0 0 1837 146 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220226468112 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28282] ppid=28276 vsize=28768336 memory=6344 CPUtime=19.81 cores=0-7
/proc/28278/task/28282/stat : 28282 (java) S 28276 28276 27077 0 -1 1077944384 14630 0 0 0 1833 148 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220225415824 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28283] ppid=28276 vsize=28768336 memory=828 CPUtime=19.85 cores=0-7
/proc/28278/task/28283/stat : 28283 (java) S 28276 28276 27077 0 -1 1077944384 12778 0 0 0 1811 174 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220224363024 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28284] ppid=28276 vsize=28768336 memory=736 CPUtime=20.04 cores=0-7
/proc/28278/task/28284/stat : 28284 (java) S 28276 28276 27077 0 -1 1077944384 16742 0 0 0 1843 161 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220223310736 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28285] ppid=28276 vsize=28768336 memory=1608 CPUtime=19.91 cores=0-7
/proc/28278/task/28285/stat : 28285 (java) S 28276 28276 27077 0 -1 1077944384 16951 0 0 0 1833 158 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220222257936 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28286] ppid=28276 vsize=28768336 memory=1076 CPUtime=19.88 cores=0-7
/proc/28278/task/28286/stat : 28286 (java) S 28276 28276 27077 0 -1 1077944384 15911 0 0 0 1832 156 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220221205648 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28287] ppid=28276 vsize=28768336 memory=3124 CPUtime=19.99 cores=0-7
/proc/28278/task/28287/stat : 28287 (java) S 28276 28276 27077 0 -1 1077944384 16413 0 0 0 1864 135 0 0 20 0 28 0 512709987 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140220220152848 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28288] ppid=28276 vsize=28768336 memory=1244 CPUtime=10.26 cores=0-7
/proc/28278/task/28288/stat : 28288 (java) S 28276 28276 27077 0 -1 1077944384 27466 0 0 0 1007 19 0 0 20 0 28 0 512709989 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219692206192 140220307679874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28289] ppid=28276 vsize=28768336 memory=14064 CPUtime=0 cores=0-7
/proc/28278/task/28289/stat : 28289 (java) S 28276 28276 27077 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 512709989 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219691152224 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28290] ppid=28276 vsize=28768336 memory=23424 CPUtime=0 cores=0-7
/proc/28278/task/28290/stat : 28290 (java) S 28276 28276 27077 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 28 0 512709990 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219690099840 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28291] ppid=28276 vsize=28768336 memory=2256 CPUtime=0 cores=0-7
/proc/28278/task/28291/stat : 28291 (java) S 28276 28276 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219689048144 140220307687323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28292] ppid=28276 vsize=28768336 memory=12328 CPUtime=2.31 cores=0-7
/proc/28278/task/28292/stat : 28292 (java) S 28276 28276 27077 0 -1 1077944384 17222 0 0 0 229 2 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219687996016 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28293] ppid=28276 vsize=28768336 memory=500 CPUtime=2.31 cores=0-7
/proc/28278/task/28293/stat : 28293 (java) S 28276 28276 27077 0 -1 1077944384 14700 0 0 0 228 3 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219686943216 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28294] ppid=28276 vsize=28768336 memory=1584 CPUtime=1.9 cores=0-7
/proc/28278/task/28294/stat : 28294 (java) S 28276 28276 27077 0 -1 1077944384 15159 0 0 0 188 2 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219685890928 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28295] ppid=28276 vsize=28768336 memory=1740 CPUtime=0.95 cores=0-7
/proc/28278/task/28295/stat : 28295 (java) S 28276 28276 27077 0 -1 1077944384 13874 0 0 0 92 3 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219684838128 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28296] ppid=28276 vsize=28768336 memory=1940 CPUtime=0 cores=0-7
/proc/28278/task/28296/stat : 28296 (java) S 28276 28276 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219683785056 140220307678933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28297] ppid=28276 vsize=28768336 memory=1996 CPUtime=0.17 cores=0-7
/proc/28278/task/28297/stat : 28297 (java) S 28276 28276 27077 0 -1 1077944384 1025 0 0 0 9 8 0 0 20 0 28 0 512709992 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219682732336 140220307679874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28313] ppid=28276 vsize=28768336 memory=2508 CPUtime=217.64 cores=0-7
/proc/28278/task/28313/stat : 28313 (java) R 28276 28276 27077 0 -1 4202560 2684 0 0 0 21749 15 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219678038888 140219899175073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28314] ppid=28276 vsize=28768336 memory=1532 CPUtime=216.93 cores=0-7
/proc/28278/task/28314/stat : 28314 (java) R 28276 28276 27077 0 -1 4202560 2396 0 0 0 21689 4 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219604950840 140219902374707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28315] ppid=28276 vsize=28768336 memory=836 CPUtime=217.7 cores=0-7
/proc/28278/task/28315/stat : 28315 (java) R 28276 28276 27077 0 -1 4202560 10239 0 0 0 21761 9 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219603898288 140219902787103 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28316] ppid=28276 vsize=28768336 memory=1760 CPUtime=214.05 cores=0-7
/proc/28278/task/28316/stat : 28316 (java) R 28276 28276 27077 0 -1 4202560 8419 0 0 0 21381 24 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219602845848 140220287393794 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28317] ppid=28276 vsize=28768336 memory=111632 CPUtime=217.96 cores=0-7
/proc/28278/task/28317/stat : 28317 (java) R 28276 28276 27077 0 -1 4202560 3329 0 0 0 21790 6 0 0 20 0 28 0 512731150 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219601793640 140219900557904 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28318] ppid=28276 vsize=28768336 memory=804 CPUtime=217.82 cores=0-7
/proc/28278/task/28318/stat : 28318 (java) R 28276 28276 27077 0 -1 4202560 4891 0 0 0 21776 6 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219600743440 140219902076796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28319] ppid=28276 vsize=28768336 memory=1808 CPUtime=217.68 cores=0-7
/proc/28278/task/28319/stat : 28319 (java) R 28276 28276 27077 0 -1 4202560 1648 0 0 0 21763 5 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219599687528 140219902635131 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
[pid=28278/tid=28320] ppid=28276 vsize=28768336 memory=920 CPUtime=218 cores=0-7
/proc/28278/task/28320/stat : 28320 (java) R 28276 28276 27077 0 -1 4202560 6935 0 0 0 21789 11 0 0 20 0 28 0 512731151 29458776064 3137915 33554432000 4194304 4196468 140729793246528 140219598635176 140219902631016 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24256512 140729793254358 140729793254534 140729793254534 140729793257423 0
Current children cumulated CPU time: 2097.66 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 12553112 KiB

Child status: 0
Real time (s): 431.88
CPU time (s): 2097.83
CPU user time (s): 2082.67
CPU system time (s): 15.1614
CPU usage (%): 485.744
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 12971796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2082.67
system time used= 15.1614
maximum resident set size= 12970344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25945
involuntary context switches= 22233


# summary of solver processes directly reported to runsolver:
#   pid: 28276
#   total CPU time (s): 2097.83
#   total CPU user time (s): 2082.67
#   total CPU system time (s): 15.1614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93854 second user time and 4.11589 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-25 00:32:14
IDJOB=4406643
IDBENCH=141704
IDSOLVER=2871
FILE ID=node150/4406643-1569364375
RUNJOBID= node150-1569359267-27104
PBS_JOBID= 21705120
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-20-054.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 /var/tmp/evaluation-result-4406643-1569364375/watcher-4406643-1569364375 -o /var/tmp/evaluation-result-4406643-1569364375/solver-4406643-1569364375 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1569359267-27104 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1463958297 HOME/instance-4406643-1569364375.xml

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

MD5SUM BENCH= 3ff211d871d85a956d1d429dedc73eaa
RANDOM SEED=1463958297

node150.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.79
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.79
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.79
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.79
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:        28471596 kB
MemAvailable:   31817056 kB
Buffers:          114672 kB
Cached:          3340308 kB
SwapCached:         8084 kB
Active:          3363788 kB
Inactive:         126436 kB
Active(anon):       3716 kB
Inactive(anon):    82644 kB
Active(file):    3360072 kB
Inactive(file):    43792 kB
Unevictable:      109060 kB
Mlocked:          109060 kB
SwapTotal:      67108860 kB
SwapFree:       67023968 kB
Dirty:             26240 kB
Writeback:             0 kB
AnonPages:        135968 kB
Mapped:            54188 kB
Shmem:             42788 kB
Slab:             398692 kB
SReclaimable:     370056 kB
SUnreclaim:        28636 kB
KernelStack:        3424 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514600 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:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node150 at 2019-09-25 00:39:26