Trace number 4393483

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 parallelSAT 13549.1 1895.81

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-20-054.xml
MD5SUM3ff211d871d85a956d1d429dedc73eaa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.5032
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints190
Number of domains20
Minimum domain size35
Maximum domain size54
Distribution of domain sizes[{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2},{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2}]
Minimum variable degree19
Maximum variable degree19
Distribution of variable degrees[{"degree":19,"count":40}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":190}]
Number of extensional constraints0
Number of intensional constraints190
Distribution of constraint types[{"type":"intension","count":190}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393483-1568449261.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393483-1568449261.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
357.84/214.99	c solve instance...
13548.96/1895.71	s SATISFIABLE
13548.96/1895.71	v <instantiation>
13548.96/1895.71	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] </list>
13548.96/1895.71	v 	<values>5 39 2 31 0 48 47 6 45 35 30 35 41 0 0 14 0 17 35 15 16 19 20 32 15 41 47 15 32 32 21 42 19 23 0 20 37 36 0 0 </values>
13548.96/1895.71	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393483-1568449261/watcher-4393483-1568449261 -o /tmp/evaluation-result-4393483-1568449261/solver-4393483-1568449261 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1568449212-26530 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 592306910 HOME/instance-4393483-1568449261.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
Starting watchdog thread
solver pid=26786, runsolver pid=26783
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 7.10 8.09 7.73 2/217 26807
/proc/meminfo: memFree=30777992/32770624 swapFree=66968600/67108860
[pid=26786] ppid=26783 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26786/stat : 26786 (xcsp3-exec) S 26783 26786 26503 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421175648 115843072 364 33554432000 4194304 5098028 140721463745632 140721463743736 139650421400188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31150080 140721463751542 140721463751785 140721463751785 140721463754698 0
/proc/26786/statm: 28282 364 305 221 0 87 0
[pid=26788] ppid=26786 vsize=28227388 memory=29688 CPUtime=0.12 cores=0-7
/proc/26788/stat : 26788 (java) S 26786 26786 26503 0 -1 1077944320 5903 0 0 0 11 1 0 0 20 0 20 0 421175649 28904845312 7422 33554432000 4194304 4196468 140723078317088 140723078299632 139769385500407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
/proc/26788/statm: 7056847 7422 3125 1 0 7019032 0
[pid=26788/tid=26789] ppid=26786 vsize=28227388 memory=8186026180326891935 CPUtime=0.08 cores=0-7
/proc/26788/task/26789/stat : 26789 (java) R 26786 26786 26503 0 -1 4202560 3847 0 0 0 8 0 0 0 20 0 20 0 421175649 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769389732064 139769385512342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26790] ppid=26786 vsize=28227388 memory=732370835113053157 CPUtime=0 cores=0-7
/proc/26788/task/26790/stat : 26790 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769338120848 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26791] ppid=26786 vsize=28227388 memory=140696775599744 CPUtime=0 cores=0-7
/proc/26788/task/26791/stat : 26791 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769337068048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26792] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26792/stat : 26792 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769336015248 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26793] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26793/stat : 26793 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769334962448 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26794] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26794/stat : 26794 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769333910672 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26795] ppid=26786 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26788/task/26795/stat : 26795 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769332857872 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26796] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26796/stat : 26796 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769331805072 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26797] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26797/stat : 26797 (java) S 26786 26786 26503 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 7422 33554432000 4194304 4196468 140723078317088 139769330752272 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26798] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26798/stat : 26798 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175651 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768367139184 139769385511554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26799] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26799/stat : 26799 (java) S 26786 26786 26503 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421175652 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768366085152 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26800] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26800/stat : 26800 (java) S 26786 26786 26503 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421175652 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768365032304 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26801] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26801/stat : 26801 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175654 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768363980624 139769385519003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26802] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26802/stat : 26802 (java) R 26786 26786 26503 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 421175654 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768362929008 139769385511554 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26803] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26803/stat : 26803 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175654 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768361876208 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26804] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26804/stat : 26804 (java) S 26786 26786 26503 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 421175654 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768360823408 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26805] ppid=26786 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26788/task/26805/stat : 26805 (java) R 26786 26786 26503 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 20 0 421175654 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768359770608 139769385521754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26806] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26806/stat : 26806 (java) S 26786 26786 26503 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421175655 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768358718048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26807] ppid=26786 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26788/task/26807/stat : 26807 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175655 28904845312 7422 33554432000 4194304 4196468 140723078317088 139768357665328 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31144 KiB

