Trace number 4393491

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-06-14 parallelUNSAT 16.5467 2.61563

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-4393491-1568438729.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393491-1568438729.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.36/0.69	c solve instance...
15.77/2.59	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 (14733 MiB free)
  memory of node 1: 16384 MiB (15169 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393491-1568438729/watcher-4393491-1568438729 -o /tmp/evaluation-result-4393491-1568438729/solver-4393491-1568438729 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568429735-21457 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 10005470 HOME/instance-4393491-1568438729.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=23220, runsolver pid=23217
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 6.18 6.67 6.83 3/211 23241
/proc/meminfo: memFree=30604732/32770624 swapFree=66997772/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127488 115843072 364 33554432000 4194304 5098028 140724261280336 140724261278440 139742749774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39555072 140724261282679 140724261282921 140724261282921 140724261285834 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28227388 memory=28100 CPUtime=0.12 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21430 0 -1 1077944320 5923 0 0 0 10 2 0 0 20 0 20 0 420127488 28904845312 7025 33554432000 4194304 4196468 140734743649008 140734743631552 139865843105527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
/proc/23222/statm: 7056847 7025 3155 1 0 7019032 0
[pid=23222/tid=23223] ppid=23220 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) R 23220 23220 21430 0 -1 4202560 3791 0 0 0 8 1 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865847338304 139865843117462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23224] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865812818320 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23225] ppid=23220 vsize=28227388 memory=140527102215722 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865393531152 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23226] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865392478864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23227] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865391426064 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23228] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865390373776 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23229] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865389320976 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23230] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865388268688 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23231] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865387215888 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23232] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127491 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865344198768 139865843116674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23233] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420127491 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865343144736 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23234] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420127492 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865225290864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23235] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127494 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865224239184 139865843124123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23236] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) S 23220 23220 21430 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 420127494 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865223187056 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23237] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127494 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865222134256 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23238] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127494 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865221081968 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23239] ppid=23220 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) R 23220 23220 21430 0 -1 4202560 400 0 0 0 2 0 0 0 20 0 20 0 420127494 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865220029168 139865836202363 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23240] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127494 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865218976096 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23241] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127495 28904845312 7025 33554432000 4194304 4196468 140734743649008 139865217923376 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29556 KiB

[startup+0.210299 s]*
/proc/loadavg: 5.77 6.58 6.80 2/211 23241
/proc/meminfo: memFree=30592708/32770624 swapFree=66997772/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127488 115843072 364 33554432000 4194304 5098028 140724261280336 140724261278440 139742749774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39555072 140724261282679 140724261282921 140724261282921 140724261285834 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28227388 memory=39220 CPUtime=0.33 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21430 0 -1 1077944320 9585 0 0 0 30 3 0 0 20 0 20 0 420127488 28904845312 9805 33554432000 4194304 4196468 140734743649008 140734743631552 139865843105527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
/proc/23222/statm: 7056847 9805 3299 1 0 7019032 0
[pid=23222/tid=23223] ppid=23220 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) R 23220 23220 21430 0 -1 4202560 6683 0 0 0 17 2 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865847335248 139865827186014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23224] ppid=23220 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865812818320 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23225] ppid=23220 vsize=28227388 memory=3474159876536063648 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865393531152 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23226] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865392478864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23227] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865391426064 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23228] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865390373776 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23229] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865389320976 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23230] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865388268688 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23231] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127489 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865387215888 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23232] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21430 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420127491 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865344198768 139865843116674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23233] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420127491 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865343144736 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23234] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420127492 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865225290864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23235] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127494 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865224239184 139865843124123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23236] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) S 23220 23220 21430 0 -1 1077944384 464 0 0 0 0 0 0 0 20 0 20 0 420127494 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865223187056 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23237] ppid=23220 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) S 23220 23220 21430 0 -1 1077944384 147 0 0 0 2 0 0 0 20 0 20 0 420127494 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865222134256 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23238] ppid=23220 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) S 23220 23220 21430 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 20 0 420127494 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865221081968 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23239] ppid=23220 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21430 0 -1 1077944384 920 0 0 0 8 0 0 0 20 0 20 0 420127494 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865220029168 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23240] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127494 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865218976096 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23241] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127495 28904845312 9805 33554432000 4194304 4196468 140734743649008 139865217923376 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 40676 KiB

