Trace number 4406651

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 parallelUNSAT 14.679 2.37108

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-queen/
Pb-queen-0975965.xml
MD5SUMa14f05ce5b97c69cdfebe4c47d671ffd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.26699
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints101
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":169}]
Minimum variable degree7
Maximum variable degree9
Distribution of variable degrees[{"degree":7,"count":148},{"degree":8,"count":20},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":56},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":101}]
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-4406651-1569355667.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406651-1569355667.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.34/0.70	c solve instance...
14.25/2.35	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406651-1569355667/watcher-4406651-1569355667 -o /var/tmp/evaluation-result-4406651-1569355667/solver-4406651-1569355667 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1569350580-16720 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 953179050 HOME/instance-4406651-1569355667.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
solver pid=17351, runsolver pid=17348
Current StackSize limit: 8192 KiB


[startup+0.100175 s]*
/proc/loadavg: 8.50 8.35 8.28 2/211 17372
/proc/meminfo: memFree=26465776/32770624 swapFree=67002124/67108860
[pid=17351] ppid=17348 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17351/stat : 17351 (xcsp3-exec) S 17348 17351 16693 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 511815280 115843072 363 33554432000 4194304 5098028 140730726631312 140730726629416 140145153217148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30359552 140730726638418 140730726638677 140730726638677 140730726641606 0
/proc/17351/statm: 28282 363 304 221 0 87 0
[pid=17353] ppid=17351 vsize=28227396 memory=27048 CPUtime=0.12 cores=0-7
/proc/17353/stat : 17353 (java) S 17351 17351 16693 0 -1 1077944320 5811 0 0 0 11 1 0 0 20 0 20 0 511815280 28904853504 6762 33554432000 4194304 4196468 140727946238752 140727946221296 140100721770231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
/proc/17353/statm: 7056849 6762 3118 1 0 7019032 0
[pid=17353/tid=17354] ppid=17351 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17353/task/17354/stat : 17354 (java) R 17351 17351 16693 0 -1 4202560 3654 0 0 0 8 0 0 0 20 0 20 0 511815280 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100726003008 140100721782166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17355] ppid=17351 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17353/task/17355/stat : 17355 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100693613584 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17356] ppid=17351 vsize=28227396 memory=140028023846528 CPUtime=0 cores=0-7
/proc/17353/task/17356/stat : 17356 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100272426128 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17357] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17357/stat : 17357 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100271373072 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17358] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17358/stat : 17358 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100270320528 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17359] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17359/stat : 17359 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100269267472 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17360] ppid=17351 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17353/task/17360/stat : 17360 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100268214928 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17361] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17361/stat : 17361 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100267161872 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17362] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17362/stat : 17362 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 6762 33554432000 4194304 4196468 140727946238752 140100266109328 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17363] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17363/stat : 17363 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815283 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099051608816 140100721781378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17364] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17364/stat : 17364 (java) S 17351 17351 16693 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511815283 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099050555040 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17365] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17365/stat : 17365 (java) S 17351 17351 16693 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511815283 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099049501936 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17366] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17366/stat : 17366 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099048450512 140100721788827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17367] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17367/stat : 17367 (java) S 17351 17351 16693 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099047397616 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17368] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17368/stat : 17368 (java) S 17351 17351 16693 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099046345072 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17369] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17369/stat : 17369 (java) R 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099045292016 140100721781378 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17370] ppid=17351 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17353/task/17370/stat : 17370 (java) R 17351 17351 16693 0 -1 4202560 392 0 0 0 1 0 0 0 20 0 20 0 511815286 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099044239472 140100714007358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17371] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17371/stat : 17371 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099043187680 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17372] ppid=17351 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17353/task/17372/stat : 17372 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 6762 33554432000 4194304 4196468 140727946238752 140099042135216 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28500 KiB

