Trace number 4303217

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.02 2520.02

General information on the benchmark

NameLowAutocorrelation/
LowAutocorrelation-035_c18.xml
MD5SUM57f66bb5496e8bacdf8ee07e22262068
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables1259
Number of constraints663
Number of domains69
Minimum domain size2
Maximum domain size69
Distribution of domain sizes[{"size":2,"count":631},{"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":28,"count":1}, {"size":29,"count":2}, {"size":30,"count":1}, {"size":31,"count":2}, {"size":32,"count":1}, {"size":33,"count":2}, {"size":34,"count":1}, {"size":35,"count":2}, {"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}, {"size":61,"count":1}, {"size":63,"count":1}, {"size":65,"count":1}, {"size":67,"count":1}, {"size":69,"count":1}]
Minimum variable degree0
Maximum variable degree34
Distribution of variable degrees[{"degree":0,"count":561},{"degree":2,"count":663},{"degree":34,"count":35}]
Minimum constraint arity2
Maximum constraint arity35
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":596},{"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},{"arity":31,"count":1},{"arity":32,"count":1},{"arity":33,"count":1},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints629
Distribution of constraint types[{"type":"intension","count":629},{"type":"sum","count":34}]
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 (10882 MiB free)
  memory of node 1: 16384 MiB (7032 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303217-1534015699/watcher-4303217-1534015699 -o /tmp/evaluation-result-4303217-1534015699/solver-4303217-1534015699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25513 --watchdog 2580 xcsp_picat HOME/instance-4303217-1534015699.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=29306, runsolver pid=29303

[startup+0.100128 s]*
/proc/loadavg: 2.05 2.04 2.05 2/186 29316
/proc/meminfo: memFree=18356068/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2025744 memory=15584 CPUtime=0.1 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 1508 0 0 0 10 0 0 0 20 0 1 0 219133091 2074361856 3896 33554432000 4194304 5849708 140720885771472 140720885771472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 506436 3896 695 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 15584 KiB

[startup+0.209357 s]*
/proc/loadavg: 2.05 2.04 2.05 3/190 29339
/proc/meminfo: memFree=18345864/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2026076 memory=15844 CPUtime=0.21 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 1562 0 0 0 20 1 0 0 20 0 1 0 219133091 2074701824 3961 33554432000 4194304 5849708 140720885771472 140720885771472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 506519 3961 709 405 0 503464 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2026076 KiB
Current children cumulated memory: 15844 KiB

[startup+0.309163 s]*
/proc/loadavg: 2.05 2.04 2.05 3/190 29339
/proc/meminfo: memFree=18341028/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2029048 memory=19044 CPUtime=0.31 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 2505 0 0 0 30 1 0 0 20 0 1 0 219133091 2077745152 4761 33554432000 4194304 5849708 140720885771472 140720885771472 5394799 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 507262 4761 726 405 0 504207 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2029048 KiB
Current children cumulated memory: 19044 KiB

[startup+0.700255 s]
/proc/loadavg: 2.05 2.04 2.05 3/190 29339
/proc/meminfo: memFree=18341028/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2029164 memory=18924 CPUtime=0.69 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 2640 0 0 0 68 1 0 0 20 0 1 0 219133091 2077863936 4731 33554432000 4194304 5849708 140720885771472 140720885771472 5317005 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 507291 4731 729 405 0 504236 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029164 KiB
Current children cumulated memory: 18924 KiB

[startup+1.50029 s]
/proc/loadavg: 2.05 2.04 2.05 3/190 29339
/proc/meminfo: memFree=18340860/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2026508 memory=16500 CPUtime=1.49 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 2663 0 0 0 148 1 0 0 20 0 1 0 219133091 2075144192 4125 33554432000 4194304 5849708 140720885771472 140720885769960 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 506627 4125 749 405 0 503572 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2026508 KiB
Current children cumulated memory: 16500 KiB

[startup+3.10937 s]
/proc/loadavg: 1.97 2.02 2.04 3/190 29339
/proc/meminfo: memFree=18339976/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2030928 memory=19908 CPUtime=3.1 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 4205 0 0 0 307 3 0 0 20 0 1 0 219133091 2079670272 4977 33554432000 4194304 5849708 140720885771472 140720885769960 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 507732 4977 751 405 0 504677 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2030928 KiB
Current children cumulated memory: 19908 KiB

[startup+6.30023 s]
/proc/loadavg: 1.97 2.02 2.04 3/197 29362
/proc/meminfo: memFree=18341964/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2031892 memory=21932 CPUtime=6.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 5970 0 0 0 624 5 0 0 20 0 1 0 219133091 2080657408 5483 33554432000 4194304 5849708 140720885771472 140720885770472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 507973 5483 751 405 0 504918 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031892 KiB
Current children cumulated memory: 21932 KiB

[startup+12.7003 s]
/proc/loadavg: 1.89 2.00 2.04 3/190 29400
/proc/meminfo: memFree=18330068/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2033036 memory=24720 CPUtime=12.69 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 9403 0 0 0 1258 11 0 0 20 0 1 0 219133091 2081828864 6180 33554432000 4194304 5849708 140720885771472 140720885770472 5335584 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 508259 6180 751 405 0 505204 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2033036 KiB
Current children cumulated memory: 24720 KiB

[startup+25.5003 s]
/proc/loadavg: 1.91 2.00 2.04 3/190 29400
/proc/meminfo: memFree=18321940/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2036328 memory=30040 CPUtime=25.49 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 14746 0 0 0 2527 22 0 0 20 0 1 0 219133091 2085199872 7510 33554432000 4194304 5849708 140720885771472 140720885770472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 509082 7510 751 405 0 506027 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2036328 KiB
Current children cumulated memory: 30040 KiB

[startup+51.1094 s]
/proc/loadavg: 1.94 2.00 2.04 3/190 29400
/proc/meminfo: memFree=18309592/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2042052 memory=36836 CPUtime=51.1 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 29603 0 0 0 5065 45 0 0 20 0 1 0 219133091 2091061248 9209 33554432000 4194304 5849708 140720885771472 140720885770472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 510513 9209 751 405 0 507458 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2042052 KiB
Current children cumulated memory: 36836 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/190 29401
/proc/meminfo: memFree=18313272/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2042396 memory=37152 CPUtime=102.3 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 46792 0 0 0 10149 81 0 0 20 0 1 0 219133091 2091413504 9288 33554432000 4194304 5849708 140720885771472 140720885770472 5437607 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 510599 9288 751 405 0 507544 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2042396 KiB
Current children cumulated memory: 37152 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.04 3/193 29412
/proc/meminfo: memFree=18306264/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2043876 memory=38572 CPUtime=162.3 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 60392 0 0 0 16110 120 0 0 20 0 1 0 219133091 2092929024 9643 33554432000 4194304 5849708 140720885771472 140720885770472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 510969 9643 751 405 0 507914 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2043876 KiB
Current children cumulated memory: 38572 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/193 29474
/proc/meminfo: memFree=18304820/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2051904 memory=46680 CPUtime=222.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 74967 0 0 0 22075 154 0 0 20 0 1 0 219133091 2101149696 11670 33554432000 4194304 5849708 140720885771472 140720885770472 5339066 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 512976 11670 751 405 0 509921 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2051904 KiB
Current children cumulated memory: 46680 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/193 29536
/proc/meminfo: memFree=17999228/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2049160 memory=43720 CPUtime=282.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 89980 0 0 0 28043 186 0 0 20 0 1 0 219133091 2098339840 10930 33554432000 4194304 5849708 140720885771472 140720885770472 5437725 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 512290 10930 751 405 0 509235 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2049160 KiB
Current children cumulated memory: 43720 KiB

[startup+342.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/193 29537
/proc/meminfo: memFree=14688252/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2057460 memory=52272 CPUtime=342.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 104026 0 0 0 34011 218 0 0 20 0 1 0 219133091 2106839040 13068 33554432000 4194304 5849708 140720885771472 140720885770472 5437847 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 514365 13068 751 405 0 511310 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2057460 KiB
Current children cumulated memory: 52272 KiB

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/193 29538
/proc/meminfo: memFree=14695028/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2049880 memory=44592 CPUtime=402.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 118786 0 0 0 39984 245 0 0 20 0 1 0 219133091 2099077120 11148 33554432000 4194304 5849708 140720885771472 140720885770472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 512470 11148 751 405 0 509415 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2049880 KiB
Current children cumulated memory: 44592 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/189 29539
/proc/meminfo: memFree=14688364/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2058388 memory=52980 CPUtime=462.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 134648 0 0 0 45953 276 0 0 20 0 1 0 219133091 2107789312 13245 33554432000 4194304 5849708 140720885771472 140720885770472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 514597 13245 751 405 0 511542 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2058388 KiB
Current children cumulated memory: 52980 KiB


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

/proc/29306/statm: 572610 71313 751 405 0 569555 0
Current children cumulated CPU time: 1722.29 s
Current children cumulated vsize: 2290440 KiB
Current children cumulated memory: 285252 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/191 29581
/proc/meminfo: memFree=13403420/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2290440 memory=285252 CPUtime=1782.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 343194 0 0 0 177655 574 0 0 20 0 1 0 219133091 2345410560 71313 33554432000 4194304 5849708 140720885771472 140720885770472 5335584 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 572610 71313 751 405 0 569555 0
Current children cumulated CPU time: 1782.29 s
Current children cumulated vsize: 2290440 KiB
Current children cumulated memory: 285252 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/191 29583
/proc/meminfo: memFree=13403136/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2290440 memory=285252 CPUtime=1842.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 360568 0 0 0 183647 582 0 0 20 0 1 0 219133091 2345410560 71313 33554432000 4194304 5849708 140720885771472 140720885770472 5437636 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 572610 71313 751 405 0 569555 0
Current children cumulated CPU time: 1842.29 s
Current children cumulated vsize: 2290440 KiB
Current children cumulated memory: 285252 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/191 29584
/proc/meminfo: memFree=13403464/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2290440 memory=285252 CPUtime=1902.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 378611 0 0 0 189639 590 0 0 20 0 1 0 219133091 2345410560 71313 33554432000 4194304 5849708 140720885771472 140720885770632 5437580 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 572610 71313 751 405 0 569555 0
Current children cumulated CPU time: 1902.29 s
Current children cumulated vsize: 2290440 KiB
Current children cumulated memory: 285252 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 29593
/proc/meminfo: memFree=13403548/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2290440 memory=285252 CPUtime=1962.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 395779 0 0 0 195631 598 0 0 20 0 1 0 219133091 2345410560 71313 33554432000 4194304 5849708 140720885771472 140720885770472 5437705 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 572610 71313 751 405 0 569555 0
Current children cumulated CPU time: 1962.29 s
Current children cumulated vsize: 2290440 KiB
Current children cumulated memory: 285252 KiB

[startup+2022.3 s]
/proc/loadavg: 2.34 2.09 2.07 3/192 29616
/proc/meminfo: memFree=13402092/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2290440 memory=285252 CPUtime=2022.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 417545 0 0 0 201622 607 0 0 20 0 1 0 219133091 2345410560 71313 33554432000 4194304 5849708 140720885771472 140720885770472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 572610 71313 751 405 0 569555 0
Current children cumulated CPU time: 2022.29 s
Current children cumulated vsize: 2290440 KiB
Current children cumulated memory: 285252 KiB

[startup+2082.3 s]
/proc/loadavg: 2.36 2.16 2.09 3/191 29617
/proc/meminfo: memFree=13401948/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2290440 memory=285252 CPUtime=2082.3 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 435620 0 0 0 207615 615 0 0 20 0 1 0 219133091 2345410560 71313 33554432000 4194304 5849708 140720885771472 140720885770472 5437632 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 572610 71313 751 405 0 569555 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 2290440 KiB
Current children cumulated memory: 285252 KiB

[startup+2142.3 s]
/proc/loadavg: 2.13 2.13 2.09 3/191 29618
/proc/meminfo: memFree=13401896/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2290440 memory=285252 CPUtime=2142.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 453093 0 0 0 213607 622 0 0 20 0 1 0 219133091 2345410560 71313 33554432000 4194304 5849708 140720885771472 140720885770472 5437607 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 572610 71313 751 405 0 569555 0
Current children cumulated CPU time: 2142.29 s
Current children cumulated vsize: 2290440 KiB
Current children cumulated memory: 285252 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.11 2.08 3/191 29619
/proc/meminfo: memFree=13469744/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2222856 memory=217668 CPUtime=2202.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 477509 0 0 0 219595 634 0 0 20 0 1 0 219133091 2276204544 54417 33554432000 4194304 5849708 140720885771472 140720885770472 5437625 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 555714 54417 751 405 0 552659 0
Current children cumulated CPU time: 2202.29 s
Current children cumulated vsize: 2222856 KiB
Current children cumulated memory: 217668 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.09 2.08 3/191 29621
/proc/meminfo: memFree=13469928/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2222856 memory=217668 CPUtime=2262.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 493502 0 0 0 225584 645 0 0 20 0 1 0 219133091 2276204544 54417 33554432000 4194304 5849708 140720885771472 140720885770472 5437714 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 555714 54417 751 405 0 552659 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 2222856 KiB
Current children cumulated memory: 217668 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/191 29622
/proc/meminfo: memFree=13469872/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2222856 memory=217668 CPUtime=2322.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 495771 0 0 0 231575 654 0 0 20 0 1 0 219133091 2276204544 54417 33554432000 4194304 5849708 140720885771472 140720885770472 5437824 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 555714 54417 751 405 0 552659 0
Current children cumulated CPU time: 2322.29 s
Current children cumulated vsize: 2222856 KiB
Current children cumulated memory: 217668 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/191 29623
/proc/meminfo: memFree=13434828/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2257644 memory=252456 CPUtime=2382.3 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 512406 0 0 0 237564 666 0 0 20 0 1 0 219133091 2311827456 63114 33554432000 4194304 5849708 140720885771472 140720885770472 5437607 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 564411 63114 751 405 0 561356 0
Current children cumulated CPU time: 2382.3 s
Current children cumulated vsize: 2257644 KiB
Current children cumulated memory: 252456 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/191 29624
/proc/meminfo: memFree=13435036/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2257644 memory=252456 CPUtime=2442.3 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 513464 0 0 0 243554 676 0 0 20 0 1 0 219133091 2311827456 63114 33554432000 4194304 5849708 140720885771472 140720885770472 5437714 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 564411 63114 751 405 0 561356 0
Current children cumulated CPU time: 2442.3 s
Current children cumulated vsize: 2257644 KiB
Current children cumulated memory: 252456 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/191 29625
/proc/meminfo: memFree=13435340/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2257644 memory=252456 CPUtime=2502.29 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 530451 0 0 0 249543 686 0 0 20 0 1 0 219133091 2311827456 63114 33554432000 4194304 5849708 140720885771472 140720885770472 5438278 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 564411 63114 751 405 0 561356 0
Current children cumulated CPU time: 2502.29 s
Current children cumulated vsize: 2257644 KiB
Current children cumulated memory: 252456 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.08 2.05 2.06 3/191 29633
/proc/meminfo: memFree=13434968/32770624 swapFree=67108688/67108860
[pid=29306] ppid=29303 vsize=2257644 memory=252456 CPUtime=2520.01 cores=1,3,5,7
/proc/29306/stat : 29306 (xcsp_picat) R 29303 29306 25480 0 -1 4202496 530722 0 0 0 251312 689 0 0 20 0 1 0 219133091 2311827456 63114 33554432000 4194304 5849708 140720885771472 140720885770472 139785475116935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 31371264 140720885773494 140720885773572 140720885773572 140720885776330 0
/proc/29306/statm: 564411 63114 751 405 0 561356 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 2257644 KiB
Current children cumulated memory: 252456 KiB

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

[startup+2520.02 s]
# the end of solver process 29306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.12 s, system=6.89901 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.02
CPU time (s): 2520.02
CPU user time (s): 2513.12
CPU system time (s): 6.89901
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 2294620
Max. memory (cumulated for all children) (KiB): 289344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.12
system time used= 6.89901
maximum resident set size= 289344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530723
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= 2
involuntary context switches= 653


# summary of solver processes directly reported to runsolver:
#   pid: 29306
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2513.12
#   total CPU system time (s): 6.89901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.57005 second user time and 19.1896 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-11 21:28:19
IDJOB=4303217
IDBENCH=141421
IDSOLVER=2778
FILE ID=node134/4303217-1534015699
RUNJOBID= node134-1533991241-25513
PBS_JOBID= 21036944
Free space on /tmp= 42312 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/LowAutocorrelation/LowAutocorrelation-035_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303217-1534015699/watcher-4303217-1534015699 -o /tmp/evaluation-result-4303217-1534015699/solver-4303217-1534015699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25513 --watchdog 2580  xcsp_picat HOME/instance-4303217-1534015699.xml

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

MD5SUM BENCH= 57f66bb5496e8bacdf8ee07e22262068
RANDOM SEED=1003499592

node134.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.68
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.68
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.68
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.68
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:        18346220 kB
MemAvailable:   31882216 kB
Buffers:          173448 kB
Cached:         13510784 kB
SwapCached:           52 kB
Active:          4448768 kB
Inactive:        9315316 kB
Active(anon):      28744 kB
Inactive(anon):   103156 kB
Active(file):    4420024 kB
Inactive(file):  9212160 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3508 kB
Writeback:             0 kB
AnonPages:         74972 kB
Mapped:            63968 kB
Shmem:             49652 kB
Slab:             361052 kB
SReclaimable:     332272 kB
SUnreclaim:        28780 kB
KernelStack:        3616 kB
PageTables:         4900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1300388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42308 MiB
End job on node134 at 2018-08-11 22:10:19