Trace number 4407859

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
(reference) PicatSAT 2019-09-12SAT 1022.31 1022.46

General information on the benchmark

NameCrossword/Crossword-m1c-words-herald/
Crossword-m1c-words-h1510.xml
MD5SUM15f94e8f7f6e887d379f43c98217641b
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 benchmark3.75579
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints72
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":190}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":35},{"degree":2,"count":190}]
Minimum constraint arity4
Maximum constraint arity10
Distribution of constraint arities[{"arity":4,"count":38},{"arity":5,"count":18},{"arity":6,"count":2},{"arity":7,"count":4},{"arity":9,"count":2},{"arity":10,"count":8}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemNO
Type of objective

Solver Data

34.58/34.66	c xcsp_picat version 2.7b12 (9/12/2019)
1022.24/1022.45	s SATISFIABLE
1022.24/1022.45	v <instantiation>
1022.24/1022.45	v     <list> x[][]  </list> 
1022.24/1022.45	v     <values> 3 20 12 1 0 18 2 0 11 15 0 15 8 13 19 0 18 8 0 0 19 0 1 14 14 0 0 18 8 0 19 4 13 3 4 17 13 4 18 18 0 17 0 13 10 0 17 19 4 17 8 14 11 4 18 0 3 0 19 4 0 0 0 0 0 15 4 18 0 4 15 14 2 7 18 5 11 8 15 18 0 0 14 11 18 4 13 0 0 0 0 20 17 0 0 12 14 13 14 18 19 0 1 11 4 18 19 8 17 17 20 15 0 5 4 4 1 11 4 17 19 4 18 19 0 12 4 13 19 18 0 11 4 21 8 0 0 0 17 20 1 11 4 0 0 12 4 3 8 2 18 7 17 8 11 11 0 20 13 19 14 0 0 0 0 12 0 8 3 0 8 13 19 4 17 15 14 18 4 18 0 6 14 6 0 13 14 17 17 8 18 19 14 22 13 11 20 19 4 0 6 17 14 21 4 0 8 3 4 0 11 4 18 18 0 18 0 13 4 17 0 18 0 13 6   </values> 
1022.24/1022.45	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 (13757 MiB free)
  memory of node 1: 16384 MiB (960 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407859-1569513958/watcher-4407859-1569513958 -o /tmp/evaluation-result-4407859-1569513958/solver-4407859-1569513958 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569505417-1357 --watchdog 2560 xcsp_picat HOME/instance-4407859-1569513958.xml 

running on 4 cores: 0,2,4,6

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=2412, runsolver pid=2408
Current StackSize limit: 8192 KiB


[startup+0.100204 s]*
/proc/loadavg: 2.13 2.04 1.98 3/198 2413
/proc/meminfo: memFree=15053480/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2031716 memory=21196 CPUtime=0.1 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 1903 0 0 0 10 0 0 0 20 0 1 0 527652327 2080477184 5299 33554432000 4194304 5870510 140732083435584 140732083432728 4459699 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 507929 5299 839 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 21196 KiB

[startup+0.209844 s]*
/proc/loadavg: 2.13 2.04 1.98 3/198 2413
/proc/meminfo: memFree=15045288/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2031716 memory=29388 CPUtime=0.2 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 1907 0 0 0 20 0 0 0 20 0 1 0 527652327 2080477184 7347 33554432000 4194304 5870510 140732083435584 140732083432728 140553610722304 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 507929 7347 839 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 29388 KiB

[startup+0.309721 s]*
/proc/loadavg: 2.13 2.04 1.98 3/198 2413
/proc/meminfo: memFree=15039144/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2031716 memory=39628 CPUtime=0.31 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 1935 0 0 0 30 1 0 0 20 0 1 0 527652327 2080477184 9907 33554432000 4194304 5870510 140732083435584 140732083432728 4479220 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 507929 9907 839 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 39628 KiB

[startup+0.700435 s]
/proc/loadavg: 2.13 2.04 1.98 3/198 2413
/proc/meminfo: memFree=14989896/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2031716 memory=134040 CPUtime=0.69 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 1982 0 0 0 67 2 0 0 20 0 1 0 527652327 2080477184 33510 33554432000 4194304 5870510 140732083435584 140732083434952 4506770 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 507929 33510 862 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 134040 KiB

[startup+1.50042 s]
/proc/loadavg: 2.13 2.04 1.98 3/198 2413
/proc/meminfo: memFree=14868768/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2047760 memory=263260 CPUtime=1.49 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 5584 0 0 0 145 4 0 0 20 0 1 0 527652327 2096906240 65815 33554432000 4194304 5870510 140732083435584 140732083434312 140553610290072 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 511940 65815 873 410 0 507413 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2047760 KiB
Current children cumulated memory: 263260 KiB

[startup+3.10967 s]
/proc/loadavg: 2.12 2.04 1.98 3/198 2413
/proc/meminfo: memFree=14766312/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2094336 memory=301996 CPUtime=3.1 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 20462 0 0 0 304 6 0 0 20 0 1 0 527652327 2144600064 75499 33554432000 4194304 5870510 140732083435584 140732083434312 5337297 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 523584 75499 879 410 0 519057 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2094336 KiB
Current children cumulated memory: 301996 KiB

[startup+6.3004 s]
/proc/loadavg: 2.12 2.04 1.98 3/198 2413
/proc/meminfo: memFree=14753288/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2096520 memory=304144 CPUtime=6.29 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 26468 0 0 0 623 6 0 0 20 0 1 0 527652327 2146836480 76036 33554432000 4194304 5870510 140732083435584 140732083433912 5337393 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 524130 76036 879 410 0 519603 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2096520 KiB
Current children cumulated memory: 304144 KiB

[startup+12.7004 s]
/proc/loadavg: 2.10 2.04 1.98 3/198 2413
/proc/meminfo: memFree=14713508/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2122844 memory=334324 CPUtime=12.69 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 40313 0 0 0 1260 9 0 0 20 0 1 0 527652327 2173792256 83581 33554432000 4194304 5870510 140732083435584 140732083434152 5272987 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 530711 83581 906 410 0 526184 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2122844 KiB
Current children cumulated memory: 334324 KiB

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 1.98 3/198 2416
/proc/meminfo: memFree=14665892/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2153192 memory=364768 CPUtime=25.48 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 46346 0 0 0 2538 10 0 0 20 0 1 0 527652327 2204868608 91192 33554432000 4194304 5870510 140732083435584 140732083434152 5283119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 538298 91192 906 410 0 533771 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2153192 KiB
Current children cumulated memory: 364768 KiB

[startup+51.1099 s]
/proc/loadavg: 2.05 2.04 1.98 3/198 2416
/proc/meminfo: memFree=14748260/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2164400 memory=381268 CPUtime=51.08 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 50795 0 0 0 5097 11 0 0 20 0 1 0 527652327 2216345600 95317 33554432000 4194304 5870510 140732083435584 140732083434696 5272665 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 541100 95317 906 410 0 536573 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2164400 KiB
Current children cumulated memory: 381268 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/198 2420
/proc/meminfo: memFree=14798328/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2137120 memory=355780 CPUtime=102.26 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 58320 0 0 0 10211 15 0 0 20 0 1 0 527652327 2188410880 88945 33554432000 4194304 5870510 140732083435584 140732083434600 5272369 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 534280 88945 906 410 0 529753 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 2137120 KiB
Current children cumulated memory: 355780 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/198 2427
/proc/meminfo: memFree=14564096/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2191644 memory=398184 CPUtime=162.26 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 66620 0 0 0 16203 23 0 0 20 0 1 0 527652327 2244243456 99546 33554432000 4194304 5870510 140732083435584 140732083434024 5262735 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 547911 99546 906 410 0 543384 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2191644 KiB
Current children cumulated memory: 398184 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/198 2431
/proc/meminfo: memFree=14616468/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2216272 memory=421032 CPUtime=222.24 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 76510 0 0 0 22194 30 0 0 20 0 1 0 527652327 2269462528 105258 33554432000 4194304 5870510 140732083435584 140732083434600 5272427 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 554068 105258 906 410 0 549541 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 2216272 KiB
Current children cumulated memory: 421032 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/198 2442
/proc/meminfo: memFree=14421552/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2216272 memory=421036 CPUtime=282.23 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 83584 0 0 0 28185 38 0 0 20 0 1 0 527652327 2269462528 105259 33554432000 4194304 5870510 140732083435584 140732083434600 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 554068 105259 906 410 0 549541 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 2216272 KiB
Current children cumulated memory: 421036 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/199 2471
/proc/meminfo: memFree=14505536/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2216272 memory=431276 CPUtime=342.23 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 90552 0 0 0 34178 45 0 0 20 0 1 0 527652327 2269462528 107819 33554432000 4194304 5870510 140732083435584 140732083434600 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 554068 107819 906 410 0 549541 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 2216272 KiB
Current children cumulated memory: 431276 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/199 2475
/proc/meminfo: memFree=14479980/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2216272 memory=424964 CPUtime=402.22 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 96898 0 0 0 40170 52 0 0 20 0 1 0 527652327 2269462528 106241 33554432000 4194304 5870510 140732083435584 140732083434600 5274721 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 554068 106241 906 410 0 549541 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 2216272 KiB
Current children cumulated memory: 424964 KiB

[startup+462.3 s]
/proc/loadavg: 1.93 2.00 1.98 3/199 2479
/proc/meminfo: memFree=14424672/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2216272 memory=429060 CPUtime=462.2 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 105197 0 0 0 46162 58 0 0 20 0 1 0 527652327 2269462528 107265 33554432000 4194304 5870510 140732083435584 140732083434600 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 554068 107265 906 410 0 549541 0
Current children cumulated CPU time: 462.2 s
Current children cumulated vsize: 2216272 KiB
Current children cumulated memory: 429060 KiB

[startup+522.3 s]
/proc/loadavg: 1.49 1.87 1.93 2/192 2531
/proc/meminfo: memFree=26255644/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2216272 memory=431108 CPUtime=522.2 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 111307 0 0 0 52156 64 0 0 20 0 1 0 527652327 2269462528 107777 33554432000 4194304 5870510 140732083435584 140732083434600 5282586 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 554068 107777 906 410 0 549541 0
Current children cumulated CPU time: 522.2 s
Current children cumulated vsize: 2216272 KiB
Current children cumulated memory: 431108 KiB

[startup+582.3 s]
/proc/loadavg: 1.12 1.70 1.87 2/192 2535
/proc/meminfo: memFree=26250228/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2247092 memory=439320 CPUtime=582.19 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 121899 0 0 0 58146 73 0 0 20 0 1 0 527652327 2301022208 109830 33554432000 4194304 5870510 140732083435584 140732083434536 5308368 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 561773 109830 906 410 0 557246 0
Current children cumulated CPU time: 582.19 s
Current children cumulated vsize: 2247092 KiB
Current children cumulated memory: 439320 KiB

[startup+642.3 s]
/proc/loadavg: 1.04 1.57 1.82 2/191 2539
/proc/meminfo: memFree=26257920/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2216272 memory=429060 CPUtime=642.19 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 132652 0 0 0 64134 85 0 0 20 0 1 0 527652327 2269462528 107265 33554432000 4194304 5870510 140732083435584 140732083434536 5282515 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 554068 107265 906 410 0 549541 0
Current children cumulated CPU time: 642.19 s
Current children cumulated vsize: 2216272 KiB
Current children cumulated memory: 429060 KiB

[startup+702.3 s]
/proc/loadavg: 1.02 1.47 1.76 2/191 2545
/proc/meminfo: memFree=26246616/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2303724 memory=456392 CPUtime=702.18 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 157526 0 0 0 70122 96 0 0 20 0 1 0 527652327 2359013376 114098 33554432000 4194304 5870510 140732083435584 140732083434536 5305252 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 575931 114098 906 410 0 571404 0
Current children cumulated CPU time: 702.18 s
Current children cumulated vsize: 2303724 KiB
Current children cumulated memory: 456392 KiB

[startup+762.3 s]
/proc/loadavg: 1.01 1.38 1.72 2/191 2549
/proc/meminfo: memFree=26247400/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2254404 memory=440856 CPUtime=762.17 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 167662 0 0 0 76111 106 0 0 20 0 1 0 527652327 2308509696 110214 33554432000 4194304 5870510 140732083435584 140732083434536 5272928 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 563601 110214 906 410 0 559074 0
Current children cumulated CPU time: 762.17 s
Current children cumulated vsize: 2254404 KiB
Current children cumulated memory: 440856 KiB

[startup+822.3 s]
/proc/loadavg: 1.00 1.31 1.67 2/191 2553
/proc/meminfo: memFree=26250980/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2223584 memory=436748 CPUtime=822.16 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 179185 0 0 0 82100 116 0 0 20 0 1 0 527652327 2276950016 109187 33554432000 4194304 5870510 140732083435584 140732083434600 5272880 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 555896 109187 906 410 0 551369 0
Current children cumulated CPU time: 822.16 s
Current children cumulated vsize: 2223584 KiB
Current children cumulated memory: 436748 KiB

[startup+882.304 s]
/proc/loadavg: 1.00 1.26 1.63 2/191 2566
/proc/meminfo: memFree=26234820/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2263844 memory=453516 CPUtime=882.16 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 201423 0 0 0 88092 124 0 0 20 0 1 0 527652327 2318176256 113379 33554432000 4194304 5870510 140732083435584 140732083434536 5282617 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 565961 113379 906 410 0 561434 0
Current children cumulated CPU time: 882.16 s
Current children cumulated vsize: 2263844 KiB
Current children cumulated memory: 453516 KiB

[startup+942.3 s]
/proc/loadavg: 1.34 1.29 1.62 2/191 2570
/proc/meminfo: memFree=26230252/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2263844 memory=457572 CPUtime=942.15 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 221331 0 0 0 94083 132 0 0 20 0 1 0 527652327 2318176256 114393 33554432000 4194304 5870510 140732083435584 140732083434536 5282555 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 565961 114393 906 410 0 561434 0
Current children cumulated CPU time: 942.15 s
Current children cumulated vsize: 2263844 KiB
Current children cumulated memory: 457572 KiB

[startup+1002.3 s]
/proc/loadavg: 1.32 1.31 1.61 2/191 2574
/proc/meminfo: memFree=26230736/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2263844 memory=457612 CPUtime=1002.14 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 242791 0 0 0 100074 140 0 0 20 0 1 0 527652327 2318176256 114403 33554432000 4194304 5870510 140732083435584 140732083434536 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 565961 114403 906 410 0 561434 0
Current children cumulated CPU time: 1002.14 s
Current children cumulated vsize: 2263844 KiB
Current children cumulated memory: 457612 KiB

[startup+1022.46 s]
# the end of solver process 2412 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1020.86 s, system=1.4468 s

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

[startup+1011.2 s]
/proc/loadavg: 1.27 1.30 1.60 2/192 2576
/proc/meminfo: memFree=26234700/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2263844 memory=453516 CPUtime=1011.03 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 243979 0 0 0 100962 141 0 0 20 0 1 0 527652327 2318176256 113379 33554432000 4194304 5870510 140732083435584 140732083434536 5282236 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 565961 113379 906 410 0 561434 0
Current children cumulated CPU time: 1011.03 s
Current children cumulated vsize: 2263844 KiB
Current children cumulated memory: 453516 KiB

[startup+1017.6 s]
/proc/loadavg: 1.25 1.30 1.60 2/191 2576
/proc/meminfo: memFree=26228572/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2233024 memory=447104 CPUtime=1017.43 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 244472 0 0 0 101600 143 0 0 20 0 1 0 527652327 2286616576 111776 33554432000 4194304 5870510 140732083435584 140732083434600 5282621 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 558256 111776 906 410 0 553729 0
Current children cumulated CPU time: 1017.43 s
Current children cumulated vsize: 2233024 KiB
Current children cumulated memory: 447104 KiB

[startup+1020.8 s]
/proc/loadavg: 1.23 1.29 1.59 2/191 2576
/proc/meminfo: memFree=26239820/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2263844 memory=448876 CPUtime=1020.63 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 244955 0 0 0 101920 143 0 0 20 0 1 0 527652327 2318176256 112219 33554432000 4194304 5870510 140732083435584 140732083434536 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 565961 112219 906 410 0 561434 0
Current children cumulated CPU time: 1020.63 s
Current children cumulated vsize: 2263844 KiB
Current children cumulated memory: 448876 KiB

[startup+1021.6 s]
/proc/loadavg: 1.23 1.29 1.59 2/191 2576
/proc/meminfo: memFree=26239200/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2263844 memory=451440 CPUtime=1021.44 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 245100 0 0 0 102000 144 0 0 20 0 1 0 527652327 2318176256 112860 33554432000 4194304 5870510 140732083435584 140732083434536 5283126 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 565961 112860 906 410 0 561434 0
Current children cumulated CPU time: 1021.44 s
Current children cumulated vsize: 2263844 KiB
Current children cumulated memory: 451440 KiB

[startup+1022 s]*
/proc/loadavg: 1.23 1.29 1.59 2/191 2576
/proc/meminfo: memFree=26236904/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2263844 memory=451440 CPUtime=1021.85 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 245116 0 0 0 102041 144 0 0 20 0 1 0 527652327 2318176256 112860 33554432000 4194304 5870510 140732083435584 140732083434536 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 565961 112860 906 410 0 561434 0
Current children cumulated CPU time: 1021.85 s
Current children cumulated vsize: 2263844 KiB
Current children cumulated memory: 451440 KiB

[startup+1022.4 s]
/proc/loadavg: 1.23 1.29 1.59 2/191 2576
/proc/meminfo: memFree=26236904/32770624 swapFree=66986436/67108860
[pid=2412] ppid=2408 vsize=2263844 memory=451440 CPUtime=1022.24 cores=0,2,4,6
/proc/2412/stat : 2412 (xcsp_picat) R 2408 2412 1326 0 -1 4202496 245118 0 0 0 102080 144 0 0 20 0 1 0 527652327 2318176256 112860 33554432000 4194304 5870510 140732083435584 140732083434536 5294972 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21475328 140732083438623 140732083438701 140732083438701 140732083441610 0
/proc/2412/statm: 565961 112860 906 410 0 561434 0
Current children cumulated CPU time: 1022.24 s
Current children cumulated vsize: 2263844 KiB
Current children cumulated memory: 451440 KiB

Child status: 0
Real time (s): 1022.46
CPU time (s): 1022.31
CPU user time (s): 1020.86
CPU system time (s): 1.4468
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 2313164
Max. memory (cumulated for all children) (KiB): 504056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1020.86
system time used= 1.4468
maximum resident set size= 508124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245250
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= 15
involuntary context switches= 1831


# summary of solver processes directly reported to runsolver:
#   pid: 2412
#   total CPU time (s): 1022.31
#   total CPU user time (s): 1020.86
#   total CPU system time (s): 1.4468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.60476 second user time and 8.07008 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-26 16:55:34
IDJOB=4407859
IDBENCH=140338
IDSOLVER=2873
FILE ID=node104/4407859-1569513958
RUNJOBID= node104-1569505417-1357
PBS_JOBID= 21705801
Free space on /tmp= 9832 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-herald/Crossword-m1c-words-h1510.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407859-1569513958/watcher-4407859-1569513958 -o /tmp/evaluation-result-4407859-1569513958/solver-4407859-1569513958 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569505417-1357 --watchdog 2560  xcsp_picat HOME/instance-4407859-1569513958.xml

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

MD5SUM BENCH= 15f94e8f7f6e887d379f43c98217641b
RANDOM SEED=730888957

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        15070732 kB
MemAvailable:   20195672 kB
Buffers:          139860 kB
Cached:          5092516 kB
SwapCached:        22636 kB
Active:         14788016 kB
Inactive:        2057444 kB
Active(anon):   11604412 kB
Inactive(anon):    82828 kB
Active(file):    3183604 kB
Inactive(file):  1974616 kB
Unevictable:      109664 kB
Mlocked:          109664 kB
SwapTotal:      67108860 kB
SwapFree:       66986436 kB
Dirty:              3752 kB
Writeback:             0 kB
AnonPages:      11627696 kB
Mapped:            23928 kB
Shmem:             65440 kB
Slab:             424892 kB
SReclaimable:     395180 kB
SUnreclaim:        29712 kB
KernelStack:        3536 kB
PageTables:        28024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   14447468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11008000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9832 MiB
End job on node104 at 2019-09-26 17:12:36