[startup+0.210379 s]*
/proc/loadavg: 8.50 8.35 8.28 2/211 17372
/proc/meminfo: memFree=26451452/32770624 swapFree=67002124/67108860
[pid=17351] ppid=17348 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17351/stat : 17351 (xcsp3-exec) S 17348 17351 16693 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 511815280 115843072 363 33554432000 4194304 5098028 140730726631312 140730726629416 140145153217148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30359552 140730726638418 140730726638677 140730726638677 140730726641606 0
/proc/17351/statm: 28282 363 304 221 0 87 0
[pid=17353] ppid=17351 vsize=28227396 memory=39816 CPUtime=0.33 cores=0-7
/proc/17353/stat : 17353 (java) S 17351 17351 16693 0 -1 1077944320 9753 0 0 0 30 3 0 0 20 0 20 0 511815280 28904853504 9954 33554432000 4194304 4196468 140727946238752 140727946221296 140100721770231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
/proc/17353/statm: 7056849 9954 3304 1 0 7019032 0
[pid=17353/tid=17354] ppid=17351 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17353/task/17354/stat : 17354 (java) R 17351 17351 16693 0 -1 4202560 6683 0 0 0 18 1 0 0 20 0 20 0 511815280 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100726002960 140100705850718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17355] ppid=17351 vsize=28227396 memory=330 CPUtime=0 cores=0-7
/proc/17353/task/17355/stat : 17355 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100693613584 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17356] ppid=17351 vsize=28227396 memory=140028023863504 CPUtime=0 cores=0-7
/proc/17353/task/17356/stat : 17356 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100272426128 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17357] ppid=17351 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17353/task/17357/stat : 17357 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100271373072 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17358] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17358/stat : 17358 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100270320528 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17359] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17359/stat : 17359 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100269267472 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17360] ppid=17351 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17353/task/17360/stat : 17360 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100268214928 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17361] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17361/stat : 17361 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100267161872 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17362] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17362/stat : 17362 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28904853504 9954 33554432000 4194304 4196468 140727946238752 140100266109328 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17363] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17363/stat : 17363 (java) S 17351 17351 16693 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511815283 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099051608816 140100721781378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17364] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17364/stat : 17364 (java) S 17351 17351 16693 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511815283 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099050555040 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17365] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17365/stat : 17365 (java) S 17351 17351 16693 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511815283 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099049501936 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17366] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17366/stat : 17366 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099048450512 140100721788827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17367] ppid=17351 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17353/task/17367/stat : 17367 (java) S 17351 17351 16693 0 -1 1077944384 588 0 0 0 1 0 0 0 20 0 20 0 511815286 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099047397616 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17368] ppid=17351 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17353/task/17368/stat : 17368 (java) S 17351 17351 16693 0 -1 1077944384 236 0 0 0 1 0 0 0 20 0 20 0 511815286 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099046345072 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17369] ppid=17351 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17353/task/17369/stat : 17369 (java) S 17351 17351 16693 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099045292016 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17370] ppid=17351 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/17353/task/17370/stat : 17370 (java) S 17351 17351 16693 0 -1 1077944384 909 0 0 0 7 0 0 0 20 0 20 0 511815286 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099044239472 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17371] ppid=17351 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17371/stat : 17371 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099043187680 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17372] ppid=17351 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17353/task/17372/stat : 17372 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815286 28904853504 9954 33554432000 4194304 4196468 140727946238752 140099042135216 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41268 KiB

