Trace number 4303529

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
PicatSAT 2018-08-02? (TO) 2519.8 2520.13

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-04-0300_c18.xml
MD5SUMd2f9cd7b3c3026f57264f10c0685d9a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26739930
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints1561
Number of intensional constraints1799
Distribution of constraint types[{"type":"extension","count":1561},{"type":"intension","count":1799}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303529-1534009098/watcher-4303529-1534009098 -o /tmp/evaluation-result-4303529-1534009098/solver-4303529-1534009098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21560 --watchdog 2580 xcsp_picat HOME/instance-4303529-1534009098.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB

solver pid=23504, runsolver pid=23501

[startup+0.100112 s]*
/proc/loadavg: 1.98 1.99 2.03 3/187 23505
/proc/meminfo: memFree=2900036/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2025744 memory=23612 CPUtime=0.1 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1462 0 0 0 10 0 0 0 20 0 1 0 218473064 2074361856 5903 33554432000 4194304 5849708 140726716691504 140726716690808 139718427945984 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 506436 5903 616 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 23612 KiB

[startup+0.209589 s]*
/proc/loadavg: 1.98 1.99 2.03 3/187 23505
/proc/meminfo: memFree=2893892/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2025744 memory=31804 CPUtime=0.21 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1466 0 0 0 21 0 0 0 20 0 1 0 218473064 2074361856 7951 33554432000 4194304 5849708 140726716691504 140726716690808 4524797 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 506436 7951 616 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 31804 KiB

[startup+0.309374 s]*
/proc/loadavg: 1.98 1.99 2.03 3/187 23505
/proc/meminfo: memFree=2887748/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2025744 memory=35900 CPUtime=0.31 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1468 0 0 0 31 0 0 0 20 0 1 0 218473064 2074361856 8975 33554432000 4194304 5849708 140726716691504 140726716690808 139718427945984 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 506436 8975 616 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 35900 KiB

[startup+0.700291 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 23505
/proc/meminfo: memFree=2875212/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2025744 memory=60476 CPUtime=0.69 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1480 0 0 0 69 0 0 0 20 0 1 0 218473064 2074361856 15119 33554432000 4194304 5849708 140726716691504 140726716690808 139718427945984 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 506436 15119 616 405 0 503381 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 60476 KiB

[startup+1.5003 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 23505
/proc/meminfo: memFree=2844492/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2025744 memory=109628 CPUtime=1.49 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1504 0 0 0 148 1 0 0 20 0 1 0 218473064 2074361856 27407 33554432000 4194304 5849708 140726716691504 140726716690808 139718427945984 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 506436 27407 616 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 109628 KiB

[startup+3.10935 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 23505
/proc/meminfo: memFree=2691424/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2025744 memory=207980 CPUtime=3.1 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1623 0 0 0 307 3 0 0 20 0 1 0 218473064 2074361856 51995 33554432000 4194304 5849708 140726716691504 140726716690808 139718427945984 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 506436 51995 628 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 207980 KiB

[startup+6.30027 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 23505
/proc/meminfo: memFree=2543028/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2025744 memory=402540 CPUtime=6.29 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1726 0 0 0 623 6 0 0 20 0 1 0 218473064 2074361856 100635 33554432000 4194304 5849708 140726716691504 140726716690808 139718427945984 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 506436 100635 628 405 0 503381 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 402540 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 23505
/proc/meminfo: memFree=2178116/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2025744 memory=791660 CPUtime=12.69 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1989 0 0 0 1255 14 0 0 20 0 1 0 218473064 2074361856 197915 33554432000 4194304 5849708 140726716691504 140726716690808 139718427945984 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 506436 197915 628 405 0 503381 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 791660 KiB

[startup+25.5003 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 23505
/proc/meminfo: memFree=1085920/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=2056996 memory=1878740 CPUtime=25.48 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 32017 0 0 0 2513 35 0 0 20 0 1 0 218473064 2106363904 469685 33554432000 4194304 5849708 140726716691504 140726716690792 4561520 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 514249 469685 662 405 0 511194 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2056996 KiB
Current children cumulated memory: 1878740 KiB

[startup+51.1003 s]
/proc/loadavg: 1.78 1.94 2.02 3/187 23505
/proc/meminfo: memFree=1073400/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4367608 memory=3382652 CPUtime=50.93 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 629397 0 0 0 4466 627 0 0 20 0 1 0 218473064 4472430592 845663 33554432000 4194304 5849708 140726716691504 140726716690792 4566073 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1091902 845663 666 405 0 1088847 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4367608 KiB
Current children cumulated memory: 3382652 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.96 2.02 3/187 23506
/proc/meminfo: memFree=316952/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4607788 memory=4022448 CPUtime=102.12 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 768265 0 0 0 9533 679 0 0 20 0 1 0 218473064 4718374912 1005612 33554432000 4194304 5849708 140726716691504 140726716689992 5319746 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1151947 1005612 757 405 0 1148892 0
Current children cumulated CPU time: 102.12 s
Current children cumulated vsize: 4607788 KiB
Current children cumulated memory: 4022448 KiB

[startup+162.3 s]
/proc/loadavg: 1.95 1.96 2.02 3/188 23515
/proc/meminfo: memFree=314436/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4607788 memory=4022564 CPUtime=162.11 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 862613 0 0 0 15521 690 0 0 20 0 1 0 218473064 4718374912 1005641 33554432000 4194304 5849708 140726716691504 140726716689992 5319753 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1151947 1005641 758 405 0 1148892 0
Current children cumulated CPU time: 162.11 s
Current children cumulated vsize: 4607788 KiB
Current children cumulated memory: 4022564 KiB

[startup+222.3 s]
/proc/loadavg: 1.93 1.95 2.01 3/188 23516
/proc/meminfo: memFree=206568/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4607788 memory=4022588 CPUtime=222.11 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 948267 0 0 0 21493 718 0 0 20 0 1 0 218473064 4718374912 1005647 33554432000 4194304 5849708 140726716691504 140726716689992 5319730 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1151947 1005647 764 405 0 1148892 0
Current children cumulated CPU time: 222.11 s
Current children cumulated vsize: 4607788 KiB
Current children cumulated memory: 4022588 KiB

[startup+282.3 s]
/proc/loadavg: 1.97 1.96 2.01 3/188 23517
/proc/meminfo: memFree=237264/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4572752 memory=3987552 CPUtime=282.1 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1017692 0 0 0 27472 738 0 0 20 0 1 0 218473064 4682498048 996888 33554432000 4194304 5849708 140726716691504 140726716689992 4207522 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1143188 996888 764 405 0 1140133 0
Current children cumulated CPU time: 282.1 s
Current children cumulated vsize: 4572752 KiB
Current children cumulated memory: 3987552 KiB

[startup+342.3 s]
/proc/loadavg: 1.93 1.95 2.01 3/188 23518
/proc/meminfo: memFree=247464/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4571536 memory=3986336 CPUtime=342.1 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1088380 0 0 0 33441 769 0 0 20 0 1 0 218473064 4681252864 996584 33554432000 4194304 5849708 140726716691504 140726716690504 139718427967367 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1142884 996584 764 405 0 1139829 0
Current children cumulated CPU time: 342.1 s
Current children cumulated vsize: 4571536 KiB
Current children cumulated memory: 3986336 KiB

[startup+402.3 s]
/proc/loadavg: 1.97 1.96 2.01 3/188 23519
/proc/meminfo: memFree=247364/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4570412 memory=3985212 CPUtime=402.1 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1175257 0 0 0 39405 805 0 0 20 0 1 0 218473064 4680101888 996303 33554432000 4194304 5849708 140726716691504 140726716690152 5416716 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1142603 996303 764 405 0 1139548 0
Current children cumulated CPU time: 402.1 s
Current children cumulated vsize: 4570412 KiB
Current children cumulated memory: 3985212 KiB

[startup+462.3 s]
/proc/loadavg: 1.95 1.95 2.00 3/187 23520
/proc/meminfo: memFree=242560/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4570184 memory=3984984 CPUtime=462.08 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 1249102 0 0 0 45363 845 0 0 20 0 1 0 218473064 4679868416 996246 33554432000 4194304 5849708 140726716691504 140726716690376 139718427967367 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1142546 996246 764 405 0 1139491 0
Current children cumulated CPU time: 462.08 s
Current children cumulated vsize: 4570184 KiB
Current children cumulated memory: 3984984 KiB


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

/proc/meminfo: memFree=926476/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4576432 memory=3991232 CPUtime=1782.04 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3148814 0 0 0 176361 1843 0 0 20 0 1 0 218473064 4686266368 997808 33554432000 4194304 5849708 140726716691504 140726716690504 139718427967367 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1144108 997808 764 405 0 1141053 0
Current children cumulated CPU time: 1782.04 s
Current children cumulated vsize: 4576432 KiB
Current children cumulated memory: 3991232 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23607
/proc/meminfo: memFree=925912/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4576432 memory=3991232 CPUtime=1842.05 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3215737 0 0 0 182318 1887 0 0 20 0 1 0 218473064 4686266368 997808 33554432000 4194304 5849708 140726716691504 140726716690376 5302825 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1144108 997808 764 405 0 1141053 0
Current children cumulated CPU time: 1842.05 s
Current children cumulated vsize: 4576432 KiB
Current children cumulated memory: 3991232 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23608
/proc/meminfo: memFree=926372/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4576396 memory=3991196 CPUtime=1902.05 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3266277 0 0 0 188280 1925 0 0 20 0 1 0 218473064 4686229504 997799 33554432000 4194304 5849708 140726716691504 140726716690504 5437627 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1144099 997799 764 405 0 1141044 0
Current children cumulated CPU time: 1902.05 s
Current children cumulated vsize: 4576396 KiB
Current children cumulated memory: 3991196 KiB

[startup+1962.3 s]
/proc/loadavg: 1.93 2.00 2.04 3/188 23617
/proc/meminfo: memFree=256292/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4576396 memory=3991196 CPUtime=1962.03 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3330435 0 0 0 194205 1998 0 0 20 0 1 0 218473064 4686229504 997799 33554432000 4194304 5849708 140726716691504 140726716690504 139718427967367 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1144099 997799 764 405 0 1141044 0
Current children cumulated CPU time: 1962.03 s
Current children cumulated vsize: 4576396 KiB
Current children cumulated memory: 3991196 KiB

[startup+2022.3 s]
/proc/loadavg: 1.89 1.98 2.03 3/188 23618
/proc/meminfo: memFree=255192/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4576300 memory=3991100 CPUtime=2022.03 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3397721 0 0 0 200162 2041 0 0 20 0 1 0 218473064 4686131200 997775 33554432000 4194304 5849708 140726716691504 140726716690504 139718427967367 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1144075 997775 764 405 0 1141020 0
Current children cumulated CPU time: 2022.03 s
Current children cumulated vsize: 4576300 KiB
Current children cumulated memory: 3991100 KiB

[startup+2082.3 s]
/proc/loadavg: 1.96 1.99 2.03 3/188 23619
/proc/meminfo: memFree=209732/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4576300 memory=3991100 CPUtime=2082.02 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3477171 0 0 0 206111 2091 0 0 20 0 1 0 218473064 4686131200 997775 33554432000 4194304 5849708 140726716691504 140726716690504 5375314 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1144075 997775 764 405 0 1141020 0
Current children cumulated CPU time: 2082.02 s
Current children cumulated vsize: 4576300 KiB
Current children cumulated memory: 3991100 KiB

[startup+2142.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/188 23620
/proc/meminfo: memFree=273024/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4576300 memory=3991100 CPUtime=2142.02 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3548193 0 0 0 212070 2132 0 0 20 0 1 0 218473064 4686131200 997775 33554432000 4194304 5849708 140726716691504 140726716690504 139718427967367 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1144075 997775 764 405 0 1141020 0
Current children cumulated CPU time: 2142.02 s
Current children cumulated vsize: 4576300 KiB
Current children cumulated memory: 3991100 KiB

[startup+2202.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/188 23621
/proc/meminfo: memFree=240856/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4582556 memory=3997356 CPUtime=2201.99 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3621819 0 0 0 217990 2209 0 0 20 0 1 0 218473064 4692537344 999339 33554432000 4194304 5849708 140726716691504 140726716690264 5302798 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1145639 999339 764 405 0 1142584 0
Current children cumulated CPU time: 2201.99 s
Current children cumulated vsize: 4582556 KiB
Current children cumulated memory: 3997356 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 23622
/proc/meminfo: memFree=316724/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4582556 memory=3997356 CPUtime=2261.98 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3696982 0 0 0 223931 2267 0 0 20 0 1 0 218473064 4692537344 999339 33554432000 4194304 5849708 140726716691504 140726716690504 5437837 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1145639 999339 764 405 0 1142584 0
Current children cumulated CPU time: 2261.98 s
Current children cumulated vsize: 4582556 KiB
Current children cumulated memory: 3997356 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 23623
/proc/meminfo: memFree=317048/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4582556 memory=3997356 CPUtime=2321.98 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3757399 0 0 0 229895 2303 0 0 20 0 1 0 218473064 4692537344 999339 33554432000 4194304 5849708 140726716691504 140726716690504 139718427967367 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1145639 999339 764 405 0 1142584 0
Current children cumulated CPU time: 2321.98 s
Current children cumulated vsize: 4582556 KiB
Current children cumulated memory: 3997356 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 23624
/proc/meminfo: memFree=316204/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4582556 memory=3997356 CPUtime=2381.98 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3827988 0 0 0 235851 2347 0 0 20 0 1 0 218473064 4692537344 999339 33554432000 4194304 5849708 140726716691504 140726716690504 139718427967367 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1145639 999339 764 405 0 1142584 0
Current children cumulated CPU time: 2381.98 s
Current children cumulated vsize: 4582556 KiB
Current children cumulated memory: 3997356 KiB

[startup+2442.3 s]
/proc/loadavg: 2.07 2.00 2.04 3/187 23750
/proc/meminfo: memFree=4694248/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4582556 memory=3997356 CPUtime=2441.96 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3893751 0 0 0 241809 2387 0 0 20 0 1 0 218473064 4692537344 999339 33554432000 4194304 5849708 140726716691504 140726716690376 139718427967367 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1145639 999339 764 405 0 1142584 0
Current children cumulated CPU time: 2441.96 s
Current children cumulated vsize: 4582556 KiB
Current children cumulated memory: 3997356 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 23751
/proc/meminfo: memFree=216884/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4582556 memory=3997356 CPUtime=2501.96 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3931477 0 0 0 247771 2425 0 0 20 0 1 0 218473064 4692537344 999339 33554432000 4194304 5849708 140726716691504 140726716690376 139718427967367 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1145639 999339 764 405 0 1142584 0
Current children cumulated CPU time: 2501.96 s
Current children cumulated vsize: 4582556 KiB
Current children cumulated memory: 3997356 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520.01 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 23759
/proc/meminfo: memFree=2490064/32770624 swapFree=67108796/67108860
[pid=23504] ppid=23501 vsize=4582556 memory=3997356 CPUtime=2519.67 cores=1,3,5,7
/proc/23504/stat : 23504 (xcsp_picat) R 23501 23504 21527 0 -1 4202496 3931678 0 0 0 249530 2437 0 0 20 0 1 0 218473064 4692537344 999339 33554432000 4194304 5849708 140726716691504 140726716690376 139718427967367 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 34979840 140726716695734 140726716695812 140726716695812 140726716698570 0
/proc/23504/statm: 1145639 999339 764 405 0 1142584 0
Current children cumulated CPU time: 2519.67 s
Current children cumulated vsize: 4582556 KiB
Current children cumulated memory: 3997356 KiB

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

[startup+2520.13 s]
# the end of solver process 23504 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2495.31 s, system=24.4889 s

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

[startup+2520.1 s]*
/proc/loadavg: 2.00 2.00 2.04 3/188 23759
/proc/meminfo: memFree=5214824/32770624 swapFree=67108796/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.13
CPU time (s): 2519.8
CPU user time (s): 2495.31
CPU system time (s): 24.4889
CPU usage (%): 99.9869
Max. virtual memory (cumulated for all children) (KiB): 6258236
Max. memory (cumulated for all children) (KiB): 4242768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2495.31
system time used= 24.4889
maximum resident set size= 4242768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3931678
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= 11
involuntary context switches= 1231


# summary of solver processes directly reported to runsolver:
#   pid: 23504
#   total CPU time (s): 2519.8
#   total CPU user time (s): 2495.31
#   total CPU system time (s): 24.4889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.80534 second user time and 18.3263 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-11 19:38:19
IDJOB=4303529
IDBENCH=141261
IDSOLVER=2778
FILE ID=node138/4303529-1534009098
RUNJOBID= node138-1533993481-21560
PBS_JOBID= 21036952
Free space on /tmp= 24148 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-04-0300_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303529-1534009098/watcher-4303529-1534009098 -o /tmp/evaluation-result-4303529-1534009098/solver-4303529-1534009098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21560 --watchdog 2580  xcsp_picat HOME/instance-4303529-1534009098.xml

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

MD5SUM BENCH= d2f9cd7b3c3026f57264f10c0685d9a6
RANDOM SEED=352298052

node138.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.71
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.71
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.71
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.71
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:         2922136 kB
MemAvailable:   30332716 kB
Buffers:          137528 kB
Cached:         27128312 kB
SwapCached:           12 kB
Active:         11307156 kB
Inactive:       17583828 kB
Active(anon):    1566356 kB
Inactive(anon):   111324 kB
Active(file):    9740800 kB
Inactive(file): 17472504 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:            108480 kB
Writeback:           368 kB
AnonPages:       1522020 kB
Mapped:            53388 kB
Shmem:             49740 kB
Slab:             653732 kB
SReclaimable:     625736 kB
SUnreclaim:        27996 kB
KernelStack:        3360 kB
PageTables:         8480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2952312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1247232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24060 MiB
End job on node138 at 2018-08-11 20:20:19