[startup+0.211108 s]*
/proc/loadavg: 7.10 8.09 7.73 4/217 26807
/proc/meminfo: memFree=30765308/32770624 swapFree=66968600/67108860
[pid=26786] ppid=26783 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26786/stat : 26786 (xcsp3-exec) S 26783 26786 26503 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421175648 115843072 364 33554432000 4194304 5098028 140721463745632 140721463743736 139650421400188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31150080 140721463751542 140721463751785 140721463751785 140721463754698 0
/proc/26786/statm: 28282 364 305 221 0 87 0
[pid=26788] ppid=26786 vsize=28227388 memory=40752 CPUtime=0.34 cores=0-7
/proc/26788/stat : 26788 (java) S 26786 26786 26503 0 -1 1077944320 9418 0 0 0 31 3 0 0 20 0 20 0 421175649 28904845312 10188 33554432000 4194304 4196468 140723078317088 140723078299632 139769385500407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
/proc/26788/statm: 7056847 10188 3296 1 0 7019032 0
[pid=26788/tid=26789] ppid=26786 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/26788/task/26789/stat : 26789 (java) R 26786 26786 26503 0 -1 4202560 6649 0 0 0 18 2 0 0 20 0 20 0 421175649 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769389737168 139769385522333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26790] ppid=26786 vsize=28227388 memory=281393394657016 CPUtime=0 cores=0-7
/proc/26788/task/26790/stat : 26790 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769338120848 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26791] ppid=26786 vsize=28227388 memory=140696775599744 CPUtime=0 cores=0-7
/proc/26788/task/26791/stat : 26791 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769337068048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26792] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26792/stat : 26792 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769336015248 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26793] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26793/stat : 26793 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769334962448 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26794] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26794/stat : 26794 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769333910672 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26795] ppid=26786 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26788/task/26795/stat : 26795 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769332857872 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26796] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26796/stat : 26796 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769331805072 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26797] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26797/stat : 26797 (java) S 26786 26786 26503 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421175650 28904845312 10188 33554432000 4194304 4196468 140723078317088 139769330752272 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26798] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26798/stat : 26798 (java) S 26786 26786 26503 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421175651 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768367139184 139769385511554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26799] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26799/stat : 26799 (java) S 26786 26786 26503 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421175652 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768366085152 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26800] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26800/stat : 26800 (java) S 26786 26786 26503 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421175652 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768365032304 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26801] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26801/stat : 26801 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175654 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768363980624 139769385519003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26802] ppid=26786 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26788/task/26802/stat : 26802 (java) S 26786 26786 26503 0 -1 1077944384 421 0 0 0 1 0 0 0 20 0 20 0 421175654 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768362929008 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26803] ppid=26786 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26788/task/26803/stat : 26803 (java) S 26786 26786 26503 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 20 0 421175654 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768361876208 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26804] ppid=26786 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26788/task/26804/stat : 26804 (java) S 26786 26786 26503 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 20 0 421175654 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768360823408 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26805] ppid=26786 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/26788/task/26805/stat : 26805 (java) S 26786 26786 26503 0 -1 1077944384 754 0 0 0 8 0 0 0 20 0 20 0 421175654 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768359770608 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26806] ppid=26786 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26806/stat : 26806 (java) S 26786 26786 26503 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421175655 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768358718048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26807] ppid=26786 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26788/task/26807/stat : 26807 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175655 28904845312 10188 33554432000 4194304 4196468 140723078317088 139768357665328 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42208 KiB