[startup+0.309817 s]*
/proc/loadavg: 8.50 8.35 8.28 3/211 17372
/proc/meminfo: memFree=26446848/32770624 swapFree=67002124/67108860
[pid=17351] ppid=17348 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17351/stat : 17351 (xcsp3-exec) S 17348 17351 16693 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 511815280 115843072 363 33554432000 4194304 5098028 140730726631312 140730726629416 140145153217148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30359552 140730726638418 140730726638677 140730726638677 140730726641606 0
/proc/17351/statm: 28282 363 304 221 0 87 0
[pid=17353] ppid=17351 vsize=28231652 memory=48696 CPUtime=0.51 cores=0-7
/proc/17353/stat : 17353 (java) S 17351 17351 16693 0 -1 1077944320 11048 0 0 0 47 4 0 0 20 0 20 0 511815280 28909211648 12174 33554432000 4194304 4196468 140727946238752 140727946221296 140100721770231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
/proc/17353/statm: 7057913 12174 3350 1 0 7019032 0
[pid=17353/tid=17354] ppid=17351 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17353/task/17354/stat : 17354 (java) R 17351 17351 16693 0 -1 4202560 7746 0 0 0 27 2 0 0 20 0 20 0 511815280 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100726001344 140100714448245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17355] ppid=17351 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17355/stat : 17355 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100693613584 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17356] ppid=17351 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17356/stat : 17356 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100272426128 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17357] ppid=17351 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17357/stat : 17357 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511815281 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100271373072 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17358] ppid=17351 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17358/stat : 17358 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100270320528 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17359] ppid=17351 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/17353/task/17359/stat : 17359 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100269267472 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17360] ppid=17351 vsize=28231652 memory=140027879322543 CPUtime=0 cores=0-7
/proc/17353/task/17360/stat : 17360 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100268214928 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17361] ppid=17351 vsize=28231652 memory=140027879324848 CPUtime=0 cores=0-7
/proc/17353/task/17361/stat : 17361 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100267161872 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17362] ppid=17351 vsize=28231652 memory=140027879327152 CPUtime=0 cores=0-7
/proc/17353/task/17362/stat : 17362 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28909211648 12174 33554432000 4194304 4196468 140727946238752 140100266109328 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17363] ppid=17351 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17363/stat : 17363 (java) S 17351 17351 16693 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511815283 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099051608816 140100721781378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17364] ppid=17351 vsize=28231652 memory=280055758661264 CPUtime=0 cores=0-7
/proc/17353/task/17364/stat : 17364 (java) S 17351 17351 16693 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511815283 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099050555040 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17365] ppid=17351 vsize=28231652 memory=280055758668176 CPUtime=0 cores=0-7
/proc/17353/task/17365/stat : 17365 (java) S 17351 17351 16693 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511815283 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099049501936 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17366] ppid=17351 vsize=28231652 memory=280055758609456 CPUtime=0 cores=0-7
/proc/17353/task/17366/stat : 17366 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815286 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099048450512 140100721788827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17367] ppid=17351 vsize=28231652 memory=280055758682000 CPUtime=0.02 cores=0-7
/proc/17353/task/17367/stat : 17367 (java) S 17351 17351 16693 0 -1 1077944384 599 0 0 0 2 0 0 0 20 0 20 0 511815286 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099047397616 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17368] ppid=17351 vsize=28231652 memory=280055758688912 CPUtime=0.02 cores=0-7
/proc/17353/task/17368/stat : 17368 (java) S 17351 17351 16693 0 -1 1077944384 255 0 0 0 2 0 0 0 20 0 20 0 511815286 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099046345072 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17369] ppid=17351 vsize=28231652 memory=280055758686608 CPUtime=0.01 cores=0-7
/proc/17353/task/17369/stat : 17369 (java) R 17351 17351 16693 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 20 0 511815286 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099045292016 140100702470528 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17370] ppid=17351 vsize=28231652 memory=280055758702768 CPUtime=0.12 cores=0-7
/proc/17353/task/17370/stat : 17370 (java) R 17351 17351 16693 0 -1 4202560 1072 0 0 0 12 0 0 0 20 0 20 0 511815286 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099044239472 140100705850718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17371] ppid=17351 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17371/stat : 17371 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511815286 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099043187680 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17372] ppid=17351 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17353/task/17372/stat : 17372 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815286 28909211648 12174 33554432000 4194304 4196468 140727946238752 140099042135216 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50148 KiB

