Trace number 4303216

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.93 2520.01

General information on the benchmark

NameLowAutocorrelation/
LowAutocorrelation-030_c18.xml
MD5SUM2e7b3311de08b1eac0c79f49a369770d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark67
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables929
Number of constraints493
Number of domains59
Minimum domain size2
Maximum domain size59
Distribution of domain sizes[{"size":2,"count":466},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":2},{"size":10,"count":1},{"size":11,"count":2},{"size":12,"count":1},{"size":13,"count":2},{"size":14,"count":1},{"size":15,"count":2},{"size":16,"count":1},{"size":17,"count":2},{"size":18,"count":1},{"size":19,"count":2},{"size":20,"count":1},{"size":21,"count":2},{"size":22,"count":1},{"size":23,"count":2},{"size":24,"count":1},{"size":25,"count":2},{"size":26,"count":1},{"size":27,"count":2},{"size":28,"count":1},{"size":29,"count":2},{"size":30,"count":1},{"size":31,"count":1},{"size":33,"count":1},{"size":35,"count":1},{"size":37,"count":1},{"size":39,"count":1},{"size":41,"count":1},{"size":43,"count":1},{"size":45,"count":1},{"size":47,"count":1},{"size":49,"count":1},{"size":51,"count":1},{"size":53,"count":1},{"size":55,"count":1},{"size":57,"count":1},{"size":59,"count":1}]
Minimum variable degree0
Maximum variable degree29
Distribution of variable degrees[{"degree":0,"count":406},{"degree":2,"count":493},{"degree":29,"count":30}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":436},{"arity":4,"count":1},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints464
Distribution of constraint types[{"type":"intension","count":464},{"type":"sum","count":29}]
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 (3209 MiB free)
  memory of node 1: 16384 MiB (3184 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303216-1534015910/watcher-4303216-1534015910 -o /tmp/evaluation-result-4303216-1534015910/solver-4303216-1534015910 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1533990783-10864 --watchdog 2580 xcsp_picat HOME/instance-4303216-1534015910.xml 

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

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


[startup+0.100144 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6535084/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2025744 memory=15240 CPUtime=0.1 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 1926 0 0 0 10 0 0 0 20 0 1 0 219154182 2074361856 3810 33554432000 4194304 5849708 140731062051104 140731062051104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 506436 3810 706 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 15240 KiB

[startup+0.209811 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6532740/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2027688 memory=17232 CPUtime=0.21 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 2691 0 0 0 20 1 0 0 20 0 1 0 219154182 2076352512 4308 33554432000 4194304 5849708 140731062051104 140731062051104 5392178 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 506922 4308 726 405 0 503867 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027688 KiB
Current children cumulated memory: 17232 KiB

[startup+0.309394 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6532740/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2027540 memory=17232 CPUtime=0.31 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 2801 0 0 0 30 1 0 0 20 0 1 0 219154182 2076200960 4308 33554432000 4194304 5849708 140731062051104 140731062051104 5355922 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 506885 4308 726 405 0 503830 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027540 KiB
Current children cumulated memory: 17232 KiB

[startup+0.700269 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6532108/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2028628 memory=18176 CPUtime=0.69 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 3128 0 0 0 68 1 0 0 20 0 1 0 219154182 2077315072 4544 33554432000 4194304 5849708 140731062051104 140731062051104 4207882 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 507157 4544 729 405 0 504102 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2028628 KiB
Current children cumulated memory: 18176 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6533656/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2029460 memory=18860 CPUtime=1.49 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 4436 0 0 0 147 2 0 0 20 0 1 0 219154182 2078167040 4715 33554432000 4194304 5849708 140731062051104 140731062050264 4207900 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 507365 4715 749 405 0 504310 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2029460 KiB
Current children cumulated memory: 18860 KiB

[startup+3.10953 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6527840/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2030996 memory=19524 CPUtime=3.1 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 6302 0 0 0 306 4 0 0 20 0 1 0 219154182 2079739904 4881 33554432000 4194304 5849708 140731062051104 140731062049592 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 507749 4881 751 405 0 504694 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2030996 KiB
Current children cumulated memory: 19524 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6524248/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2030500 memory=20188 CPUtime=6.29 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 8018 0 0 0 622 7 0 0 20 0 1 0 219154182 2079232000 5047 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 507625 5047 751 405 0 504570 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2030500 KiB
Current children cumulated memory: 20188 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6520456/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2032956 memory=22540 CPUtime=12.69 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 10187 0 0 0 1257 12 0 0 20 0 1 0 219154182 2081746944 5635 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 508239 5635 751 405 0 505184 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2032956 KiB
Current children cumulated memory: 22540 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6515512/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2041348 memory=30828 CPUtime=25.49 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 16140 0 0 0 2526 23 0 0 20 0 1 0 219154182 2090340352 7707 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 510337 7707 751 405 0 507282 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2041348 KiB
Current children cumulated memory: 30828 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14096
/proc/meminfo: memFree=6502080/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2044184 memory=33752 CPUtime=51.1 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 25007 0 0 0 5065 45 0 0 20 0 1 0 219154182 2093244416 8438 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 511046 8438 751 405 0 507991 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2044184 KiB
Current children cumulated memory: 33752 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14097
/proc/meminfo: memFree=6498136/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2040764 memory=30268 CPUtime=102.29 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 39229 0 0 0 10146 83 0 0 20 0 1 0 219154182 2089742336 7567 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 510191 7567 751 405 0 507136 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2040764 KiB
Current children cumulated memory: 30268 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 14098
/proc/meminfo: memFree=6449896/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2047872 memory=37352 CPUtime=162.28 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 53654 0 0 0 16104 124 0 0 20 0 1 0 219154182 2097020928 9338 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 511968 9338 751 405 0 508913 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2047872 KiB
Current children cumulated memory: 37352 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14100
/proc/meminfo: memFree=6430956/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2054784 memory=44452 CPUtime=222.29 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 67800 0 0 0 22069 160 0 0 20 0 1 0 219154182 2104098816 11113 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 513696 11113 751 405 0 510641 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2054784 KiB
Current children cumulated memory: 44452 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14101
/proc/meminfo: memFree=6468620/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2046472 memory=36212 CPUtime=282.28 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 81167 0 0 0 28033 195 0 0 20 0 1 0 219154182 2095587328 9053 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 511618 9053 751 405 0 508563 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2046472 KiB
Current children cumulated memory: 36212 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14102
/proc/meminfo: memFree=6460992/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2040244 memory=29756 CPUtime=342.28 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 93260 0 0 0 33988 240 0 0 20 0 1 0 219154182 2089209856 7439 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 510061 7439 751 405 0 507006 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2040244 KiB
Current children cumulated memory: 29756 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14103
/proc/meminfo: memFree=6402520/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2040244 memory=29932 CPUtime=402.28 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 96576 0 0 0 39933 295 0 0 20 0 1 0 219154182 2089209856 7483 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 510061 7483 751 405 0 507006 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2040244 KiB
Current children cumulated memory: 29932 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14104
/proc/meminfo: memFree=6389660/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2053688 memory=43152 CPUtime=462.27 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 98618 0 0 0 45893 334 0 0 20 0 1 0 219154182 2102976512 10788 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 513422 10788 751 405 0 510367 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2053688 KiB
Current children cumulated memory: 43152 KiB


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

/proc/14095/statm: 521381 19504 751 405 0 518326 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 2085524 KiB
Current children cumulated memory: 78016 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 14173
/proc/meminfo: memFree=6237152/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2080724 memory=73184 CPUtime=1782.23 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 233060 0 0 0 177149 1074 0 0 20 0 1 0 219154182 2130661376 18296 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 520181 18296 751 405 0 517126 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 2080724 KiB
Current children cumulated memory: 73184 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 14174
/proc/meminfo: memFree=6276868/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2080728 memory=73184 CPUtime=1842.23 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 240214 0 0 0 183116 1107 0 0 20 0 1 0 219154182 2130665472 18296 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 520182 18296 751 405 0 517127 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 2080728 KiB
Current children cumulated memory: 73184 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 14175
/proc/meminfo: memFree=6264608/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2093740 memory=86032 CPUtime=1902.23 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 246738 0 0 0 189089 1134 0 0 20 0 1 0 219154182 2143989760 21508 33554432000 4194304 5849708 140731062051104 140731062050264 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 523435 21508 751 405 0 520380 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2093740 KiB
Current children cumulated memory: 86032 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 14176
/proc/meminfo: memFree=6274368/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2083692 memory=75988 CPUtime=1962.23 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 251258 0 0 0 195065 1158 0 0 20 0 1 0 219154182 2133700608 18997 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 520923 18997 751 405 0 517868 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 2083692 KiB
Current children cumulated memory: 75988 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14177
/proc/meminfo: memFree=6271628/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2086864 memory=79240 CPUtime=2022.22 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 255559 0 0 0 201041 1181 0 0 20 0 1 0 219154182 2136948736 19810 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 521716 19810 751 405 0 518661 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 2086864 KiB
Current children cumulated memory: 79240 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14239
/proc/meminfo: memFree=6543820/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2084716 memory=77188 CPUtime=2082.22 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 260734 0 0 0 207016 1206 0 0 20 0 1 0 219154182 2134749184 19297 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 521179 19297 751 405 0 518124 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 2084716 KiB
Current children cumulated memory: 77188 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14240
/proc/meminfo: memFree=6469828/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2090692 memory=83184 CPUtime=2142.22 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 266099 0 0 0 212990 1232 0 0 20 0 1 0 219154182 2140868608 20796 33554432000 4194304 5849708 140731062051104 140731062050264 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 522673 20796 751 405 0 519618 0
Current children cumulated CPU time: 2142.22 s
Current children cumulated vsize: 2090692 KiB
Current children cumulated memory: 83184 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14304
/proc/meminfo: memFree=6520704/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2087080 memory=79516 CPUtime=2202.22 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 271554 0 0 0 218965 1257 0 0 20 0 1 0 219154182 2137169920 19879 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 521770 19879 751 405 0 518715 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 2087080 KiB
Current children cumulated memory: 79516 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14305
/proc/meminfo: memFree=6487548/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2080768 memory=73204 CPUtime=2262.21 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 277086 0 0 0 224941 1280 0 0 20 0 1 0 219154182 2130706432 18301 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 520192 18301 751 405 0 517137 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 2080768 KiB
Current children cumulated memory: 73204 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14314
/proc/meminfo: memFree=6422540/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2095128 memory=87616 CPUtime=2322.21 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 284988 0 0 0 230913 1308 0 0 20 0 1 0 219154182 2145411072 21904 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 523782 21904 751 405 0 520727 0
Current children cumulated CPU time: 2322.21 s
Current children cumulated vsize: 2095128 KiB
Current children cumulated memory: 87616 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14315
/proc/meminfo: memFree=6407748/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2099548 memory=91876 CPUtime=2382.22 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 295074 0 0 0 236890 1332 0 0 20 0 1 0 219154182 2149937152 22969 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 524887 22969 751 405 0 521832 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 2099548 KiB
Current children cumulated memory: 91876 KiB

[startup+2442.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 14316
/proc/meminfo: memFree=6400724/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2091760 memory=84236 CPUtime=2442.21 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 303853 0 0 0 242866 1355 0 0 20 0 1 0 219154182 2141962240 21059 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 522940 21059 751 405 0 519885 0
Current children cumulated CPU time: 2442.21 s
Current children cumulated vsize: 2091760 KiB
Current children cumulated memory: 84236 KiB

[startup+2502.3 s]
/proc/loadavg: 1.97 2.02 2.04 3/192 14337
/proc/meminfo: memFree=6579280/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2094100 memory=86568 CPUtime=2502.21 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 312047 0 0 0 248838 1383 0 0 20 0 1 0 219154182 2144358400 21642 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 523525 21642 751 405 0 520470 0
Current children cumulated CPU time: 2502.21 s
Current children cumulated vsize: 2094100 KiB
Current children cumulated memory: 86568 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.12 2.05 2.05 3/188 14378
/proc/meminfo: memFree=6485244/32770624 swapFree=67108404/67108860
[pid=14095] ppid=14092 vsize=2109116 memory=101444 CPUtime=2519.92 cores=0,2,4,6
/proc/14095/stat : 14095 (xcsp_picat) R 14092 14095 10833 0 -1 4202496 317370 0 0 0 250601 1391 0 0 20 0 1 0 219154182 2159734784 25361 33554432000 4194304 5849708 140731062051104 140731062050104 139626795126663 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 18219008 140731062056118 140731062056196 140731062056196 140731062058954 0
/proc/14095/statm: 527279 25361 751 405 0 524224 0
Current children cumulated CPU time: 2519.92 s
Current children cumulated vsize: 2109116 KiB
Current children cumulated memory: 101444 KiB

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

[startup+2520.01 s]
# the end of solver process 14095 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2506.01 s, system=13.9136 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.01
CPU time (s): 2519.93
CPU user time (s): 2506.01
CPU system time (s): 13.9136
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 2112060
Max. memory (cumulated for all children) (KiB): 104532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.01
system time used= 13.9136
maximum resident set size= 104532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317371
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= 9
involuntary context switches= 4469


# summary of solver processes directly reported to runsolver:
#   pid: 14095
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2506.01
#   total CPU system time (s): 13.9136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.98507 second user time and 17.7948 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-11 21:31:50
IDJOB=4303216
IDBENCH=141431
IDSOLVER=2778
FILE ID=node148/4303216-1534015910
RUNJOBID= node148-1533990783-10864
PBS_JOBID= 21036942
Free space on /tmp= 33724 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/LowAutocorrelation/LowAutocorrelation-030_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303216-1534015910/watcher-4303216-1534015910 -o /tmp/evaluation-result-4303216-1534015910/solver-4303216-1534015910 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1533990783-10864 --watchdog 2580  xcsp_picat HOME/instance-4303216-1534015910.xml

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

MD5SUM BENCH= 2e7b3311de08b1eac0c79f49a369770d
RANDOM SEED=268880296

node148.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.50
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.50
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.50
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.50
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:         6548108 kB
MemAvailable:   31786792 kB
Buffers:          230848 kB
Cached:         24855992 kB
SwapCached:          352 kB
Active:          9702512 kB
Inactive:       15558672 kB
Active(anon):     124240 kB
Inactive(anon):   102132 kB
Active(file):    9578272 kB
Inactive(file): 15456540 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              3228 kB
Writeback:             0 kB
AnonPages:        174552 kB
Mapped:            55380 kB
Shmem:             49592 kB
Slab:             660180 kB
SReclaimable:     632332 kB
SUnreclaim:        27848 kB
KernelStack:        3312 kB
PageTables:         5796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2433952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33720 MiB
End job on node148 at 2018-08-11 22:13:50