[startup+0.311061 s]*
/proc/loadavg: 7.10 8.09 7.73 3/217 26807
/proc/meminfo: memFree=30758308/32770624 swapFree=66968600/67108860
[pid=26786] ppid=26783 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26786/stat : 26786 (xcsp3-exec) S 26783 26786 26503 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421175648 115843072 364 33554432000 4194304 5098028 140721463745632 140721463743736 139650421400188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31150080 140721463751542 140721463751785 140721463751785 140721463754698 0
/proc/26786/statm: 28282 364 305 221 0 87 0
[pid=26788] ppid=26786 vsize=28231644 memory=49612 CPUtime=0.53 cores=0-7
/proc/26788/stat : 26788 (java) S 26786 26786 26503 0 -1 1077944320 10873 0 0 0 50 3 0 0 20 0 20 0 421175649 28909203456 12403 33554432000 4194304 4196468 140723078317088 140723078299632 139769385500407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
/proc/26788/statm: 7057911 12403 3347 1 0 7019032 0
[pid=26788/tid=26789] ppid=26786 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26788/task/26789/stat : 26789 (java) R 26786 26786 26503 0 -1 4202560 7805 0 0 0 27 2 0 0 20 0 20 0 421175649 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769389734024 139769369580894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26790] ppid=26786 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26790/stat : 26790 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769338120848 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26791] ppid=26786 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26791/stat : 26791 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769337068048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26792] ppid=26786 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26792/stat : 26792 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769336015248 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26793] ppid=26786 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26793/stat : 26793 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769334962448 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26794] ppid=26786 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/26788/task/26794/stat : 26794 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769333910672 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26795] ppid=26786 vsize=28231644 memory=140696619152303 CPUtime=0 cores=0-7
/proc/26788/task/26795/stat : 26795 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769332857872 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26796] ppid=26786 vsize=28231644 memory=140696619154608 CPUtime=0 cores=0-7
/proc/26788/task/26796/stat : 26796 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769331805072 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26797] ppid=26786 vsize=28231644 memory=140696619156912 CPUtime=0 cores=0-7
/proc/26788/task/26797/stat : 26797 (java) S 26786 26786 26503 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421175650 28909203456 12403 33554432000 4194304 4196468 140723078317088 139769330752272 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26798] ppid=26786 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26798/stat : 26798 (java) S 26786 26786 26503 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421175651 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768367139184 139769385511554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26799] ppid=26786 vsize=28231644 memory=281393238320784 CPUtime=0 cores=0-7
/proc/26788/task/26799/stat : 26799 (java) S 26786 26786 26503 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421175652 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768366085152 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26800] ppid=26786 vsize=28231644 memory=281393238327696 CPUtime=0 cores=0-7
/proc/26788/task/26800/stat : 26800 (java) S 26786 26786 26503 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421175652 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768365032304 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26801] ppid=26786 vsize=28231644 memory=281393238268976 CPUtime=0 cores=0-7
/proc/26788/task/26801/stat : 26801 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175654 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768363980624 139769385519003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26802] ppid=26786 vsize=28231644 memory=281393238341520 CPUtime=0.02 cores=0-7
/proc/26788/task/26802/stat : 26802 (java) S 26786 26786 26503 0 -1 1077944384 455 0 0 0 2 0 0 0 20 0 20 0 421175654 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768362929008 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26803] ppid=26786 vsize=28231644 memory=281393238348432 CPUtime=0.02 cores=0-7
/proc/26788/task/26803/stat : 26803 (java) S 26786 26786 26503 0 -1 1077944384 127 0 0 0 2 0 0 0 20 0 20 0 421175654 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768361876208 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26804] ppid=26786 vsize=28231644 memory=281393238346128 CPUtime=0.04 cores=0-7
/proc/26788/task/26804/stat : 26804 (java) R 26786 26786 26503 0 -1 4202560 262 0 0 0 4 0 0 0 20 0 20 0 421175654 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768360804424 139769367020060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26805] ppid=26786 vsize=28231644 memory=281393238362288 CPUtime=0.12 cores=0-7
/proc/26788/task/26805/stat : 26805 (java) S 26786 26786 26503 0 -1 1077944384 917 0 0 0 12 0 0 0 20 0 20 0 421175654 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768359770608 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26806] ppid=26786 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26806/stat : 26806 (java) S 26786 26786 26503 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421175655 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768358718048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26807] ppid=26786 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/26788/task/26807/stat : 26807 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175655 28909203456 12403 33554432000 4194304 4196468 140723078317088 139768357665328 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51068 KiB