[startup+0.70091 s]
/proc/loadavg: 8.50 8.35 8.28 3/211 17372
/proc/meminfo: memFree=26432816/32770624 swapFree=67002124/67108860
[pid=17351] ppid=17348 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17351/stat : 17351 (xcsp3-exec) S 17348 17351 16693 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 511815280 115843072 363 33554432000 4194304 5098028 140730726631312 140730726629416 140145153217148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30359552 140730726638418 140730726638677 140730726638677 140730726641606 0
/proc/17351/statm: 28282 363 304 221 0 87 0
[pid=17353] ppid=17351 vsize=28233776 memory=90692 CPUtime=1.77 cores=0-7
/proc/17353/stat : 17353 (java) S 17351 17351 16693 0 -1 1077944320 15382 0 0 0 171 6 0 0 20 0 20 0 511815280 28911386624 22673 33554432000 4194304 4196468 140727946238752 140727946221296 140100721770231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
/proc/17353/statm: 7058444 22673 3460 1 0 7019544 0
[pid=17353/tid=17354] ppid=17351 vsize=28233776 memory=280055759060656 CPUtime=0.67 cores=0-7
/proc/17353/task/17354/stat : 17354 (java) R 17351 17351 16693 0 -1 4202560 9209 0 0 0 64 3 0 0 20 0 20 0 511815280 28911386624 22673 33554432000 4194304 4196468 140727946238752 140100726007424 140100358415044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17355] ppid=17351 vsize=28233776 memory=140027879531376 CPUtime=0 cores=0-7
/proc/17353/task/17355/stat : 17355 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511815281 28911386624 22673 33554432000 4194304 4196468 140727946238752 140100693613584 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17356] ppid=17351 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17356/stat : 17356 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511815281 28911386624 22673 33554432000 4194304 4196468 140727946238752 140100272426128 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17357] ppid=17351 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/17353/task/17357/stat : 17357 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511815281 28911386624 22673 33554432000 4194304 4196468 140727946238752 140100271373072 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0

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

[pid=17353/tid=17370] ppid=17351 vsize=28766288 memory=0 CPUtime=0.58 cores=0-7
/proc/17353/task/17370/stat : 17370 (java) S 17351 17351 16693 0 -1 1077944384 2750 0 0 0 57 1 0 0 20 0 28 0 511815286 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099044239472 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17371] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17371/stat : 17371 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511815286 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099043187680 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17372] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17372/stat : 17372 (java) R 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511815286 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099042135216 140100721781378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17373] ppid=17351 vsize=28766288 memory=0 CPUtime=1.05 cores=0-7
/proc/17353/task/17373/stat : 17373 (java) R 17351 17351 16693 0 -1 4202560 79 0 0 0 105 0 0 0 20 0 28 0 511815351 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099032918944 140100363702200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17374] ppid=17351 vsize=28766288 memory=0 CPUtime=1.1 cores=0-7
/proc/17353/task/17374/stat : 17374 (java) R 17351 17351 16693 0 -1 4202560 92 0 0 0 110 0 0 0 20 0 28 0 511815351 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099031868088 140100363824300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17375] ppid=17351 vsize=28766288 memory=0 CPUtime=0.87 cores=0-7
/proc/17353/task/17375/stat : 17375 (java) R 17351 17351 16693 0 -1 4202560 118 0 0 0 87 0 0 0 20 0 28 0 511815351 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099030810200 140100363824288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17376] ppid=17351 vsize=28766288 memory=0 CPUtime=1.04 cores=0-7
/proc/17353/task/17376/stat : 17376 (java) R 17351 17351 16693 0 -1 4202560 117 0 0 0 104 0 0 0 20 0 28 0 511815351 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099029758824 140100363704182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17377] ppid=17351 vsize=28766288 memory=0 CPUtime=1.06 cores=0-7
/proc/17353/task/17377/stat : 17377 (java) R 17351 17351 16693 0 -1 4202560 106 0 0 0 106 0 0 0 20 0 28 0 511815351 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099028707712 140100364733562 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17378] ppid=17351 vsize=28766288 memory=0 CPUtime=1.16 cores=0-7
/proc/17353/task/17378/stat : 17378 (java) R 17351 17351 16693 0 -1 4202560 85 0 0 0 116 0 0 0 20 0 28 0 511815351 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099027652376 140100363824389 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17379] ppid=17351 vsize=28766288 memory=3472592183261933599 CPUtime=1.21 cores=0-7
/proc/17353/task/17379/stat : 17379 (java) R 17351 17351 16693 0 -1 4202560 55 0 0 0 121 0 0 0 20 0 28 0 511815351 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099026604856 140100363929341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17380] ppid=17351 vsize=28766288 memory=2320534907781324849 CPUtime=1.15 cores=0-7
/proc/17353/task/17380/stat : 17380 (java) R 17351 17351 16693 0 -1 4202560 135 0 0 0 115 0 0 0 20 0 28 0 511815351 29456678912 43970 33554432000 4194304 4196468 140727946238752 140099025551808 140100364672768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
Current children cumulated CPU time: 11.99 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 177332 KiB