[startup+0.309679 s]*
/proc/loadavg: 5.77 6.58 6.80 3/211 23241
/proc/meminfo: memFree=30586244/32770624 swapFree=66997772/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127488 115843072 364 33554432000 4194304 5098028 140724261280336 140724261278440 139742749774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39555072 140724261282679 140724261282921 140724261282921 140724261285834 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28231644 memory=48812 CPUtime=0.52 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21430 0 -1 1077944320 11088 0 0 0 48 4 0 0 20 0 20 0 420127488 28909203456 12203 33554432000 4194304 4196468 140734743649008 140734743631552 139865843105527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
/proc/23222/statm: 7057911 12203 3358 1 0 7019032 0
[pid=23222/tid=23223] ppid=23220 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) R 23220 23220 21430 0 -1 4202560 7775 0 0 0 26 3 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865847336640 139865827186014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23224] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865812818320 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23225] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865393531152 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23226] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865392478864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23227] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865391426064 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23228] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865390373776 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23229] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865389320976 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23230] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865388268688 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23231] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127489 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865387215888 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23232] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21430 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420127491 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865344198768 139865843116674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23233] ppid=23220 vsize=28231644 memory=281053935902080 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420127491 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865343144736 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23234] ppid=23220 vsize=28231644 memory=281053935906688 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420127492 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865225290864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23235] ppid=23220 vsize=28231644 memory=281053935911296 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127494 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865224239184 139865843124123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23236] ppid=23220 vsize=28231644 memory=281053935915904 CPUtime=0.02 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) S 23220 23220 21430 0 -1 1077944384 510 0 0 0 2 0 0 0 20 0 20 0 420127494 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865223187056 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23237] ppid=23220 vsize=28231644 memory=281053935920512 CPUtime=0.03 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) S 23220 23220 21430 0 -1 1077944384 154 0 0 0 3 0 0 0 20 0 20 0 420127494 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865222134256 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23238] ppid=23220 vsize=28231644 memory=281053935925120 CPUtime=0.02 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) R 23220 23220 21430 0 -1 4202560 207 0 0 0 2 0 0 0 20 0 20 0 420127494 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865221072352 139865829168867 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23239] ppid=23220 vsize=28231644 memory=281053935929728 CPUtime=0.13 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21430 0 -1 1077944384 1133 0 0 0 13 0 0 0 20 0 20 0 420127494 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865220029168 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23240] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127494 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865218976096 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23241] ppid=23220 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127495 28909203456 12203 33554432000 4194304 4196468 140734743649008 139865217923376 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50268 KiB

[startup+0.700937 s]
/proc/loadavg: 5.77 6.58 6.80 4/211 23241
/proc/meminfo: memFree=30572392/32770624 swapFree=66997772/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127488 115843072 364 33554432000 4194304 5098028 140724261280336 140724261278440 139742749774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39555072 140724261282679 140724261282921 140724261282921 140724261285834 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28233768 memory=98620 CPUtime=1.79 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21430 0 -1 1077944320 16932 0 0 0 173 6 0 0 20 0 20 0 420127488 28911378432 24655 33554432000 4194304 4196468 140734743649008 140734743631552 139865843105527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
/proc/23222/statm: 7058442 24655 3460 1 0 7019544 0
[pid=23222/tid=23223] ppid=23220 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) R 23220 23220 21430 0 -1 4202560 9279 0 0 0 63 4 0 0 20 0 20 0 420127489 28911378432 24655 33554432000 4194304 4196468 140734743649008 139865847327872 139865843127453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23224] ppid=23220 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28911378432 24655 33554432000 4194304 4196468 140734743649008 139865812818320 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23225] ppid=23220 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28911378432 24655 33554432000 4194304 4196468 140734743649008 139865393531152 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23226] ppid=23220 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127489 28911378432 24655 33554432000 4194304 4196468 140734743649008 139865392478864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0

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

