Trace number 4303530

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) 2520.17 2520.2

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-08-0700_c18.xml
MD5SUM1726f38b1078149b3b3b5e51280bc638
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark542126384
Best CPU time to get the best result obtained on this benchmark2521
Satisfiable
(Un)Satisfiability was proved
Number of variables11265
Number of constraints7122
Number of domains159
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":3984},{"size":11,"count":3288},{"size":12,"count":1},{"size":21,"count":10},{"size":23,"count":9},{"size":27,"count":51},{"size":31,"count":72},{"size":34,"count":11},{"size":35,"count":15},{"size":37,"count":59},{"size":38,"count":4},{"size":39,"count":29},{"size":40,"count":1},{"size":41,"count":17},{"size":42,"count":10},{"size":43,"count":1},{"size":44,"count":7},{"size":45,"count":25},{"size":47,"count":11},{"size":49,"count":70},{"size":51,"count":80},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":5},"...",{"size":104,"count":55}, {"size":105,"count":9}, {"size":106,"count":46}, {"size":107,"count":8}, {"size":108,"count":6}, {"size":109,"count":6}, {"size":111,"count":41}, {"size":112,"count":53}, {"size":113,"count":10}, {"size":114,"count":14}, {"size":115,"count":6}, {"size":117,"count":78}, {"size":118,"count":117}, {"size":119,"count":35}, {"size":127,"count":73}, {"size":128,"count":21}, {"size":129,"count":2}, {"size":130,"count":15}, {"size":131,"count":18}, {"size":133,"count":2}, {"size":135,"count":74}, {"size":136,"count":50}, {"size":137,"count":18}, {"size":140,"count":8}, {"size":141,"count":1776}]
Minimum variable degree1
Maximum variable degree3289
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":9869},{"degree":3,"count":14},{"degree":4,"count":31},{"degree":5,"count":51},{"degree":6,"count":71},{"degree":7,"count":99},{"degree":8,"count":104},{"degree":9,"count":116},{"degree":10,"count":158},{"degree":11,"count":226},{"degree":12,"count":258},{"degree":13,"count":171},{"degree":14,"count":35},{"degree":15,"count":26},{"degree":16,"count":18},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":1},{"degree":3289,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":546},{"arity":3,"count":3288},{"arity":6,"count":3288}]
Number of extensional constraints3288
Number of intensional constraints3834
Distribution of constraint types[{"type":"extension","count":3288},{"type":"intension","count":3834}]
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 (2935 MiB free)
  memory of node 1: 16384 MiB (2673 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303530-1534010900/watcher-4303530-1534010900 -o /tmp/evaluation-result-4303530-1534010900/solver-4303530-1534010900 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10116 --watchdog 2580 xcsp_picat HOME/instance-4303530-1534010900.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
solver pid=11833, runsolver pid=11830
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 11834
/proc/meminfo: memFree=5722864/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=24864 CPUtime=0.1 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1266 0 0 0 10 0 0 0 20 0 1 0 218653301 2074361856 6216 33554432000 4194304 5849708 140721172243152 140721172243152 140601382849536 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 6216 612 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 24864 KiB

[startup+0.209681 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 11834
/proc/meminfo: memFree=5714672/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=31008 CPUtime=0.21 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1269 0 0 0 21 0 0 0 20 0 1 0 218653301 2074361856 7752 33554432000 4194304 5849708 140721172243152 140721172243152 140601382849536 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 7752 612 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 31008 KiB

[startup+0.309478 s]*
/proc/loadavg: 2.00 2.01 2.05 4/187 11834
/proc/meminfo: memFree=5708528/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=37152 CPUtime=0.3 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1272 0 0 0 30 0 0 0 20 0 1 0 218653301 2074361856 9288 33554432000 4194304 5849708 140721172243152 140721172243152 140601382849536 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 9288 612 405 0 503381 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37152 KiB

[startup+0.700331 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11834
/proc/meminfo: memFree=5695108/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=59680 CPUtime=0.69 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1283 0 0 0 68 1 0 0 20 0 1 0 218653301 2074361856 14920 33554432000 4194304 5849708 140721172243152 140721172243152 4494163 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 14920 612 405 0 503381 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 59680 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11834
/proc/meminfo: memFree=5666436/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=108832 CPUtime=1.49 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1307 0 0 0 148 1 0 0 20 0 1 0 218653301 2074361856 27208 33554432000 4194304 5849708 140721172243152 140721172243152 4485463 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 27208 612 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 108832 KiB

[startup+3.10951 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11834
/proc/meminfo: memFree=5543308/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=207192 CPUtime=3.1 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1406 0 0 0 307 3 0 0 20 0 1 0 218653301 2074361856 51798 33554432000 4194304 5849708 140721172243152 140721172242456 4786152 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 51798 626 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 207192 KiB

[startup+6.30035 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 11834
/proc/meminfo: memFree=5349516/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=401752 CPUtime=6.29 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1512 0 0 0 623 6 0 0 20 0 1 0 218653301 2074361856 100438 33554432000 4194304 5849708 140721172243152 140721172242456 4454700 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 100438 626 405 0 503381 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 401752 KiB

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 11834
/proc/meminfo: memFree=4993524/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=792920 CPUtime=12.69 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1757 0 0 0 1257 12 0 0 20 0 1 0 218653301 2074361856 198230 33554432000 4194304 5849708 140721172243152 140721172242456 4476438 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 198230 626 405 0 503381 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 792920 KiB

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 11834
/proc/meminfo: memFree=4201504/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=2025744 memory=1571160 CPUtime=25.49 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 2200 0 0 0 2524 25 0 0 20 0 1 0 218653301 2074361856 392790 33554432000 4194304 5849708 140721172243152 140721172242456 140601382849536 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 506436 392790 626 405 0 503381 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 1571160 KiB

[startup+51.1099 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 11834
/proc/meminfo: memFree=2657920/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=4306468 memory=3083436 CPUtime=51.1 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 9390 0 0 0 5010 100 0 0 20 0 1 0 218653301 4409823232 770859 33554432000 4194304 5849708 140721172243152 140721172242472 5252585 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 1076617 770859 661 405 0 1073562 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 4306468 KiB
Current children cumulated memory: 3083436 KiB

[startup+102.3 s]
/proc/loadavg: 1.87 1.99 2.03 3/187 11842
/proc/meminfo: memFree=207640/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=14538236 memory=9293596 CPUtime=102.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1527660 0 0 0 9457 769 0 0 20 0 1 0 218653301 14887153664 2323399 33554432000 4194304 5849708 140721172243152 140721172242152 5260891 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 3634559 2323399 661 405 0 3631504 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 14538236 KiB
Current children cumulated memory: 9293596 KiB

[startup+162.3 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 11843
/proc/meminfo: memFree=2564724/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10631984 memory=7005428 CPUtime=162.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1547426 0 0 0 15414 812 0 0 20 0 1 0 218653301 10887151616 1751357 33554432000 4194304 5849708 140721172243152 140721172242392 140601382870919 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2657996 1751357 727 405 0 2654941 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 10631984 KiB
Current children cumulated memory: 7005428 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.98 2.03 3/187 11844
/proc/meminfo: memFree=2195284/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=11066816 memory=7440368 CPUtime=222.27 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1657825 0 0 0 21361 866 0 0 20 0 1 0 218653301 11332419584 1860092 33554432000 4194304 5849708 140721172243152 140721172241640 5319730 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2766704 1860092 754 405 0 2763649 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 11066816 KiB
Current children cumulated memory: 7440368 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 11845
/proc/meminfo: memFree=2195800/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=11066816 memory=7440368 CPUtime=282.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1708399 0 0 0 27351 875 0 0 20 0 1 0 218653301 11332419584 1860092 33554432000 4194304 5849708 140721172243152 140721172241640 5319730 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2766704 1860092 754 405 0 2763649 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 11066816 KiB
Current children cumulated memory: 7440368 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 11846
/proc/meminfo: memFree=2176168/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=11066816 memory=7440368 CPUtime=342.27 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1745344 0 0 0 33342 885 0 0 20 0 1 0 218653301 11332419584 1860092 33554432000 4194304 5849708 140721172243152 140721172241640 140601383272881 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2766704 1860092 754 405 0 2763649 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 11066816 KiB
Current children cumulated memory: 7440368 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 11847
/proc/meminfo: memFree=2194580/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=11066816 memory=7440368 CPUtime=402.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1786409 0 0 0 39332 894 0 0 20 0 1 0 218653301 11332419584 1860092 33554432000 4194304 5849708 140721172243152 140721172241640 5319730 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2766704 1860092 754 405 0 2763649 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 11066816 KiB
Current children cumulated memory: 7440368 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 11848
/proc/meminfo: memFree=2194804/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=11066816 memory=7440368 CPUtime=462.27 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 1828495 0 0 0 45323 904 0 0 20 0 1 0 218653301 11332419584 1860092 33554432000 4194304 5849708 140721172243152 140721172241640 140601383272876 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2766704 1860092 754 405 0 2763649 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 11066816 KiB
Current children cumulated memory: 7440368 KiB


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

/proc/meminfo: memFree=4670152/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=11054620 memory=7428196 CPUtime=1782.27 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 4841729 0 0 0 176615 1612 0 0 20 0 1 0 218653301 11319930880 1857049 33554432000 4194304 5849708 140721172243152 140721172242152 5312908 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2763655 1857049 760 405 0 2760600 0
Current children cumulated CPU time: 1782.27 s
Current children cumulated vsize: 11054620 KiB
Current children cumulated memory: 7428196 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12070
/proc/meminfo: memFree=4732884/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10991328 memory=7364904 CPUtime=1842.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 4949611 0 0 0 182578 1648 0 0 20 0 1 0 218653301 11255119872 1841226 33554432000 4194304 5849708 140721172243152 140721172242152 5335545 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2747832 1841226 760 405 0 2744777 0
Current children cumulated CPU time: 1842.26 s
Current children cumulated vsize: 10991328 KiB
Current children cumulated memory: 7364904 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 12079
/proc/meminfo: memFree=4720624/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10991328 memory=7364904 CPUtime=1902.27 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 5104311 0 0 0 188534 1693 0 0 20 0 1 0 218653301 11255119872 1841226 33554432000 4194304 5849708 140721172243152 140721172242152 5437841 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2747832 1841226 760 405 0 2744777 0
Current children cumulated CPU time: 1902.27 s
Current children cumulated vsize: 10991328 KiB
Current children cumulated memory: 7364904 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 12080
/proc/meminfo: memFree=4736548/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10990996 memory=7364572 CPUtime=1962.27 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 5201023 0 0 0 194496 1731 0 0 20 0 1 0 218653301 11254779904 1841143 33554432000 4194304 5849708 140721172243152 140721172242152 5437725 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2747749 1841143 760 405 0 2744694 0
Current children cumulated CPU time: 1962.27 s
Current children cumulated vsize: 10990996 KiB
Current children cumulated memory: 7364572 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 12081
/proc/meminfo: memFree=4714076/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10990996 memory=7364572 CPUtime=2022.27 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 5327732 0 0 0 200446 1781 0 0 20 0 1 0 218653301 11254779904 1841143 33554432000 4194304 5849708 140721172243152 140721172242152 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2747749 1841143 760 405 0 2744694 0
Current children cumulated CPU time: 2022.27 s
Current children cumulated vsize: 10990996 KiB
Current children cumulated memory: 7364572 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 12082
/proc/meminfo: memFree=4708656/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10990876 memory=7364452 CPUtime=2082.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 5459844 0 0 0 206404 1822 0 0 20 0 1 0 218653301 11254657024 1841113 33554432000 4194304 5849708 140721172243152 140721172242312 5307587 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2747719 1841113 760 405 0 2744664 0
Current children cumulated CPU time: 2082.26 s
Current children cumulated vsize: 10990876 KiB
Current children cumulated memory: 7364452 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 12083
/proc/meminfo: memFree=4699456/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10990876 memory=7364452 CPUtime=2142.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 5581840 0 0 0 212360 1866 0 0 20 0 1 0 218653301 11254657024 1841113 33554432000 4194304 5849708 140721172243152 140721172242152 5395316 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2747719 1841113 760 405 0 2744664 0
Current children cumulated CPU time: 2142.26 s
Current children cumulated vsize: 10990876 KiB
Current children cumulated memory: 7364452 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12205
/proc/meminfo: memFree=4464516/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10990668 memory=7364244 CPUtime=2202.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 5714960 0 0 0 218323 1903 0 0 20 0 1 0 218653301 11254444032 1841061 33554432000 4194304 5849708 140721172243152 140721172241880 140601382870919 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2747667 1841061 760 405 0 2744612 0
Current children cumulated CPU time: 2202.26 s
Current children cumulated vsize: 10990668 KiB
Current children cumulated memory: 7364244 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12206
/proc/meminfo: memFree=4396748/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10990668 memory=7364244 CPUtime=2262.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 5838366 0 0 0 224280 1946 0 0 20 0 1 0 218653301 11254444032 1841061 33554432000 4194304 5849708 140721172243152 140721172242152 5312861 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2747667 1841061 760 405 0 2744612 0
Current children cumulated CPU time: 2262.26 s
Current children cumulated vsize: 10990668 KiB
Current children cumulated memory: 7364244 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12207
/proc/meminfo: memFree=4435256/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10997172 memory=7370748 CPUtime=2322.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 5957872 0 0 0 230243 1983 0 0 20 0 1 0 218653301 11261104128 1842687 33554432000 4194304 5849708 140721172243152 140721172242152 140601382870919 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2749293 1842687 760 405 0 2746238 0
Current children cumulated CPU time: 2322.26 s
Current children cumulated vsize: 10997172 KiB
Current children cumulated memory: 7370748 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12208
/proc/meminfo: memFree=4438012/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10997172 memory=7370748 CPUtime=2382.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 6082664 0 0 0 236207 2019 0 0 20 0 1 0 218653301 11261104128 1842687 33554432000 4194304 5849708 140721172243152 140721172242024 5437580 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2749293 1842687 760 405 0 2746238 0
Current children cumulated CPU time: 2382.26 s
Current children cumulated vsize: 10997172 KiB
Current children cumulated memory: 7370748 KiB

[startup+2442.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 12209
/proc/meminfo: memFree=4440400/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10997720 memory=7371296 CPUtime=2442.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 6214648 0 0 0 242164 2062 0 0 20 0 1 0 218653301 11261665280 1842824 33554432000 4194304 5849708 140721172243152 140721172241640 4234775 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2749430 1842824 760 405 0 2746375 0
Current children cumulated CPU time: 2442.26 s
Current children cumulated vsize: 10997720 KiB
Current children cumulated memory: 7371296 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 12218
/proc/meminfo: memFree=4440184/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10997720 memory=7371296 CPUtime=2502.26 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 6340935 0 0 0 248124 2102 0 0 20 0 1 0 218653301 11261665280 1842824 33554432000 4194304 5849708 140721172243152 140721172242152 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2749430 1842824 760 405 0 2746375 0
Current children cumulated CPU time: 2502.26 s
Current children cumulated vsize: 10997720 KiB
Current children cumulated memory: 7371296 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.01 2.02 2.05 3/188 12218
/proc/meminfo: memFree=4417660/32770624 swapFree=67108496/67108860
[pid=11833] ppid=11830 vsize=10997720 memory=7371296 CPUtime=2519.97 cores=1,3,5,7
/proc/11833/stat : 11833 (xcsp_picat) R 11830 11833 10084 0 -1 4202496 6383058 0 0 0 249883 2114 0 0 20 0 1 0 218653301 11261665280 1842824 33554432000 4194304 5849708 140721172243152 140721172242152 140601382870919 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 33738752 140721172251830 140721172251908 140721172251908 140721172254666 0
/proc/11833/statm: 2749430 1842824 760 405 0 2746375 0
Current children cumulated CPU time: 2519.97 s
Current children cumulated vsize: 10997720 KiB
Current children cumulated memory: 7371296 KiB

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

[startup+2520.2 s]
# the end of solver process 11833 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2498.84 s, system=21.3331 s

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

[startup+2520.11 s]*
/proc/loadavg: 2.01 2.02 2.05 3/188 12218
/proc/meminfo: memFree=8840480/32770624 swapFree=67108496/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.2
CPU time (s): 2520.17
CPU user time (s): 2498.84
CPU system time (s): 21.3331
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 14538236
Max. memory (cumulated for all children) (KiB): 9350680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2498.84
system time used= 21.3331
maximum resident set size= 9350680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6383061
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= 63
involuntary context switches= 962


# summary of solver processes directly reported to runsolver:
#   pid: 11833
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2498.84
#   total CPU system time (s): 21.3331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.63283 second user time and 18.5417 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-11 20:08:21
IDJOB=4303530
IDBENCH=141271
IDSOLVER=2778
FILE ID=node149/4303530-1534010900
RUNJOBID= node149-1533993477-10116
PBS_JOBID= 21036951
Free space on /tmp= 38528 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-08-0700_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303530-1534010900/watcher-4303530-1534010900 -o /tmp/evaluation-result-4303530-1534010900/solver-4303530-1534010900 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10116 --watchdog 2580  xcsp_picat HOME/instance-4303530-1534010900.xml

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

MD5SUM BENCH= 1726f38b1078149b3b3b5e51280bc638
RANDOM SEED=1853771548

node149.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.60
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.60
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.60
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.60
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:         5743272 kB
MemAvailable:   29421584 kB
Buffers:          152992 kB
Cached:         23457844 kB
SwapCached:           28 kB
Active:         11100928 kB
Inactive:       15044652 kB
Active(anon):    2481376 kB
Inactive(anon):   104936 kB
Active(file):    8619552 kB
Inactive(file): 14939716 kB
Unevictable:        7604 kB
Mlocked:            7604 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:            214952 kB
Writeback:             0 kB
AnonPages:       2879016 kB
Mapped:            55992 kB
Shmem:             49616 kB
Slab:             575632 kB
SReclaimable:     547504 kB
SUnreclaim:        28128 kB
KernelStack:        3360 kB
PageTables:        10264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3002868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2514944 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 /tmp at the end= 38592 MiB
End job on node149 at 2018-08-11 20:50:21