[startup+2.20121 s]
/proc/loadavg: 8.06 8.26 8.25 10/219 17380
/proc/meminfo: memFree=26317652/32770624 swapFree=67002124/67108860
[pid=17351] ppid=17348 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17351/stat : 17351 (xcsp3-exec) S 17348 17351 16693 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 511815280 115843072 363 33554432000 4194304 5098028 140730726631312 140730726629416 140145153217148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30359552 140730726638418 140730726638677 140730726638677 140730726641606 0
/proc/17351/statm: 28282 363 304 221 0 87 0
[pid=17353] ppid=17351 vsize=28766288 memory=194492 CPUtime=13.45 cores=0-7
/proc/17353/stat : 17353 (java) S 17351 17351 16693 0 -1 1077944320 21123 0 0 0 1333 12 0 0 20 0 28 0 511815280 29456678912 48623 33554432000 4194304 4196468 140727946238752 140727946221296 140100721770231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
/proc/17353/statm: 7191572 48623 3495 1 0 7152672 0
[pid=17353/tid=17354] ppid=17351 vsize=28766288 memory=288230376155508879 CPUtime=0.68 cores=0-7
/proc/17353/task/17354/stat : 17354 (java) S 17351 17351 16693 0 -1 1077944384 9263 0 0 0 65 3 0 0 20 0 28 0 511815280 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100726011008 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17355] ppid=17351 vsize=28766288 memory=288230419912324842 CPUtime=0 cores=0-7
/proc/17353/task/17355/stat : 17355 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100693613584 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17356] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17356/stat : 17356 (java) S 17351 17351 16693 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100272426128 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17357] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17357/stat : 17357 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100271373072 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17358] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17358/stat : 17358 (java) S 17351 17351 16693 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100270320528 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17359] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17359/stat : 17359 (java) S 17351 17351 16693 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100269267472 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17360] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17360/stat : 17360 (java) S 17351 17351 16693 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100268214928 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17361] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17361/stat : 17361 (java) S 17351 17351 16693 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100267161872 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17362] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17362/stat : 17362 (java) S 17351 17351 16693 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48623 33554432000 4194304 4196468 140727946238752 140100266109328 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17363] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17363/stat : 17363 (java) S 17351 17351 16693 0 -1 1077944384 162 0 0 0 0 0 0 0 20 0 28 0 511815283 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099051608816 140100721781378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17364] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17364/stat : 17364 (java) S 17351 17351 16693 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 511815283 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099050555040 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17365] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17365/stat : 17365 (java) S 17351 17351 16693 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 511815283 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099049501936 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17366] ppid=17351 vsize=28766288 memory=8026650869813564775 CPUtime=0 cores=0-7
/proc/17353/task/17366/stat : 17366 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511815286 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099048450512 140100721788827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17367] ppid=17351 vsize=28766288 memory=7957689449132282197 CPUtime=0.68 cores=0-7
/proc/17353/task/17367/stat : 17367 (java) R 17351 17351 16693 0 -1 4202560 2742 0 0 0 67 1 0 0 20 0 28 0 511815286 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099047397912 140100705301759 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17368] ppid=17351 vsize=28766288 memory=7588671304909280615 CPUtime=0.66 cores=0-7
/proc/17353/task/17368/stat : 17368 (java) S 17351 17351 16693 0 -1 1077944384 1594 0 0 0 65 1 0 0 20 0 28 0 511815286 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099046345072 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17369] ppid=17351 vsize=28766288 memory=7588671304909280615 CPUtime=0.67 cores=0-7
/proc/17353/task/17369/stat : 17369 (java) S 17351 17351 16693 0 -1 1077944384 1158 0 0 0 67 0 0 0 20 0 28 0 511815286 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099045292016 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17370] ppid=17351 vsize=28766288 memory=7588671304909280615 CPUtime=0.59 cores=0-7
/proc/17353/task/17370/stat : 17370 (java) S 17351 17351 16693 0 -1 1077944384 3663 0 0 0 58 1 0 0 20 0 28 0 511815286 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099044239472 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17371] ppid=17351 vsize=28766288 memory=8099531882097108048 CPUtime=0 cores=0-7
/proc/17353/task/17371/stat : 17371 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511815286 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099043187680 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17372] ppid=17351 vsize=28766288 memory=7957689449132282197 CPUtime=0 cores=0-7
/proc/17353/task/17372/stat : 17372 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511815286 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099042135216 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17373] ppid=17351 vsize=28766288 memory=7957689449132282197 CPUtime=1.23 cores=0-7
/proc/17353/task/17373/stat : 17373 (java) R 17351 17351 16693 0 -1 4202560 79 0 0 0 123 0 0 0 20 0 28 0 511815351 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099032915688 140100363929623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17374] ppid=17351 vsize=28766288 memory=7883108497198760044 CPUtime=1.25 cores=0-7
/proc/17353/task/17374/stat : 17374 (java) R 17351 17351 16693 0 -1 4202560 92 0 0 0 125 0 0 0 20 0 28 0 511815351 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099031864376 140100363703368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17375] ppid=17351 vsize=28766288 memory=7594587674001172330 CPUtime=1.04 cores=0-7
/proc/17353/task/17375/stat : 17375 (java) R 17351 17351 16693 0 -1 4202560 120 0 0 0 104 0 0 0 20 0 28 0 511815351 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099030813096 140100363919884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17376] ppid=17351 vsize=28766288 memory=7883108497198760044 CPUtime=1.22 cores=0-7
/proc/17353/task/17376/stat : 17376 (java) R 17351 17351 16693 0 -1 4202560 118 0 0 0 122 0 0 0 20 0 28 0 511815351 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099029758664 140100364009881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17377] ppid=17351 vsize=28766288 memory=7594587674001172330 CPUtime=1.23 cores=0-7
/proc/17353/task/17377/stat : 17377 (java) R 17351 17351 16693 0 -1 4202560 108 0 0 0 123 0 0 0 20 0 28 0 511815351 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099028707792 140100363929028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17378] ppid=17351 vsize=28766288 memory=7883108497198760044 CPUtime=1.32 cores=0-7
/proc/17353/task/17378/stat : 17378 (java) R 17351 17351 16693 0 -1 4202560 91 0 0 0 132 0 0 0 20 0 28 0 511815351 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099027652168 140100363562441 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17379] ppid=17351 vsize=28766288 memory=7883108497198760044 CPUtime=1.39 cores=0-7
/proc/17353/task/17379/stat : 17379 (java) R 17351 17351 16693 0 -1 4202560 55 0 0 0 139 0 0 0 20 0 28 0 511815351 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099026600896 140100363928762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17380] ppid=17351 vsize=28766288 memory=7883108497198760044 CPUtime=1.33 cores=0-7
/proc/17353/task/17380/stat : 17380 (java) R 17351 17351 16693 0 -1 4202560 140 0 0 0 133 0 0 0 20 0 28 0 511815351 29456678912 48623 33554432000 4194304 4196468 140727946238752 140099025548352 140100363824770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
Current children cumulated CPU time: 13.45 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 195944 KiB