[pid=23222/tid=23230] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21430 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 420127489 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865388268688 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23231] ppid=23220 vsize=28768328 memory=4580 CPUtime=0 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21430 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 420127489 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865387215888 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23232] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21430 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 420127491 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865344198768 139865843116674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23233] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 420127491 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865343144736 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23234] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21430 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420127492 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865225290864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23235] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420127494 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865224239184 139865843124123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23236] ppid=23220 vsize=28768328 memory=0 CPUtime=0.73 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) R 23220 23220 21430 0 -1 4202560 2042 0 0 0 73 0 0 0 20 0 28 0 420127494 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865223180080 139865822388316 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23237] ppid=23220 vsize=28768328 memory=0 CPUtime=0.88 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) R 23220 23220 21430 0 -1 4202560 2229 0 0 0 88 0 0 0 20 0 28 0 420127494 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865222124368 139865826516480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23238] ppid=23220 vsize=28768328 memory=0 CPUtime=0.88 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) R 23220 23220 21430 0 -1 4202560 1691 0 0 0 88 0 0 0 20 0 28 0 420127494 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865221068320 139865824292798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23239] ppid=23220 vsize=28768328 memory=0 CPUtime=0.72 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21430 0 -1 1077944384 3664 0 0 0 72 0 0 0 20 0 28 0 420127494 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865220029168 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23240] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420127494 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865218976096 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23241] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420127495 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865217923376 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23242] ppid=23220 vsize=28768328 memory=-3253322038155611931 CPUtime=0.69 cores=0-7
/proc/23222/task/23242/stat : 23242 (java) R 23220 23220 21430 0 -1 4202560 50 0 0 0 69 0 0 0 20 0 28 0 420127560 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865208950328 139865484938957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23243] ppid=23220 vsize=28768328 memory=0 CPUtime=0.72 cores=0-7
/proc/23222/task/23243/stat : 23243 (java) R 23220 23220 21430 0 -1 4202560 59 0 0 0 72 0 0 0 20 0 28 0 420127560 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865006002728 139865484913855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23244] ppid=23220 vsize=28768328 memory=0 CPUtime=0.46 cores=0-7
/proc/23222/task/23244/stat : 23244 (java) R 23220 23220 21430 0 -1 4202560 150 0 0 0 46 0 0 0 20 0 28 0 420127560 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865004949992 139865487283623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23245] ppid=23220 vsize=28768328 memory=0 CPUtime=0.57 cores=0-7
/proc/23222/task/23245/stat : 23245 (java) R 23220 23220 21430 0 -1 4202560 74 0 0 0 57 0 0 0 20 0 28 0 420127561 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865003898632 139865484883742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23246] ppid=23220 vsize=28768328 memory=0 CPUtime=0.49 cores=0-7
/proc/23222/task/23246/stat : 23246 (java) R 23220 23220 21430 0 -1 4202560 36 0 0 0 49 0 0 0 20 0 28 0 420127561 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865002845352 139865484967625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23247] ppid=23220 vsize=28768328 memory=500 CPUtime=0.66 cores=0-7
/proc/23222/task/23247/stat : 23247 (java) R 23220 23220 21430 0 -1 4202560 45 0 0 0 66 0 0 0 20 0 28 0 420127561 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865001793880 139865484897999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23248] ppid=23220 vsize=28768328 memory=928 CPUtime=0.49 cores=0-7
/proc/23222/task/23248/stat : 23248 (java) R 23220 23220 21430 0 -1 4202560 37 0 0 0 49 0 0 0 20 0 28 0 420127561 29458767872 51636 33554432000 4194304 4196468 140734743649008 139865000740736 139865485937378 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23249] ppid=23220 vsize=28768328 memory=1528 CPUtime=0.56 cores=0-7
/proc/23222/task/23249/stat : 23249 (java) R 23220 23220 21430 0 -1 4202560 36 0 0 0 56 0 0 0 20 0 28 0 420127562 29458767872 51636 33554432000 4194304 4196468 140734743649008 139864999685928 139865484938871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 208000 KiB