[startup+0.701047 s]
/proc/loadavg: 7.10 8.09 7.73 4/217 26807
/proc/meminfo: memFree=30747220/32770624 swapFree=66968600/67108860
[pid=26786] ppid=26783 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26786/stat : 26786 (xcsp3-exec) S 26783 26786 26503 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421175648 115843072 364 33554432000 4194304 5098028 140721463745632 140721463743736 139650421400188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31150080 140721463751542 140721463751785 140721463751785 140721463754698 0
/proc/26786/statm: 28282 364 305 221 0 87 0
[pid=26788] ppid=26786 vsize=28233768 memory=110644 CPUtime=1.72 cores=0-7
/proc/26788/stat : 26788 (java) S 26786 26786 26503 0 -1 1077944320 15232 0 0 0 166 6 0 0 20 0 20 0 421175649 28911378432 27661 33554432000 4194304 4196468 140723078317088 140723078299632 139769385500407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
/proc/26788/statm: 7058442 27661 3450 1 0 7019544 0
[pid=26788/tid=26789] ppid=26786 vsize=28233768 memory=281393238657152 CPUtime=0.68 cores=0-7
/proc/26788/task/26789/stat : 26789 (java) R 26786 26786 26503 0 -1 4202560 9265 0 0 0 64 4 0 0 20 0 20 0 421175649 28911378432 27661 33554432000 4194304 4196468 140723078317088 139769389738032 139768994830466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26790] ppid=26786 vsize=28233768 memory=5136780887203 CPUtime=0 cores=0-7
/proc/26788/task/26790/stat : 26790 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421175650 28911378432 27661 33554432000 4194304 4196468 140723078317088 139769338120848 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26791] ppid=26786 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26788/task/26791/stat : 26791 (java) S 26786 26786 26503 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421175650 28911378432 27661 33554432000 4194304 4196468 140723078317088 139769337068048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26792] ppid=26786 vsize=28233768 memory=0 CPUtime=0 cores=0-7

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

[pid=26788/tid=26825] ppid=26786 vsize=28768328 memory=1764 CPUtime=1665.3 cores=0-7
/proc/26788/task/26825/stat : 26825 (java) R 26786 26786 26503 0 -1 4202560 69228 0 0 0 166240 290 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768344490336 139768999993648 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26826] ppid=26786 vsize=28768328 memory=111632 CPUtime=1630.34 cores=0-7
/proc/26788/task/26826/stat : 26826 (java) S 26786 26786 26503 0 -1 1077944384 39442 0 0 0 162904 130 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768343442896 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26827] ppid=26786 vsize=28768328 memory=800 CPUtime=1639.57 cores=0-7
/proc/26788/task/26827/stat : 26827 (java) S 26786 26786 26503 0 -1 1077944384 24841 0 0 0 163859 98 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768342390096 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26828] ppid=26786 vsize=28768328 memory=984 CPUtime=1634.28 cores=0-7
/proc/26788/task/26828/stat : 26828 (java) S 26786 26786 26503 0 -1 1077944384 42287 0 0 0 163158 270 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768341337296 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26829] ppid=26786 vsize=28768328 memory=2048 CPUtime=1631.45 cores=0-7
/proc/26788/task/26829/stat : 26829 (java) S 26786 26786 26503 0 -1 1077944384 5618 0 0 0 163140 5 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768340284496 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26830] ppid=26786 vsize=28768328 memory=1240 CPUtime=1640.25 cores=0-7
/proc/26788/task/26830/stat : 26830 (java) S 26786 26786 26503 0 -1 1077944384 27840 0 0 0 163877 148 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768339231696 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
Current children cumulated CPU time: 13547.7 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 13523940 KiB

