Trace number 4407650

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.01 2400.11

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-029.xml
MD5SUM2530020c88b41e2c4a30acf630ee7109
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables869
Number of constraints462
Number of domains57
Minimum domain size2
Maximum domain size57
Distribution of domain sizes[{"size":2,"count":436},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":2},{"size":10,"count":1},{"size":11,"count":2},{"size":12,"count":1},{"size":13,"count":2},{"size":14,"count":1},{"size":15,"count":2},{"size":16,"count":1},{"size":17,"count":2},{"size":18,"count":1},{"size":19,"count":2},{"size":20,"count":1},{"size":21,"count":2},{"size":22,"count":1},{"size":23,"count":2},{"size":24,"count":1},{"size":25,"count":2},{"size":26,"count":1},{"size":27,"count":2},{"size":28,"count":1},{"size":29,"count":2},{"size":31,"count":1},{"size":33,"count":1},{"size":35,"count":1},{"size":37,"count":1},{"size":39,"count":1},{"size":41,"count":1},{"size":43,"count":1},{"size":45,"count":1},{"size":47,"count":1},{"size":49,"count":1},{"size":51,"count":1},{"size":53,"count":1},{"size":55,"count":1},{"size":57,"count":1}]
Minimum variable degree0
Maximum variable degree28
Distribution of variable degrees[{"degree":0,"count":378},{"degree":2,"count":462},{"degree":28,"count":29}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":29},{"arity":3,"count":407},{"arity":4,"count":1},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":28,"count":1},{"arity":29,"count":1}]
Number of extensional constraints0
Number of intensional constraints434
Distribution of constraint types[{"type":"intension","count":434},{"type":"sum","count":28}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

26.38/26.49	c xcsp_picat version 2.7b12 (9/12/2019)
26.38/26.49	o 346
26.38/26.49	o 110
2255.01/2255.11	o 70

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407650-1569511824/watcher-4407650-1569511824 -o /var/tmp/evaluation-result-4407650-1569511824/solver-4407650-1569511824 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1569509598-21465 --watchdog 2560 xcsp_picat HOME/instance-4407650-1569511824.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=22210, runsolver pid=22207
Current StackSize limit: 8192 KiB


[startup+0.100729 s]*
/proc/loadavg: 2.00 2.06 1.85 3/199 22211
/proc/meminfo: memFree=23210156/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2038060 memory=20552 CPUtime=0.09 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 2303 0 0 0 9 0 0 0 20 0 1 0 527124239 2086973440 5138 33554432000 4194304 5870510 140722345450560 140722345449752 5407063 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 509515 5138 957 410 0 504988 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2038060 KiB
Current children cumulated memory: 20552 KiB

[startup+0.209866 s]*
/proc/loadavg: 2.00 2.06 1.85 3/199 22211
/proc/meminfo: memFree=23210156/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2034484 memory=18788 CPUtime=0.21 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 2625 0 0 0 20 1 0 0 20 0 1 0 527124239 2083311616 4697 33554432000 4194304 5870510 140722345450560 140722345449752 140035251719520 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 508621 4697 967 410 0 504094 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2034484 KiB
Current children cumulated memory: 18788 KiB

[startup+0.309118 s]*
/proc/loadavg: 2.00 2.06 1.85 3/199 22211
/proc/meminfo: memFree=23211864/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2034484 memory=18788 CPUtime=0.3 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 2677 0 0 0 29 1 0 0 20 0 1 0 527124239 2083311616 4697 33554432000 4194304 5870510 140722345450560 140722345449816 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 508621 4697 967 410 0 504094 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2034484 KiB
Current children cumulated memory: 18788 KiB

[startup+0.700285 s]
/proc/loadavg: 2.00 2.06 1.85 3/199 22211
/proc/meminfo: memFree=23211492/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2037132 memory=21628 CPUtime=0.69 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 3340 0 0 0 68 1 0 0 20 0 1 0 527124239 2086023168 5407 33554432000 4194304 5870510 140722345450560 140722345449816 5283116 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 509283 5407 988 410 0 504756 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2037132 KiB
Current children cumulated memory: 21628 KiB

[startup+1.50041 s]
/proc/loadavg: 2.00 2.06 1.85 3/199 22211
/proc/meminfo: memFree=23207028/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2046888 memory=29548 CPUtime=1.48 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 4376 0 0 0 147 1 0 0 20 0 1 0 527124239 2096013312 7387 33554432000 4194304 5870510 140722345450560 140722345449816 140035257414491 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 511722 7387 988 410 0 507195 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2046888 KiB
Current children cumulated memory: 29548 KiB

[startup+3.10962 s]
/proc/loadavg: 2.00 2.06 1.85 3/199 22211
/proc/meminfo: memFree=23198464/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2047328 memory=31888 CPUtime=3.1 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 7447 0 0 0 308 2 0 0 20 0 1 0 527124239 2096463872 7972 33554432000 4194304 5870510 140722345450560 140722345449000 5282795 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 511832 7972 988 410 0 507305 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2047328 KiB
Current children cumulated memory: 31888 KiB

[startup+6.3003 s]
/proc/loadavg: 2.00 2.06 1.85 3/199 22212
/proc/meminfo: memFree=23190736/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2056776 memory=40492 CPUtime=6.28 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 9040 0 0 0 626 2 0 0 20 0 1 0 527124239 2106138624 10123 33554432000 4194304 5870510 140722345450560 140722345449000 5282736 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 514194 10123 995 410 0 509667 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2056776 KiB
Current children cumulated memory: 40492 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.06 1.86 3/199 22212
/proc/meminfo: memFree=23201440/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2065932 memory=41140 CPUtime=12.68 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 15268 0 0 0 1264 4 0 0 20 0 1 0 527124239 2115514368 10285 33554432000 4194304 5870510 140722345450560 140722345449000 5298780 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 516483 10285 995 410 0 511956 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2065932 KiB
Current children cumulated memory: 41140 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.05 1.86 3/200 22220
/proc/meminfo: memFree=23185240/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2065932 memory=45156 CPUtime=25.48 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 19435 0 0 0 2543 5 0 0 20 0 1 0 527124239 2115514368 11289 33554432000 4194304 5870510 140722345450560 140722345449000 5308409 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 516483 11289 995 410 0 511956 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2065932 KiB
Current children cumulated memory: 45156 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.05 1.86 3/200 22222
/proc/meminfo: memFree=23181324/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2065932 memory=49252 CPUtime=51.09 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 24171 0 0 0 5104 5 0 0 20 0 1 0 527124239 2115514368 12313 33554432000 4194304 5870510 140722345450560 140722345449672 5282555 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 516483 12313 995 410 0 511956 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2065932 KiB
Current children cumulated memory: 49252 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 1.87 3/201 22227
/proc/meminfo: memFree=23166008/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2083848 memory=64212 CPUtime=102.28 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 32155 0 0 0 10222 6 0 0 20 0 1 0 527124239 2133860352 16053 33554432000 4194304 5870510 140722345450560 140722345449000 5308227 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 520962 16053 995 410 0 516435 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2083848 KiB
Current children cumulated memory: 64212 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 1.87 3/201 22231
/proc/meminfo: memFree=23208152/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2039888 memory=22624 CPUtime=162.28 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 37068 0 0 0 16220 8 0 0 20 0 1 0 527124239 2088845312 5656 33554432000 4194304 5870510 140722345450560 140722345449752 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 509972 5656 995 410 0 505445 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2039888 KiB
Current children cumulated memory: 22624 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 1.88 3/202 22237
/proc/meminfo: memFree=23181764/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2066280 memory=50700 CPUtime=222.27 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 42528 0 0 0 22219 8 0 0 20 0 1 0 527124239 2115870720 12675 33554432000 4194304 5870510 140722345450560 140722345449000 5282467 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 516570 12675 995 410 0 512043 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2066280 KiB
Current children cumulated memory: 50700 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.89 3/201 22241
/proc/meminfo: memFree=23164004/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2078048 memory=61444 CPUtime=282.27 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 43230 0 0 0 28219 8 0 0 20 0 1 0 527124239 2127921152 15361 33554432000 4194304 5870510 140722345450560 140722345449000 5282738 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 519512 15361 995 410 0 514985 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2078048 KiB
Current children cumulated memory: 61444 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.89 3/200 22305
/proc/meminfo: memFree=25199476/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2082992 memory=65476 CPUtime=342.26 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 44839 0 0 0 34218 8 0 0 20 0 1 0 527124239 2132983808 16369 33554432000 4194304 5870510 140722345450560 140722345449000 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 520748 16369 995 410 0 516221 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2082992 KiB
Current children cumulated memory: 65476 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/200 22311
/proc/meminfo: memFree=25200360/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2082992 memory=68776 CPUtime=402.26 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 45104 0 0 0 40218 8 0 0 20 0 1 0 527124239 2132983808 17194 33554432000 4194304 5870510 140722345450560 140722345449000 5282684 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 520748 17194 995 410 0 516221 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2082992 KiB
Current children cumulated memory: 68776 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/199 22315
/proc/meminfo: memFree=25192488/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2082992 memory=71236 CPUtime=462.27 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 45207 0 0 0 46218 9 0 0 20 0 1 0 527124239 2132983808 17809 33554432000 4194304 5870510 140722345450560 140722345449000 5282432 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 520748 17809 995 410 0 516221 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2082992 KiB
Current children cumulated memory: 71236 KiB


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

/proc/22210/statm: 530658 27022 995 410 0 526131 0
Current children cumulated CPU time: 1662.22 s
Current children cumulated vsize: 2122632 KiB
Current children cumulated memory: 108088 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/199 22556
/proc/meminfo: memFree=24957824/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2122632 memory=111752 CPUtime=1722.21 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 83068 0 0 0 172208 13 0 0 20 0 1 0 527124239 2173575168 27938 33554432000 4194304 5870510 140722345450560 140722345449128 140035257394147 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 530658 27938 995 410 0 526131 0
Current children cumulated CPU time: 1722.21 s
Current children cumulated vsize: 2122632 KiB
Current children cumulated memory: 111752 KiB

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/199 22560
/proc/meminfo: memFree=25007664/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2122632 memory=111752 CPUtime=1782.21 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 83485 0 0 0 178208 13 0 0 20 0 1 0 527124239 2173575168 27938 33554432000 4194304 5870510 140722345450560 140722345449128 5282725 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 530658 27938 995 410 0 526131 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 2122632 KiB
Current children cumulated memory: 111752 KiB

[startup+1842.3 s]
/proc/loadavg: 2.44 2.15 2.01 3/202 22575
/proc/meminfo: memFree=24974680/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2122632 memory=111752 CPUtime=1842.21 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 86645 0 0 0 184207 14 0 0 20 0 1 0 527124239 2173575168 27938 33554432000 4194304 5870510 140722345450560 140722345449128 5282295 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 530658 27938 995 410 0 526131 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 2122632 KiB
Current children cumulated memory: 111752 KiB

[startup+1902.3 s]
/proc/loadavg: 2.16 2.12 2.01 3/201 22601
/proc/meminfo: memFree=24974980/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2122632 memory=111752 CPUtime=1902.21 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 88000 0 0 0 190207 14 0 0 20 0 1 0 527124239 2173575168 27938 33554432000 4194304 5870510 140722345450560 140722345449128 5282767 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 530658 27938 995 410 0 526131 0
Current children cumulated CPU time: 1902.21 s
Current children cumulated vsize: 2122632 KiB
Current children cumulated memory: 111752 KiB

[startup+1962.3 s]
/proc/loadavg: 2.06 2.10 2.01 3/201 22605
/proc/meminfo: memFree=24939804/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2122632 memory=111752 CPUtime=1962.21 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 89653 0 0 0 196207 14 0 0 20 0 1 0 527124239 2173575168 27938 33554432000 4194304 5870510 140722345450560 140722345449128 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 530658 27938 995 410 0 526131 0
Current children cumulated CPU time: 1962.21 s
Current children cumulated vsize: 2122632 KiB
Current children cumulated memory: 111752 KiB

[startup+2022.3 s]
/proc/loadavg: 2.08 2.10 2.02 3/202 22611
/proc/meminfo: memFree=24941312/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2122632 memory=111752 CPUtime=2022.2 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 90613 0 0 0 202206 14 0 0 20 0 1 0 527124239 2173575168 27938 33554432000 4194304 5870510 140722345450560 140722345449128 5282729 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 530658 27938 995 410 0 526131 0
Current children cumulated CPU time: 2022.2 s
Current children cumulated vsize: 2122632 KiB
Current children cumulated memory: 111752 KiB

[startup+2082.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/201 22615
/proc/meminfo: memFree=24941084/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2126304 memory=115204 CPUtime=2082.2 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 96215 0 0 0 208205 15 0 0 20 0 1 0 527124239 2177335296 28801 33554432000 4194304 5870510 140722345450560 140722345449128 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 531576 28801 995 410 0 527049 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 2126304 KiB
Current children cumulated memory: 115204 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.07 2.02 3/199 22619
/proc/meminfo: memFree=24967168/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2131728 memory=119880 CPUtime=2142.2 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 97008 0 0 0 214205 15 0 0 20 0 1 0 527124239 2182889472 29970 33554432000 4194304 5870510 140722345450560 140722345449000 5275335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 532932 29970 995 410 0 528405 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 2131728 KiB
Current children cumulated memory: 119880 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/200 22625
/proc/meminfo: memFree=24968280/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2131728 memory=119884 CPUtime=2202.2 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 99768 0 0 0 220205 15 0 0 20 0 1 0 527124239 2182889472 29971 33554432000 4194304 5870510 140722345450560 140722345449000 5283028 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 532932 29971 995 410 0 528405 0
Current children cumulated CPU time: 2202.2 s
Current children cumulated vsize: 2131728 KiB
Current children cumulated memory: 119884 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/199 22629
/proc/meminfo: memFree=24996276/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2066820 memory=51608 CPUtime=2262.2 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 105307 0 0 0 226202 18 0 0 20 0 1 0 527124239 2116423680 12902 33554432000 4194304 5870510 140722345450560 140722345449672 5282721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 516705 12902 995 410 0 512178 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 2066820 KiB
Current children cumulated memory: 51608 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/199 22633
/proc/meminfo: memFree=24980108/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2069060 memory=58080 CPUtime=2322.2 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 108416 0 0 0 232201 19 0 0 20 0 1 0 527124239 2118717440 14520 33554432000 4194304 5870510 140722345450560 140722345449128 5283116 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 517265 14520 995 410 0 512738 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 2069060 KiB
Current children cumulated memory: 58080 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/200 22639
/proc/meminfo: memFree=24975076/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2083412 memory=72016 CPUtime=2382.19 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 109422 0 0 0 238200 19 0 0 20 0 1 0 527124239 2133413888 18004 33554432000 4194304 5870510 140722345450560 140722345449000 5282617 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 520853 18004 995 410 0 516326 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 2083412 KiB
Current children cumulated memory: 72016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.03 2.02 3/199 22640
/proc/meminfo: memFree=24966888/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2083412 memory=72016 CPUtime=2400 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 109423 0 0 0 239981 19 0 0 20 0 1 0 527124239 2133413888 18004 33554432000 4194304 5870510 140722345450560 140722345449000 140035251712716 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 520853 18004 995 410 0 516326 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 2083412 KiB
Current children cumulated memory: 72016 KiB

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

[startup+2400.11 s]
# the end of solver process 22210 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.81 s, system=0.198992 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.03 2.02 3/199 22640
/proc/meminfo: memFree=24966888/32770624 swapFree=66974988/67108860
[pid=22210] ppid=22207 vsize=2083412 memory=72016 CPUtime=2400 cores=1,3,5,7
/proc/22210/stat : 22210 (xcsp_picat) R 22207 22210 21433 0 -1 4202496 109423 0 0 0 239981 19 0 0 20 0 1 0 527124239 2133413888 18004 33554432000 4194304 5870510 140722345450560 140722345449000 140035251712716 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 35274752 140722345456647 140722345456729 140722345456729 140722345459654 0
/proc/22210/statm: 520853 18004 995 410 0 516326 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 2083412 KiB
Current children cumulated memory: 72016 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.01
CPU user time (s): 2399.81
CPU system time (s): 0.198992
CPU usage (%): 99.9958
Max. virtual memory (cumulated for all children) (KiB): 2131728
Max. memory (cumulated for all children) (KiB): 119884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.81
system time used= 0.198992
maximum resident set size= 119884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109423
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= 12
involuntary context switches= 738


# summary of solver processes directly reported to runsolver:
#   pid: 22210
#   total CPU time (s): 2400.01
#   total CPU user time (s): 2399.81
#   total CPU system time (s): 0.198992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.21709 second user time and 17.2316 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-26 17:29:41
IDJOB=4407650
IDBENCH=127073
IDSOLVER=2873
FILE ID=node117/4407650-1569511824
RUNJOBID= node117-1569509598-21465
PBS_JOBID= 21705796
Free space on /var/tmp= 13508 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-029.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407650-1569511824/watcher-4407650-1569511824 -o /var/tmp/evaluation-result-4407650-1569511824/solver-4407650-1569511824 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1569509598-21465 --watchdog 2560  xcsp_picat HOME/instance-4407650-1569511824.xml

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

MD5SUM BENCH= 2530020c88b41e2c4a30acf630ee7109
RANDOM SEED=804965863

node117.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.75
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.75
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.75
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.75
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:        23227480 kB
MemAvailable:   29742604 kB
Buffers:          161308 kB
Cached:          6424108 kB
SwapCached:        27672 kB
Active:          5299824 kB
Inactive:        3377584 kB
Active(anon):    2079672 kB
Inactive(anon):    80908 kB
Active(file):    3220152 kB
Inactive(file):  3296676 kB
Unevictable:      107792 kB
Mlocked:          107792 kB
SwapTotal:      67108860 kB
SwapFree:       66974988 kB
Dirty:              3152 kB
Writeback:             0 kB
AnonPages:       2173028 kB
Mapped:            24092 kB
Shmem:             59704 kB
Slab:             455552 kB
SReclaimable:     426756 kB
SUnreclaim:        28796 kB
KernelStack:        3488 kB
PageTables:         9540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4760156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1918976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13504 MiB
End job on node117 at 2019-09-26 18:09:41