[startup+2.40573 s]
/proc/loadavg: 5.77 6.58 6.80 11/219 23249
/proc/meminfo: memFree=30402540/32770624 swapFree=66997772/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127488 115843072 364 33554432000 4194304 5098028 140724261280336 140724261278440 139742749774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39555072 140724261282679 140724261282921 140724261282921 140724261285834 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28768328 memory=249460 CPUtime=15.01 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21430 0 -1 1077944320 28112 0 0 0 1487 14 0 0 20 0 28 0 420127488 29458767872 62365 33554432000 4194304 4196468 140734743649008 140734743631552 139865843105527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
/proc/23222/statm: 7192082 62365 3497 1 0 7153184 0
[pid=23222/tid=23223] ppid=23220 vsize=28768328 memory=0 CPUtime=0.69 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) S 23220 23220 21430 0 -1 1077944384 9500 0 0 0 65 4 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865847346304 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23224] ppid=23220 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21430 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865812818320 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23225] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21430 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865393531152 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23226] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21430 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865392478864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23227] ppid=23220 vsize=28768328 memory=140526968282800 CPUtime=0 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21430 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865391426064 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23228] ppid=23220 vsize=28768328 memory=281053935868936 CPUtime=0.01 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21430 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865390373776 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23229] ppid=23220 vsize=28768328 memory=1795229222657 CPUtime=0.01 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21430 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865389320976 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23230] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21430 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865388268688 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23231] ppid=23220 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21430 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 28 0 420127489 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865387215888 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23232] ppid=23220 vsize=28768328 memory=140531195861521 CPUtime=0.01 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21430 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 28 0 420127491 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865344198768 139865843116674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23233] ppid=23220 vsize=28768328 memory=2482423989761 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 420127491 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865343144800 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23234] ppid=23220 vsize=28768328 memory=281053935875888 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21430 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 420127492 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865225290880 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23235] ppid=23220 vsize=28768328 memory=281053935899576 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420127494 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865224239184 139865843124123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23236] ppid=23220 vsize=28768328 memory=2670047 CPUtime=1.32 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) R 23220 23220 21430 0 -1 4202560 4437 0 0 0 131 1 0 0 20 0 28 0 420127494 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865223176976 139865827987389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23237] ppid=23220 vsize=28768328 memory=2672202 CPUtime=1.39 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) R 23220 23220 21430 0 -1 4202560 4209 0 0 0 138 1 0 0 20 0 28 0 420127494 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865222120280 139865822320853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23238] ppid=23220 vsize=28768328 memory=0 CPUtime=1.49 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) R 23220 23220 21430 0 -1 4202560 3082 0 0 0 148 1 0 0 20 0 28 0 420127494 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865221068512 139865824690026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23239] ppid=23220 vsize=28768328 memory=0 CPUtime=0.84 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) R 23220 23220 21430 0 -1 1077944384 4854 0 0 0 83 1 0 0 20 0 28 0 420127494 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865220029168 139865843116674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23240] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420127494 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865218976096 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23241] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420127495 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865217923376 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23242] ppid=23220 vsize=28768328 memory=6944656592455097440 CPUtime=1.17 cores=0-7
/proc/23222/task/23242/stat : 23242 (java) R 23220 23220 21430 0 -1 4202560 51 0 0 0 117 0 0 0 20 0 28 0 420127560 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865208951088 139865484956668 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23243] ppid=23220 vsize=28768328 memory=0 CPUtime=1.3 cores=0-7
/proc/23222/task/23243/stat : 23243 (java) R 23220 23220 21430 0 -1 4202560 61 0 0 0 130 0 0 0 20 0 28 0 420127560 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865006002248 139865484898104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23244] ppid=23220 vsize=28768328 memory=0 CPUtime=1.01 cores=0-7
/proc/23222/task/23244/stat : 23244 (java) R 23220 23220 21430 0 -1 4202560 154 0 0 0 101 0 0 0 20 0 28 0 420127560 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865004949960 139865487909136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23245] ppid=23220 vsize=28768328 memory=281053936015472 CPUtime=1.09 cores=0-7
/proc/23222/task/23245/stat : 23245 (java) R 23220 23220 21430 0 -1 4202560 77 0 0 0 109 0 0 0 20 0 28 0 420127561 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865003897640 139865484898679 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23246] ppid=23220 vsize=28768328 memory=0 CPUtime=1.07 cores=0-7
/proc/23222/task/23246/stat : 23246 (java) R 23220 23220 21430 0 -1 4202560 41 0 0 0 107 0 0 0 20 0 28 0 420127561 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865002845016 139865484898061 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23247] ppid=23220 vsize=28768328 memory=0 CPUtime=1.24 cores=0-7
/proc/23222/task/23247/stat : 23247 (java) R 23220 23220 21430 0 -1 4202560 47 0 0 0 124 0 0 0 20 0 28 0 420127561 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865001792520 139865486186858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23248] ppid=23220 vsize=28768328 memory=1456 CPUtime=1.03 cores=0-7
/proc/23222/task/23248/stat : 23248 (java) R 23220 23220 21430 0 -1 4202560 38 0 0 0 103 0 0 0 20 0 28 0 420127561 29458767872 62365 33554432000 4194304 4196468 140734743649008 139865000738440 139865484939333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23249] ppid=23220 vsize=28768328 memory=221672 CPUtime=1.16 cores=0-7
/proc/23222/task/23249/stat : 23249 (java) R 23220 23220 21430 0 -1 4202560 37 0 0 0 116 0 0 0 20 0 28 0 420127562 29458767872 62365 33554432000 4194304 4196468 140734743649008 139864999685336 139865487457956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
Current children cumulated CPU time: 15.01 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 250916 KiB

