Trace number 4407531

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 NameAnswerobjective functionCPU timeWall clock time
(reference) PicatSAT 2019-09-12? (TO) 2400.06 2399.84

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-dsjc-1000-9.xml
MD5SUM7e8c40b74266585f6434aeb3a0bbeb87
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark298
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints449449
Number of domains1
Minimum domain size1000
Maximum domain size1000
Distribution of domain sizes[{"size":1000,"count":1000}]
Minimum variable degree871
Maximum variable degree925
Distribution of variable degrees[{"degree":871,"count":2},{"degree":873,"count":1},{"degree":874,"count":3},{"degree":875,"count":3},{"degree":876,"count":2},{"degree":877,"count":3},{"degree":879,"count":5},{"degree":880,"count":3},{"degree":881,"count":2},{"degree":882,"count":6},{"degree":883,"count":13},{"degree":884,"count":11},{"degree":885,"count":11},{"degree":886,"count":12},{"degree":887,"count":29},{"degree":888,"count":21},{"degree":889,"count":31},{"degree":890,"count":18},{"degree":891,"count":21},{"degree":892,"count":24},{"degree":893,"count":29},{"degree":894,"count":36},{"degree":895,"count":34},{"degree":896,"count":37},{"degree":897,"count":35},"...",{"degree":900,"count":30}, {"degree":901,"count":55}, {"degree":902,"count":30}, {"degree":903,"count":34}, {"degree":904,"count":39}, {"degree":905,"count":31}, {"degree":906,"count":28}, {"degree":907,"count":30}, {"degree":908,"count":34}, {"degree":909,"count":26}, {"degree":910,"count":26}, {"degree":911,"count":35}, {"degree":912,"count":21}, {"degree":913,"count":15}, {"degree":914,"count":22}, {"degree":915,"count":10}, {"degree":916,"count":11}, {"degree":917,"count":11}, {"degree":918,"count":3}, {"degree":919,"count":10}, {"degree":920,"count":2}, {"degree":921,"count":4}, {"degree":922,"count":2}, {"degree":924,"count":1}, {"degree":925,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":449449}]
Number of extensional constraints0
Number of intensional constraints449449
Distribution of constraint types[{"type":"intension","count":449449}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

411.50/411.52	c xcsp_picat version 2.7b12 (9/12/2019)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407531-1569509641/watcher-4407531-1569509641 -o /var/tmp/evaluation-result-4407531-1569509641/solver-4407531-1569509641 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1569509599-27079 --watchdog 2560 xcsp_picat HOME/instance-4407531-1569509641.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=27108, runsolver pid=27105
Current StackSize limit: 8192 KiB


[startup+0.100454 s]*
/proc/loadavg: 0.00 0.01 0.05 3/201 27109
/proc/meminfo: memFree=26197956/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=2031716 memory=20928 CPUtime=0.09 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 1862 0 0 0 9 0 0 0 20 0 1 0 526878020 2080477184 5232 33554432000 4194304 5870510 140736608701184 140736608700488 140185162177536 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 507929 5232 839 410 0 503402 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 20928 KiB

[startup+0.209778 s]*
/proc/loadavg: 0.00 0.01 0.05 3/201 27109
/proc/meminfo: memFree=26158456/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=2031716 memory=31168 CPUtime=0.2 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 1867 0 0 0 20 0 0 0 20 0 1 0 526878020 2080477184 7792 33554432000 4194304 5870510 140736608701184 140736608700488 140185162177536 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 507929 7792 839 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 31168 KiB

[startup+0.309641 s]*
/proc/loadavg: 0.00 0.01 0.05 3/201 27109
/proc/meminfo: memFree=26128996/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=2031716 memory=37312 CPUtime=0.3 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 1870 0 0 0 30 0 0 0 20 0 1 0 526878020 2080477184 9328 33554432000 4194304 5870510 140736608701184 140736608700488 140185162177536 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 507929 9328 839 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 37312 KiB

[startup+0.700369 s]
/proc/loadavg: 0.00 0.01 0.05 3/201 27109
/proc/meminfo: memFree=26105704/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=2031716 memory=68248 CPUtime=0.68 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 1885 0 0 0 67 1 0 0 20 0 1 0 526878020 2080477184 17062 33554432000 4194304 5870510 140736608701184 140736608700488 4465911 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 507929 17062 839 410 0 503402 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 68248 KiB

[startup+1.50038 s]
/proc/loadavg: 0.00 0.01 0.05 3/201 27109
/proc/meminfo: memFree=26058268/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=2031716 memory=131736 CPUtime=1.48 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 1916 0 0 0 146 2 0 0 20 0 1 0 526878020 2080477184 32934 33554432000 4194304 5870510 140736608701184 140736608700488 4438734 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 507929 32934 839 410 0 503402 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 131736 KiB

[startup+3.10964 s]
/proc/loadavg: 0.00 0.01 0.05 3/201 27109
/proc/meminfo: memFree=25811148/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=2031716 memory=262808 CPUtime=3.09 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 2045 0 0 0 304 5 0 0 20 0 1 0 526878020 2080477184 65702 33554432000 4194304 5870510 140736608701184 140736608700488 4814592 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 507929 65702 839 410 0 503402 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 262808 KiB

[startup+6.30036 s]
/proc/loadavg: 0.16 0.05 0.06 3/201 27109
/proc/meminfo: memFree=25478428/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=2395052 memory=706388 CPUtime=6.28 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 22498 0 0 0 614 14 0 0 20 0 1 0 526878020 2452533248 176597 33554432000 4194304 5870510 140736608701184 140736608700152 5394565 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 598763 176597 891 410 0 594236 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2395052 KiB
Current children cumulated memory: 706388 KiB

[startup+12.7004 s]
/proc/loadavg: 0.31 0.08 0.07 3/201 27110
/proc/meminfo: memFree=23924120/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=4388308 memory=2439372 CPUtime=12.68 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 104068 0 0 0 1217 51 0 0 20 0 1 0 526878020 4493627392 609843 33554432000 4194304 5870510 140736608701184 140736608700472 5393468 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1097077 609843 891 410 0 1092550 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 4388308 KiB
Current children cumulated memory: 2439372 KiB

[startup+25.5004 s]
/proc/loadavg: 0.68 0.17 0.10 5/214 27139
/proc/meminfo: memFree=22530916/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=5511080 memory=3572848 CPUtime=25.49 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 240305 0 0 0 2470 79 0 0 20 0 1 0 526878020 5643345920 893212 33554432000 4194304 5870510 140736608701184 140736608699336 5288512 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1377770 893212 900 410 0 1373243 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 5511080 KiB
Current children cumulated memory: 3572848 KiB

[startup+51.1097 s]
/proc/loadavg: 1.19 0.34 0.15 3/201 27173
/proc/meminfo: memFree=22077584/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=5949380 memory=4086880 CPUtime=51.09 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 654897 0 0 0 4981 128 0 0 20 0 1 0 526878020 6092165120 1021720 33554432000 4194304 5870510 140736608701184 140736608699512 5337449 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1487345 1021720 901 410 0 1482818 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 5949380 KiB
Current children cumulated memory: 4086880 KiB

[startup+102.3 s]
/proc/loadavg: 1.65 0.59 0.25 3/201 27178
/proc/meminfo: memFree=21204932/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7062632 memory=4943440 CPUtime=102.29 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 1073592 0 0 0 10037 192 0 0 20 0 1 0 526878020 7232135168 1235860 33554432000 4194304 5870510 140736608701184 140736608699512 5287181 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1765658 1235860 901 410 0 1761131 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 7062632 KiB
Current children cumulated memory: 4943440 KiB

[startup+162.3 s]
/proc/loadavg: 1.87 0.85 0.36 3/200 27183
/proc/meminfo: memFree=20005080/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=8693744 memory=6115996 CPUtime=162.29 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 1618818 0 0 0 15985 244 0 0 20 0 1 0 526878020 8902393856 1528999 33554432000 4194304 5870510 140736608701184 140736608699608 5337497 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 2173436 1528999 901 410 0 2168909 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 8693744 KiB
Current children cumulated memory: 6115996 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.46 3/200 27189
/proc/meminfo: memFree=20794172/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5298752 CPUtime=222.29 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 2247754 0 0 0 21912 317 0 0 20 0 1 0 526878020 7732281344 1324688 33554432000 4194304 5870510 140736608701184 140736608700440 5306755 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1324688 922 410 0 1883237 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5298752 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.56 3/200 27194
/proc/meminfo: memFree=20797248/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5298816 CPUtime=282.29 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 2354804 0 0 0 27905 324 0 0 20 0 1 0 526878020 7732281344 1324704 33554432000 4194304 5870510 140736608701184 140736608700440 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1324704 922 410 0 1883237 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5298816 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 1.39 0.65 3/200 27198
/proc/meminfo: memFree=20762064/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5299012 CPUtime=342.3 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 2491882 0 0 0 33897 333 0 0 20 0 1 0 526878020 7732281344 1324753 33554432000 4194304 5870510 140736608701184 140736608700440 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1324753 922 410 0 1883237 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5299012 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 1.50 0.74 3/201 27212
/proc/meminfo: memFree=20793376/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5299312 CPUtime=402.3 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 2617031 0 0 0 39887 343 0 0 20 0 1 0 526878020 7732281344 1324828 33554432000 4194304 5870510 140736608701184 140736608700440 5267727 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1324828 922 410 0 1883237 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5299312 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 1.59 0.82 3/200 27238
/proc/meminfo: memFree=20799508/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5299476 CPUtime=462.3 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 2727974 0 0 0 45879 351 0 0 20 0 1 0 526878020 7732281344 1324869 33554432000 4194304 5870510 140736608701184 140736608700296 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1324869 923 410 0 1883237 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5299476 KiB


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

/proc/27108/statm: 1887764 1336339 923 410 0 1883237 0
Current children cumulated CPU time: 1602.42 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5345356 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/200 27348
/proc/meminfo: memFree=20697196/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5355556 CPUtime=1662.43 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4248663 0 0 0 165798 445 0 0 20 0 1 0 526878020 7732281344 1338889 33554432000 4194304 5870510 140736608701184 140736608700296 140185167436378 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1338889 923 410 0 1883237 0
Current children cumulated CPU time: 1662.43 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5355556 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.71 3/200 27352
/proc/meminfo: memFree=20679892/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5374028 CPUtime=1722.43 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4305574 0 0 0 171794 449 0 0 20 0 1 0 526878020 7732281344 1343507 33554432000 4194304 5870510 140736608701184 140736608700296 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1343507 923 410 0 1883237 0
Current children cumulated CPU time: 1722.43 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5374028 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.72 3/200 27356
/proc/meminfo: memFree=20659236/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5394952 CPUtime=1782.44 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4381717 0 0 0 177790 454 0 0 20 0 1 0 526878020 7732281344 1348738 33554432000 4194304 5870510 140736608701184 140736608700296 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1348738 923 410 0 1883237 0
Current children cumulated CPU time: 1782.44 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5394952 KiB

[startup+1842.3 s]
/proc/loadavg: 2.06 2.02 1.75 3/200 27362
/proc/meminfo: memFree=20638640/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5414656 CPUtime=1842.45 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4444289 0 0 0 183787 458 0 0 20 0 1 0 526878020 7732281344 1353664 33554432000 4194304 5870510 140736608701184 140736608700296 5308315 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1353664 923 410 0 1883237 0
Current children cumulated CPU time: 1842.45 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5414656 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.01 1.76 3/199 27367
/proc/meminfo: memFree=20617120/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5437628 CPUtime=1902.45 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4492382 0 0 0 189784 461 0 0 20 0 1 0 526878020 7732281344 1359407 33554432000 4194304 5870510 140736608701184 140736608700296 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1359407 923 410 0 1883237 0
Current children cumulated CPU time: 1902.45 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5437628 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.01 1.78 3/199 27371
/proc/meminfo: memFree=20558672/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5465792 CPUtime=1962.46 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4568250 0 0 0 195782 464 0 0 20 0 1 0 526878020 7732281344 1366448 33554432000 4194304 5870510 140736608701184 140736608700296 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1366448 923 410 0 1883237 0
Current children cumulated CPU time: 1962.46 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5465792 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27377
/proc/meminfo: memFree=20526432/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5482100 CPUtime=2022.46 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4628752 0 0 0 201778 468 0 0 20 0 1 0 526878020 7732281344 1370525 33554432000 4194304 5870510 140736608701184 140736608700296 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1370525 923 410 0 1883237 0
Current children cumulated CPU time: 2022.46 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5482100 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/199 27382
/proc/meminfo: memFree=20524608/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5486196 CPUtime=2082.48 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4689653 0 0 0 207776 472 0 0 20 0 1 0 526878020 7732281344 1371549 33554432000 4194304 5870510 140736608701184 140736608700296 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1371549 923 410 0 1883237 0
Current children cumulated CPU time: 2082.48 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5486196 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/199 27386
/proc/meminfo: memFree=20509712/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5492340 CPUtime=2142.48 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4783187 0 0 0 213771 477 0 0 20 0 1 0 526878020 7732281344 1373085 33554432000 4194304 5870510 140736608701184 140736608700296 5288765 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1373085 923 410 0 1883237 0
Current children cumulated CPU time: 2142.48 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5492340 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/200 27400
/proc/meminfo: memFree=20551692/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5498488 CPUtime=2202.49 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4840051 0 0 0 219768 481 0 0 20 0 1 0 526878020 7732281344 1374622 33554432000 4194304 5870510 140736608701184 140736608700296 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1374622 923 410 0 1883237 0
Current children cumulated CPU time: 2202.49 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5498488 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/200 27404
/proc/meminfo: memFree=20550160/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5500536 CPUtime=2262.5 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4908447 0 0 0 225765 485 0 0 20 0 1 0 526878020 7732281344 1375134 33554432000 4194304 5870510 140736608701184 140736608700296 5308227 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1375134 923 410 0 1883237 0
Current children cumulated CPU time: 2262.5 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5500536 KiB

[startup+2322.3 s]
/proc/loadavg: 2.08 2.03 1.85 3/200 27408
/proc/meminfo: memFree=20545672/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5504632 CPUtime=2322.5 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 4969019 0 0 0 231761 489 0 0 20 0 1 0 526878020 7732281344 1376158 33554432000 4194304 5870510 140736608701184 140736608700296 5281827 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1376158 923 410 0 1883237 0
Current children cumulated CPU time: 2322.5 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5504632 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.03 1.87 3/200 27414
/proc/meminfo: memFree=20541208/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5508728 CPUtime=2382.51 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 5050441 0 0 0 237758 493 0 0 20 0 1 0 526878020 7732281344 1377182 33554432000 4194304 5870510 140736608701184 140736608700296 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1377182 923 410 0 1883237 0
Current children cumulated CPU time: 2382.51 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5508728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.8 s]
/proc/loadavg: 2.02 2.02 1.87 3/200 27414
/proc/meminfo: memFree=20539384/32770624 swapFree=67002108/67108860
[pid=27108] ppid=27105 vsize=7551056 memory=5510776 CPUtime=2400.01 cores=1,3,5,7
/proc/27108/stat : 27108 (xcsp_picat) R 27105 27108 27047 0 -1 4202496 5051615 0 0 0 239507 494 0 0 20 0 1 0 526878020 7732281344 1377694 33554432000 4194304 5870510 140736608701184 140736608700296 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 38227968 140736608703495 140736608703577 140736608703577 140736608706502 0
/proc/27108/statm: 1887764 1377694 923 410 0 1883237 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 7551056 KiB
Current children cumulated memory: 5510776 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2399.84 s]
# the end of solver process 27108 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.08 s, system=4.98157 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.84
CPU time (s): 2400.06
CPU user time (s): 2395.08
CPU system time (s): 4.98157
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 10169320
Max. memory (cumulated for all children) (KiB): 7328824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.08
system time used= 4.98157
maximum resident set size= 7328824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5051615
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106
involuntary context switches= 1036


# summary of solver processes directly reported to runsolver:
#   pid: 27108
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2395.08
#   total CPU system time (s): 4.98157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3795 second user time and 13.5417 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-26 16:53:19
IDJOB=4407531
IDBENCH=120547
IDSOLVER=2873
FILE ID=node146/4407531-1569509641
RUNJOBID= node146-1569509599-27079
PBS_JOBID= 21705781
Free space on /var/tmp= 13496 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-dsjc-1000-9.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407531-1569509641/watcher-4407531-1569509641 -o /var/tmp/evaluation-result-4407531-1569509641/solver-4407531-1569509641 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1569509599-27079 --watchdog 2560  xcsp_picat HOME/instance-4407531-1569509641.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7e8c40b74266585f6434aeb3a0bbeb87
RANDOM SEED=883760399

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        26225236 kB
MemAvailable:   31817412 kB
Buffers:          131220 kB
Cached:          5596380 kB
SwapCached:         3456 kB
Active:          2932864 kB
Inactive:        2810644 kB
Active(anon):      30044 kB
Inactive(anon):    58796 kB
Active(file):    2902820 kB
Inactive(file):  2751848 kB
Unevictable:      109164 kB
Mlocked:          109164 kB
SwapTotal:      67108860 kB
SwapFree:       67002108 kB
Dirty:             21732 kB
Writeback:             0 kB
AnonPages:        115156 kB
Mapped:            22804 kB
Shmem:             64060 kB
Slab:             394924 kB
SReclaimable:     365968 kB
SUnreclaim:        28956 kB
KernelStack:        3312 kB
PageTables:         6176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2576332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13492 MiB
End job on node146 at 2019-09-26 17:33:19