[startup+2.3012 s]
/proc/loadavg: 8.06 8.26 8.25 10/219 17380
/proc/meminfo: memFree=26317652/32770624 swapFree=67002124/67108860
[pid=17351] ppid=17348 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17351/stat : 17351 (xcsp3-exec) S 17348 17351 16693 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 511815280 115843072 363 33554432000 4194304 5098028 140730726631312 140730726629416 140145153217148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30359552 140730726638418 140730726638677 140730726638677 140730726641606 0
/proc/17351/statm: 28282 363 304 221 0 87 0
[pid=17353] ppid=17351 vsize=28766288 memory=194700 CPUtime=14.25 cores=0-7
/proc/17353/stat : 17353 (java) S 17351 17351 16693 0 -1 1077944320 21368 0 0 0 1412 13 0 0 20 0 28 0 511815280 29456678912 48675 33554432000 4194304 4196468 140727946238752 140727946221296 140100721770231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
/proc/17353/statm: 7191572 48675 3497 1 0 7152672 0
[pid=17353/tid=17354] ppid=17351 vsize=28766288 memory=140032318813823 CPUtime=0.68 cores=0-7
/proc/17353/task/17354/stat : 17354 (java) S 17351 17351 16693 0 -1 1077944384 9263 0 0 0 65 3 0 0 20 0 28 0 511815280 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100726011008 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17355] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17355/stat : 17355 (java) S 17351 17351 16693 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100693613584 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17356] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17356/stat : 17356 (java) S 17351 17351 16693 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100272426128 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17357] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17357/stat : 17357 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100271373072 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17358] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17358/stat : 17358 (java) S 17351 17351 16693 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100270320528 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17359] ppid=17351 vsize=28766288 memory=57 CPUtime=0 cores=0-7
/proc/17353/task/17359/stat : 17359 (java) S 17351 17351 16693 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100269267472 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17360] ppid=17351 vsize=28766288 memory=13841 CPUtime=0 cores=0-7
/proc/17353/task/17360/stat : 17360 (java) S 17351 17351 16693 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100268214928 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17361] ppid=17351 vsize=28766288 memory=23625 CPUtime=0 cores=0-7
/proc/17353/task/17361/stat : 17361 (java) S 17351 17351 16693 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100267161872 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17362] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17362/stat : 17362 (java) S 17351 17351 16693 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511815281 29456678912 48675 33554432000 4194304 4196468 140727946238752 140100266109328 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17363] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17363/stat : 17363 (java) S 17351 17351 16693 0 -1 1077944384 162 0 0 0 0 0 0 0 20 0 28 0 511815283 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099051608816 140100721781378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17364] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17364/stat : 17364 (java) S 17351 17351 16693 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 511815283 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099050555040 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17365] ppid=17351 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17353/task/17365/stat : 17365 (java) S 17351 17351 16693 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 511815283 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099049501936 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17366] ppid=17351 vsize=28766288 memory=4580 CPUtime=0 cores=0-7
/proc/17353/task/17366/stat : 17366 (java) S 17351 17351 16693 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511815286 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099048450512 140100721788827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17367] ppid=17351 vsize=28766288 memory=0 CPUtime=0.71 cores=0-7
/proc/17353/task/17367/stat : 17367 (java) S 17351 17351 16693 0 -1 1077944384 2923 0 0 0 70 1 0 0 20 0 28 0 511815286 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099047397616 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17368] ppid=17351 vsize=28766288 memory=0 CPUtime=0.66 cores=0-7
/proc/17353/task/17368/stat : 17368 (java) S 17351 17351 16693 0 -1 1077944384 1594 0 0 0 65 1 0 0 20 0 28 0 511815286 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099046345072 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17369] ppid=17351 vsize=28766288 memory=0 CPUtime=0.68 cores=0-7
/proc/17353/task/17369/stat : 17369 (java) S 17351 17351 16693 0 -1 1077944384 1216 0 0 0 68 0 0 0 20 0 28 0 511815286 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099045292016 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17370] ppid=17351 vsize=28766288 memory=57 CPUtime=0.59 cores=0-7
/proc/17353/task/17370/stat : 17370 (java) S 17351 17351 16693 0 -1 1077944384 3669 0 0 0 58 1 0 0 20 0 28 0 511815286 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099044239472 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17371] ppid=17351 vsize=28766288 memory=7091036787602121812 CPUtime=0 cores=0-7
/proc/17353/task/17371/stat : 17371 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511815286 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099043187680 140100721780437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17372] ppid=17351 vsize=28766288 memory=4641074187873313646 CPUtime=0 cores=0-7
/proc/17353/task/17372/stat : 17372 (java) S 17351 17351 16693 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511815286 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099042135216 140100721781378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17373] ppid=17351 vsize=28766288 memory=0 CPUtime=1.33 cores=0-7
/proc/17353/task/17373/stat : 17373 (java) R 17351 17351 16693 0 -1 4202560 79 0 0 0 133 0 0 0 20 0 28 0 511815351 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099032915688 140100706980106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17374] ppid=17351 vsize=28766288 memory=7163085598315802988 CPUtime=1.31 cores=0-7
/proc/17353/task/17374/stat : 17374 (java) R 17351 17351 16693 0 -1 4202560 92 0 0 0 131 0 0 0 20 0 28 0 511815351 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099031864376 140100363703419 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17375] ppid=17351 vsize=28766288 memory=7957689449132282197 CPUtime=1.14 cores=0-7
/proc/17353/task/17375/stat : 17375 (java) R 17351 17351 16693 0 -1 4202560 120 0 0 0 114 0 0 0 20 0 28 0 511815351 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099030813096 140100359441200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17376] ppid=17351 vsize=28766288 memory=7300742298142140501 CPUtime=1.32 cores=0-7
/proc/17353/task/17376/stat : 17376 (java) R 17351 17351 16693 0 -1 4202560 118 0 0 0 132 0 0 0 20 0 28 0 511815351 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099029758664 140100363704096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17377] ppid=17351 vsize=28766288 memory=1452 CPUtime=1.33 cores=0-7
/proc/17353/task/17377/stat : 17377 (java) R 17351 17351 16693 0 -1 4202560 108 0 0 0 133 0 0 0 20 0 28 0 511815351 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099028707792 140100363824261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17378] ppid=17351 vsize=28766288 memory=194468 CPUtime=1.42 cores=0-7
/proc/17353/task/17378/stat : 17378 (java) R 17351 17351 16693 0 -1 4202560 91 0 0 0 142 0 0 0 20 0 28 0 511815351 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099027653224 140100363704411 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17379] ppid=17351 vsize=28766288 memory=84 CPUtime=1.49 cores=0-7
/proc/17353/task/17379/stat : 17379 (java) R 17351 17351 16693 0 -1 4202560 55 0 0 0 149 0 0 0 20 0 28 0 511815351 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099026600896 140100363825198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
[pid=17353/tid=17380] ppid=17351 vsize=28766288 memory=140027879336040 CPUtime=1.43 cores=0-7
/proc/17353/task/17380/stat : 17380 (java) R 17351 17351 16693 0 -1 4202560 140 0 0 0 143 0 0 0 20 0 28 0 511815351 29456678912 48675 33554432000 4194304 4196468 140727946238752 140099025549416 140100363704316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21987328 140727946240982 140727946241158 140727946241158 140727946244047 0
Current children cumulated CPU time: 14.25 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 196152 KiB