[startup+2.60119 s]
/proc/loadavg: 5.77 6.58 6.80 11/219 23249
/proc/meminfo: memFree=30402540/32770624 swapFree=66997772/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127488 115843072 364 33554432000 4194304 5098028 140724261280336 140724261278440 139742749774460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39555072 140724261282679 140724261282921 140724261282921 140724261285834 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28768328 memory=252064 CPUtime=16.52 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21430 0 -1 1077944320 28655 0 0 0 1638 14 0 0 20 0 19 0 420127488 29458767872 63016 33554432000 4194304 4196468 140734743649008 140734743631552 139865843105527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
/proc/23222/statm: 7192082 63016 3499 1 0 7153184 0
[pid=23222/tid=23223] ppid=23220 vsize=28768328 memory=1760 CPUtime=0.69 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) S 23220 23220 21430 0 -1 1077944384 9504 0 0 0 65 4 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865847348368 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23224] ppid=23220 vsize=28768328 memory=111632 CPUtime=0.01 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21430 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865812818320 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23225] ppid=23220 vsize=28768328 memory=800 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21430 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865393531152 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23226] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21430 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865392478864 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23227] ppid=23220 vsize=28768328 memory=281053936173616 CPUtime=0 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21430 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865391426064 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23228] ppid=23220 vsize=28768328 memory=140526968001200 CPUtime=0.01 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21430 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865390373776 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23229] ppid=23220 vsize=28768328 memory=28868 CPUtime=0.01 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21430 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865389320976 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23230] ppid=23220 vsize=28768328 memory=7306056211918515536 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21430 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865388268688 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23231] ppid=23220 vsize=28768328 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21430 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 19 0 420127489 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865387215888 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23232] ppid=23220 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21430 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 19 0 420127491 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865344198976 139865843116674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23233] ppid=23220 vsize=28768328 memory=21188 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 420127491 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865343144800 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23234] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21430 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 420127492 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865225290880 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23235] ppid=23220 vsize=28768328 memory=2609 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 420127494 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865224238832 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23236] ppid=23220 vsize=28768328 memory=-1624781813439352349 CPUtime=1.4 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) S 23220 23220 21430 0 -1 1077944384 4452 0 0 0 139 1 0 0 20 0 19 0 420127494 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865223167296 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23237] ppid=23220 vsize=28768328 memory=0 CPUtime=1.58 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) R 23220 23220 21430 0 -1 4202560 4676 0 0 0 157 1 0 0 20 0 19 0 420127494 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865222120512 139865824623417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23238] ppid=23220 vsize=28768328 memory=0 CPUtime=1.62 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) S 23220 23220 21430 0 -1 1077944384 3104 0 0 0 161 1 0 0 20 0 19 0 420127494 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865221062208 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23239] ppid=23220 vsize=28768328 memory=0 CPUtime=0.85 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21430 0 -1 1077944384 4872 0 0 0 84 1 0 0 20 0 19 0 420127494 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865220029168 139865843116674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
[pid=23222/tid=23240] ppid=23220 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 420127494 29458767872 63016 33554432000 4194304 4196468 140734743649008 139865218976096 139865843115733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15290368 140734743655402 140734743655574 140734743655574 140734743658447 0
Current children cumulated CPU time: 16.52 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 253520 KiB