[startup+1895.2 s]
/proc/loadavg: 5.82 8.00 7.97 2/224 26967
/proc/meminfo: memFree=17260856/32770624 swapFree=66968612/67108860
[pid=26786] ppid=26783 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26786/stat : 26786 (xcsp3-exec) S 26783 26786 26503 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421175648 115843072 364 33554432000 4194304 5098028 140721463745632 140721463743736 139650421400188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31150080 140721463751542 140721463751785 140721463751785 140721463754698 0
/proc/26786/statm: 28282 364 305 221 0 87 0
[pid=26788] ppid=26786 vsize=28768328 memory=13522484 CPUtime=13548.5 cores=0-7
/proc/26788/stat : 26788 (java) S 26786 26786 26503 0 -1 1077944320 806328 0 0 0 1352227 2619 0 0 20 0 28 0 421175649 29458767872 3380621 33554432000 4194304 4196468 140723078317088 140723078299632 139769385500407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
/proc/26788/statm: 7192082 3380621 3564 1 0 7153184 0
[pid=26788/tid=26789] ppid=26786 vsize=28768328 memory=2404 CPUtime=184.42 cores=0-7
/proc/26788/task/26789/stat : 26789 (java) S 26786 26786 26503 0 -1 1077944384 56176 0 0 0 18305 137 0 0 20 0 28 0 421175649 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769389741184 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26790] ppid=26786 vsize=28768328 memory=1456 CPUtime=27.85 cores=0-7
/proc/26788/task/26790/stat : 26790 (java) S 26786 26786 26503 0 -1 1077944384 47242 0 0 0 2624 161 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769338120848 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26791] ppid=26786 vsize=28768328 memory=13522484 CPUtime=27.85 cores=0-7
/proc/26788/task/26791/stat : 26791 (java) S 26786 26786 26503 0 -1 1077944384 43362 0 0 0 2585 200 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769337068048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26792] ppid=26786 vsize=28768328 memory=1456 CPUtime=27.86 cores=0-7
/proc/26788/task/26792/stat : 26792 (java) S 26786 26786 26503 0 -1 1077944384 45975 0 0 0 2597 189 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769336015248 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26793] ppid=26786 vsize=28768328 memory=13638940 CPUtime=27.78 cores=0-7
/proc/26788/task/26793/stat : 26793 (java) S 26786 26786 26503 0 -1 1077944384 54811 0 0 0 2575 203 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769334962448 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26794] ppid=26786 vsize=28768328 memory=1764 CPUtime=27.65 cores=0-7
/proc/26788/task/26794/stat : 26794 (java) S 26786 26786 26503 0 -1 1077944384 45077 0 0 0 2585 180 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769333910672 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26795] ppid=26786 vsize=28768328 memory=1456 CPUtime=27.65 cores=0-7
/proc/26788/task/26795/stat : 26795 (java) S 26786 26786 26503 0 -1 1077944384 37478 0 0 0 2591 174 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769332857872 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26796] ppid=26786 vsize=28768328 memory=13720508 CPUtime=27.71 cores=0-7
/proc/26788/task/26796/stat : 26796 (java) S 26786 26786 26503 0 -1 1077944384 37523 0 0 0 2598 173 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769331805072 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26797] ppid=26786 vsize=28768328 memory=1456 CPUtime=27.88 cores=0-7
/proc/26788/task/26797/stat : 26797 (java) S 26786 26786 26503 0 -1 1077944384 46420 0 0 0 2609 179 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769330752272 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26798] ppid=26786 vsize=28768328 memory=13522484 CPUtime=13.2 cores=0-7
/proc/26788/task/26798/stat : 26798 (java) S 26786 26786 26503 0 -1 1077944384 34413 0 0 0 1305 15 0 0 20 0 28 0 421175651 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768367139184 139769385511554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26799] ppid=26786 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/26788/task/26799/stat : 26799 (java) S 26786 26786 26503 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 28 0 421175652 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768366085216 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26800] ppid=26786 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/26788/task/26800/stat : 26800 (java) S 26786 26786 26503 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 28 0 421175652 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768365032320 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26801] ppid=26786 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/26788/task/26801/stat : 26801 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768363980624 139769385519003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26802] ppid=26786 vsize=28768328 memory=1764 CPUtime=4.58 cores=0-7
/proc/26788/task/26802/stat : 26802 (java) S 26786 26786 26503 0 -1 1077944384 35029 0 0 0 452 6 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768362929008 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26803] ppid=26786 vsize=28768328 memory=111632 CPUtime=4.69 cores=0-7
/proc/26788/task/26803/stat : 26803 (java) S 26786 26786 26503 0 -1 1077944384 33095 0 0 0 463 6 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768361876208 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26804] ppid=26786 vsize=28768328 memory=800 CPUtime=5 cores=0-7
/proc/26788/task/26804/stat : 26804 (java) S 26786 26786 26503 0 -1 1077944384 30784 0 0 0 497 3 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768360823408 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26805] ppid=26786 vsize=28768328 memory=1632 CPUtime=1.28 cores=0-7
/proc/26788/task/26805/stat : 26805 (java) S 26786 26786 26503 0 -1 1077944384 26069 0 0 0 124 4 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768359770608 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26806] ppid=26786 vsize=28768328 memory=4096 CPUtime=0 cores=0-7
/proc/26788/task/26806/stat : 26806 (java) S 26786 26786 26503 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421175655 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768358718048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26807] ppid=26786 vsize=28768328 memory=13522484 CPUtime=0.82 cores=0-7
/proc/26788/task/26807/stat : 26807 (java) S 26786 26786 26503 0 -1 1077944384 2148 0 0 0 35 47 0 0 20 0 28 0 421175655 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768357665328 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26823] ppid=26786 vsize=28768328 memory=2048 CPUtime=1639.76 cores=0-7
/proc/26788/task/26823/stat : 26823 (java) S 26786 26786 26503 0 -1 1077944384 10496 0 0 0 163962 14 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768346598768 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26824] ppid=26786 vsize=28768328 memory=1240 CPUtime=1630.24 cores=0-7
/proc/26788/task/26824/stat : 26824 (java) S 26786 26786 26503 0 -1 1077944384 9470 0 0 0 163006 18 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768345547472 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26825] ppid=26786 vsize=28768328 memory=3928 CPUtime=1666.1 cores=0-7
/proc/26788/task/26825/stat : 26825 (java) R 26786 26786 26503 0 -1 4202560 69228 0 0 0 166320 290 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768344490336 139768999993648 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26826] ppid=26786 vsize=28768328 memory=716 CPUtime=1630.34 cores=0-7
/proc/26788/task/26826/stat : 26826 (java) S 26786 26786 26503 0 -1 1077944384 39442 0 0 0 162904 130 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768343442896 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26827] ppid=26786 vsize=28768328 memory=776 CPUtime=1639.57 cores=0-7
/proc/26788/task/26827/stat : 26827 (java) S 26786 26786 26503 0 -1 1077944384 24841 0 0 0 163859 98 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768342390096 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26828] ppid=26786 vsize=28768328 memory=1052 CPUtime=1634.28 cores=0-7
/proc/26788/task/26828/stat : 26828 (java) S 26786 26786 26503 0 -1 1077944384 42287 0 0 0 163158 270 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768341337296 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26829] ppid=26786 vsize=28768328 memory=776 CPUtime=1631.45 cores=0-7
/proc/26788/task/26829/stat : 26829 (java) S 26786 26786 26503 0 -1 1077944384 5618 0 0 0 163140 5 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768340284496 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26830] ppid=26786 vsize=28768328 memory=1052 CPUtime=1640.25 cores=0-7
/proc/26788/task/26830/stat : 26830 (java) S 26786 26786 26503 0 -1 1077944384 27840 0 0 0 163877 148 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768339231696 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
Current children cumulated CPU time: 13548.5 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 13523940 KiB