Child status: 0
Real time (s): 2.37108
CPU time (s): 14.679
CPU user time (s): 14.5414
CPU system time (s): 0.137617
CPU usage (%): 619.084
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 196152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5414
system time used= 0.137617
maximum resident set size= 194920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22229
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3206
involuntary context switches= 374


# summary of solver processes directly reported to runsolver:
#   pid: 17351
#   total CPU time (s): 14.679
#   total CPU user time (s): 14.5414
#   total CPU system time (s): 0.137617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035161 second user time and 0.075494 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-24 22:07:02
IDJOB=4406651
IDBENCH=135372
IDSOLVER=2871
FILE ID=node136/4406651-1569355667
RUNJOBID= node136-1569350580-16720
PBS_JOBID= 21705095
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-queen/Pb-queen-0975965.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-4406651-1569355667/watcher-4406651-1569355667 -o /var/tmp/evaluation-result-4406651-1569355667/solver-4406651-1569355667 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1569350580-16720 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 953179050 HOME/instance-4406651-1569355667.xml

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

MD5SUM BENCH= a14f05ce5b97c69cdfebe4c47d671ffd
RANDOM SEED=953179050

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26479248 kB
MemAvailable:   31840440 kB
Buffers:          150200 kB
Cached:          5335196 kB
SwapCached:         3556 kB
Active:          2735952 kB
Inactive:        2756764 kB
Active(anon):       4236 kB
Inactive(anon):    59704 kB
Active(file):    2731716 kB
Inactive(file):  2697060 kB
Unevictable:      108576 kB
Mlocked:          108576 kB
SwapTotal:      67108860 kB
SwapFree:       67002124 kB
Dirty:             25968 kB
Writeback:             0 kB
AnonPages:        389592 kB
Mapped:            57264 kB
Shmem:             48260 kB
Slab:             390452 kB
SReclaimable:     360876 kB
SUnreclaim:        29576 kB
KernelStack:        3856 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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 /var/tmp at the end= 13460 MiB
End job on node136 at 2019-09-24 22:07:05