Child status: 0
Real time (s): 2.61563
CPU time (s): 16.5467
CPU user time (s): 16.3903
CPU system time (s): 0.156484
CPU usage (%): 632.609
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 253520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3903
system time used= 0.156484
maximum resident set size= 253188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29216
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= 3489
involuntary context switches= 540


# summary of solver processes directly reported to runsolver:
#   pid: 23220
#   total CPU time (s): 16.5467
#   total CPU user time (s): 16.3903
#   total CPU system time (s): 0.156484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038839 second user time and 0.072569 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 06:24:11
IDJOB=4393491
IDBENCH=135372
IDSOLVER=2841
FILE ID=node106/4393491-1568438729
RUNJOBID= node106-1568429735-21457
PBS_JOBID= 21702316
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
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 /tmp/evaluation-result-4393491-1568438729/watcher-4393491-1568438729 -o /tmp/evaluation-result-4393491-1568438729/solver-4393491-1568438729 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568429735-21457 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 10005470 HOME/instance-4393491-1568438729.xml

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

MD5SUM BENCH= a14f05ce5b97c69cdfebe4c47d671ffd
RANDOM SEED=10005470

node106.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:        30620364 kB
MemAvailable:   31900252 kB
Buffers:          188204 kB
Cached:          1372476 kB
SwapCached:         9324 kB
Active:           491032 kB
Inactive:        1085408 kB
Active(anon):      14936 kB
Inactive(anon):    34544 kB
Active(file):     476096 kB
Inactive(file):  1050864 kB
Unevictable:      107200 kB
Mlocked:          107200 kB
SwapTotal:      67108860 kB
SwapFree:       66997772 kB
Dirty:             26536 kB
Writeback:            12 kB
AnonPages:        113768 kB
Mapped:            38324 kB
Shmem:             25388 kB
Slab:             167436 kB
SReclaimable:     137524 kB
SUnreclaim:        29912 kB
KernelStack:        3344 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     490504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 06:24:14