[startup+1895.6 s]
/proc/loadavg: 5.82 8.00 7.97 2/224 26967
/proc/meminfo: memFree=17260856/32770624 swapFree=66968612/67108860
[pid=26786] ppid=26783 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26786/stat : 26786 (xcsp3-exec) S 26783 26786 26503 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421175648 115843072 364 33554432000 4194304 5098028 140721463745632 140721463743736 139650421400188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31150080 140721463751542 140721463751785 140721463751785 140721463754698 0
/proc/26786/statm: 28282 364 305 221 0 87 0
[pid=26788] ppid=26786 vsize=28768328 memory=13522484 CPUtime=13548.9 cores=0-7
/proc/26788/stat : 26788 (java) S 26786 26786 26503 0 -1 1077944320 806329 0 0 0 1352267 2619 0 0 20 0 28 0 421175649 29458767872 3380621 33554432000 4194304 4196468 140723078317088 140723078299632 139769385500407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
/proc/26788/statm: 7192082 3380621 3564 1 0 7153184 0
[pid=26788/tid=26789] ppid=26786 vsize=28768328 memory=6791534058613427641 CPUtime=184.42 cores=0-7
/proc/26788/task/26789/stat : 26789 (java) S 26786 26786 26503 0 -1 1077944384 56176 0 0 0 18305 137 0 0 20 0 28 0 421175649 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769389741184 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26790] ppid=26786 vsize=28768328 memory=24840 CPUtime=27.85 cores=0-7
/proc/26788/task/26790/stat : 26790 (java) S 26786 26786 26503 0 -1 1077944384 47242 0 0 0 2624 161 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769338120848 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26791] ppid=26786 vsize=28768328 memory=984 CPUtime=27.85 cores=0-7
/proc/26788/task/26791/stat : 26791 (java) S 26786 26786 26503 0 -1 1077944384 43362 0 0 0 2585 200 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769337068048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26792] ppid=26786 vsize=28768328 memory=2048 CPUtime=27.86 cores=0-7
/proc/26788/task/26792/stat : 26792 (java) S 26786 26786 26503 0 -1 1077944384 45975 0 0 0 2597 189 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769336015248 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26793] ppid=26786 vsize=28768328 memory=1240 CPUtime=27.78 cores=0-7
/proc/26788/task/26793/stat : 26793 (java) S 26786 26786 26503 0 -1 1077944384 54811 0 0 0 2575 203 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769334962448 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26794] ppid=26786 vsize=28768328 memory=3928 CPUtime=27.65 cores=0-7
/proc/26788/task/26794/stat : 26794 (java) S 26786 26786 26503 0 -1 1077944384 45077 0 0 0 2585 180 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769333910672 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26795] ppid=26786 vsize=28768328 memory=716 CPUtime=27.65 cores=0-7
/proc/26788/task/26795/stat : 26795 (java) S 26786 26786 26503 0 -1 1077944384 37478 0 0 0 2591 174 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769332857872 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26796] ppid=26786 vsize=28768328 memory=776 CPUtime=27.71 cores=0-7
/proc/26788/task/26796/stat : 26796 (java) S 26786 26786 26503 0 -1 1077944384 37523 0 0 0 2598 173 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769331805072 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26797] ppid=26786 vsize=28768328 memory=1052 CPUtime=27.88 cores=0-7
/proc/26788/task/26797/stat : 26797 (java) S 26786 26786 26503 0 -1 1077944384 46420 0 0 0 2609 179 0 0 20 0 28 0 421175650 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139769330752272 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26798] ppid=26786 vsize=28768328 memory=2832 CPUtime=13.2 cores=0-7
/proc/26788/task/26798/stat : 26798 (java) S 26786 26786 26503 0 -1 1077944384 34413 0 0 0 1305 15 0 0 20 0 28 0 421175651 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768367139184 139769385511554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26799] ppid=26786 vsize=28768328 memory=9328 CPUtime=0 cores=0-7
/proc/26788/task/26799/stat : 26799 (java) S 26786 26786 26503 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 28 0 421175652 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768366085216 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26800] ppid=26786 vsize=28768328 memory=1716 CPUtime=0 cores=0-7
/proc/26788/task/26800/stat : 26800 (java) S 26786 26786 26503 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 28 0 421175652 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768365032320 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26801] ppid=26786 vsize=28768328 memory=1216 CPUtime=0 cores=0-7
/proc/26788/task/26801/stat : 26801 (java) S 26786 26786 26503 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768363980624 139769385519003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26802] ppid=26786 vsize=28768328 memory=1000 CPUtime=4.58 cores=0-7
/proc/26788/task/26802/stat : 26802 (java) S 26786 26786 26503 0 -1 1077944384 35029 0 0 0 452 6 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768362929008 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26803] ppid=26786 vsize=28768328 memory=7996 CPUtime=4.69 cores=0-7
/proc/26788/task/26803/stat : 26803 (java) S 26786 26786 26503 0 -1 1077944384 33095 0 0 0 463 6 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768361876208 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26804] ppid=26786 vsize=28768328 memory=1560 CPUtime=5 cores=0-7
/proc/26788/task/26804/stat : 26804 (java) S 26786 26786 26503 0 -1 1077944384 30784 0 0 0 497 3 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768360823408 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26805] ppid=26786 vsize=28768328 memory=14008 CPUtime=1.28 cores=0-7
/proc/26788/task/26805/stat : 26805 (java) S 26786 26786 26503 0 -1 1077944384 26069 0 0 0 124 4 0 0 20 0 28 0 421175654 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768359770608 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26806] ppid=26786 vsize=28768328 memory=8304 CPUtime=0 cores=0-7
/proc/26788/task/26806/stat : 26806 (java) S 26786 26786 26503 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421175655 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768358718048 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26807] ppid=26786 vsize=28768328 memory=2120 CPUtime=0.82 cores=0-7
/proc/26788/task/26807/stat : 26807 (java) S 26786 26786 26503 0 -1 1077944384 2148 0 0 0 35 47 0 0 20 0 28 0 421175655 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768357665328 139769385511554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26823] ppid=26786 vsize=28768328 memory=13948 CPUtime=1639.76 cores=0-7
/proc/26788/task/26823/stat : 26823 (java) S 26786 26786 26503 0 -1 1077944384 10496 0 0 0 163962 14 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768346598768 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26824] ppid=26786 vsize=28768328 memory=1564 CPUtime=1630.24 cores=0-7
/proc/26788/task/26824/stat : 26824 (java) S 26786 26786 26503 0 -1 1077944384 9470 0 0 0 163006 18 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768345547472 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26825] ppid=26786 vsize=28768328 memory=500 CPUtime=1666.5 cores=0-7
/proc/26788/task/26825/stat : 26825 (java) R 26786 26786 26503 0 -1 4202560 69229 0 0 0 166360 290 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768344490336 139768999993656 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26826] ppid=26786 vsize=28768328 memory=932 CPUtime=1630.34 cores=0-7
/proc/26788/task/26826/stat : 26826 (java) S 26786 26786 26503 0 -1 1077944384 39442 0 0 0 162904 130 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768343442896 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26827] ppid=26786 vsize=28768328 memory=1424 CPUtime=1639.57 cores=0-7
/proc/26788/task/26827/stat : 26827 (java) S 26786 26786 26503 0 -1 1077944384 24841 0 0 0 163859 98 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768342390096 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26828] ppid=26786 vsize=28768328 memory=1448 CPUtime=1634.28 cores=0-7
/proc/26788/task/26828/stat : 26828 (java) S 26786 26786 26503 0 -1 1077944384 42287 0 0 0 163158 270 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768341337296 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26829] ppid=26786 vsize=28768328 memory=916 CPUtime=1631.45 cores=0-7
/proc/26788/task/26829/stat : 26829 (java) S 26786 26786 26503 0 -1 1077944384 5618 0 0 0 163140 5 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768340284496 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
[pid=26788/tid=26830] ppid=26786 vsize=28768328 memory=1980 CPUtime=1640.25 cores=0-7
/proc/26788/task/26830/stat : 26830 (java) S 26786 26786 26503 0 -1 1077944384 27840 0 0 0 163877 148 0 0 20 0 28 0 421197152 29458767872 3380621 33554432000 4194304 4196468 140723078317088 139768339231696 139769385510613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 37679104 140723078325226 140723078325398 140723078325398 140723078328271 0
Current children cumulated CPU time: 13548.9 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 13523940 KiB

[startup+1895.8 s]
/proc/loadavg: 5.82 8.00 7.97 2/224 26967
/proc/meminfo: memFree=17260856/32770624 swapFree=66968612/67108860
[pid=26786] ppid=26783 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26786/stat : 26786 (xcsp3-exec) S 26783 26786 26503 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421175648 115843072 364 33554432000 4194304 5098028 140721463745632 140721463743736 139650421400188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31150080 140721463751542 140721463751785 140721463751785 140721463754698 0
/proc/26786/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 1895.81
CPU time (s): 13549.1
CPU user time (s): 13522.8
CPU system time (s): 26.2881
CPU usage (%): 714.685
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 13854132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13522.8
system time used= 26.2881
maximum resident set size= 13852676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 809428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65346
involuntary context switches= 161577


# summary of solver processes directly reported to runsolver:
#   pid: 26786
#   total CPU time (s): 13549.1
#   total CPU user time (s): 13522.8
#   total CPU system time (s): 26.2881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7663 second user time and 24.0967 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-14 10:20:21
IDJOB=4393483
IDBENCH=141704
IDSOLVER=2841
FILE ID=node135/4393483-1568449261
RUNJOBID= node135-1568449212-26530
PBS_JOBID= 21702361
Free space on /tmp= 61376 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-20-054.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393483-1568449261/watcher-4393483-1568449261 -o /tmp/evaluation-result-4393483-1568449261/solver-4393483-1568449261 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1568449212-26530 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 592306910 HOME/instance-4393483-1568449261.xml

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

MD5SUM BENCH= 3ff211d871d85a956d1d429dedc73eaa
RANDOM SEED=592306910

node135.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.76
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.76
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.76
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.76
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:        30795524 kB
MemAvailable:   31861388 kB
Buffers:          174892 kB
Cached:          1160052 kB
SwapCached:        34476 kB
Active:           569484 kB
Inactive:         804288 kB
Active(anon):      11788 kB
Inactive(anon):    60420 kB
Active(file):     557696 kB
Inactive(file):   743868 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66968600 kB
Dirty:             26392 kB
Writeback:             0 kB
AnonPages:        118548 kB
Mapped:            37456 kB
Shmem:             24532 kB
Slab:             190872 kB
SReclaimable:     160272 kB
SUnreclaim:        30600 kB
KernelStack:        3696 kB
PageTables:         5828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61348 MiB
End job on node135 at 2019-09-14 10:51:57