Trace number 4395377

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 2019-09-12? (TO) 2519.73 2520.02

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r2.xml
MD5SUM1feceec156c21411e87c939d9e284415
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables3001
Number of constraints54
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3001}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":11},{"degree":3,"count":68},{"degree":4,"count":284},{"degree":5,"count":1134},{"degree":6,"count":908},{"degree":7,"count":436},{"degree":8,"count":123},{"degree":9,"count":37}]
Minimum constraint arity139
Maximum constraint arity479
Distribution of constraint arities[{"arity":139,"count":1},{"arity":140,"count":1},{"arity":143,"count":1},{"arity":153,"count":3},{"arity":159,"count":1},{"arity":161,"count":1},{"arity":162,"count":2},{"arity":171,"count":1},{"arity":172,"count":1},{"arity":176,"count":1},{"arity":178,"count":1},{"arity":182,"count":1},{"arity":183,"count":1},{"arity":184,"count":2},{"arity":185,"count":1},{"arity":188,"count":1},{"arity":189,"count":2},{"arity":191,"count":2},{"arity":192,"count":1},{"arity":195,"count":2},{"arity":199,"count":1},{"arity":211,"count":2},{"arity":217,"count":1},{"arity":232,"count":1},{"arity":254,"count":1},{"arity":260,"count":1},{"arity":261,"count":1},{"arity":269,"count":1},{"arity":276,"count":1},{"arity":282,"count":1},{"arity":292,"count":1},{"arity":312,"count":1},{"arity":315,"count":1},{"arity":386,"count":1},{"arity":390,"count":1},{"arity":405,"count":1},{"arity":416,"count":2},{"arity":425,"count":1},{"arity":431,"count":1},{"arity":434,"count":1},{"arity":436,"count":1},{"arity":439,"count":1},{"arity":458,"count":1},{"arity":472,"count":1},{"arity":479,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":54}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

29.58/29.69	c xcsp_picat version 2.7b12 (9/12/2019)
71.58/71.68	o 19

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395377-1568337399/watcher-4395377-1568337399 -o /tmp/evaluation-result-4395377-1568337399/solver-4395377-1568337399 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580 xcsp_picat HOME/instance-4395377-1568337399.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=19249, runsolver pid=19246
Current StackSize limit: 8192 KiB


[startup+0.10076 s]*
/proc/loadavg: 2.00 2.01 2.05 3/207 19250
/proc/meminfo: memFree=29303732/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2031716 memory=36312 CPUtime=0.09 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 2121 0 0 0 9 0 0 0 20 0 1 0 409662640 2080477184 9078 33554432000 4194304 5870510 140732718158560 140732718157864 4537562 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 507929 9078 856 410 0 503402 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 36312 KiB

[startup+0.210194 s]*
/proc/loadavg: 2.00 2.01 2.05 3/207 19250
/proc/meminfo: memFree=29291340/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2040824 memory=47888 CPUtime=0.2 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 3509 0 0 0 20 0 0 0 20 0 1 0 409662640 2089803776 11972 33554432000 4194304 5870510 140732718158560 140732718157864 139791931096967 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 510206 11972 936 410 0 505679 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2040824 KiB
Current children cumulated memory: 47888 KiB

[startup+0.309929 s]*
/proc/loadavg: 2.00 2.01 2.05 3/207 19250
/proc/meminfo: memFree=29291340/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2040824 memory=47888 CPUtime=0.3 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 3517 0 0 0 30 0 0 0 20 0 1 0 409662640 2089803776 11972 33554432000 4194304 5870510 140732718158560 140732718157656 139791931096967 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 510206 11972 936 410 0 505679 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2040824 KiB
Current children cumulated memory: 47888 KiB

[startup+0.700227 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 19251
/proc/meminfo: memFree=29289100/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2040920 memory=48164 CPUtime=0.68 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 3554 0 0 0 68 0 0 0 20 0 1 0 409662640 2089902080 12041 33554432000 4194304 5870510 140732718158560 140732718157656 139791931096967 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 510230 12041 953 410 0 505703 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2040920 KiB
Current children cumulated memory: 48164 KiB

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.05 3/206 19252
/proc/meminfo: memFree=29284704/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2041228 memory=48412 CPUtime=1.49 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 3675 0 0 0 148 1 0 0 20 0 1 0 409662640 2090217472 12103 33554432000 4194304 5870510 140732718158560 140732718157656 5405713 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 510307 12103 953 410 0 505780 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2041228 KiB
Current children cumulated memory: 48412 KiB

[startup+3.10949 s]
/proc/loadavg: 2.00 2.01 2.05 3/206 19252
/proc/meminfo: memFree=29296176/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2041600 memory=49200 CPUtime=3.09 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 4292 0 0 0 308 1 0 0 20 0 1 0 409662640 2090598400 12300 33554432000 4194304 5870510 140732718158560 140732718157256 5577856 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 510400 12300 953 410 0 505873 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2041600 KiB
Current children cumulated memory: 49200 KiB

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.05 3/206 19252
/proc/meminfo: memFree=29284988/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2064528 memory=68540 CPUtime=6.28 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 9019 0 0 0 626 2 0 0 20 0 1 0 409662640 2114076672 17135 33554432000 4194304 5870510 140732718158560 140732718157512 5281827 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 516132 17135 987 410 0 511605 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2064528 KiB
Current children cumulated memory: 68540 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/206 19252
/proc/meminfo: memFree=29233216/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2095172 memory=104008 CPUtime=12.68 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 19983 0 0 0 1265 3 0 0 20 0 1 0 409662640 2145456128 26002 33554432000 4194304 5870510 140732718158560 140732718157512 5262756 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 523793 26002 987 410 0 519266 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2095172 KiB
Current children cumulated memory: 104008 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/206 19252
/proc/meminfo: memFree=29199124/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2176080 memory=147948 CPUtime=25.48 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 35715 0 0 0 2541 7 0 0 20 0 1 0 409662640 2228305920 36987 33554432000 4194304 5870510 140732718158560 140732718157512 5277425 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 544020 36987 987 410 0 539493 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2176080 KiB
Current children cumulated memory: 147948 KiB

[startup+51.1102 s]
/proc/loadavg: 2.16 2.05 2.06 3/206 19315
/proc/meminfo: memFree=30051320/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2223660 memory=197848 CPUtime=51.09 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 53499 0 0 0 5095 14 0 0 20 0 1 0 409662640 2277027840 49462 33554432000 4194304 5870510 140732718158560 140732718157512 5283064 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 555915 49462 994 410 0 551388 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2223660 KiB
Current children cumulated memory: 197848 KiB

[startup+102.3 s]
/proc/loadavg: 2.15 2.07 2.06 3/206 19379
/proc/meminfo: memFree=30222580/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2223660 memory=184660 CPUtime=102.27 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 80654 0 0 0 10199 28 0 0 20 0 1 0 409662640 2277027840 46165 33554432000 4194304 5870510 140732718158560 140732718157512 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 555915 46165 994 410 0 551388 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2223660 KiB
Current children cumulated memory: 184660 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.06 3/206 19384
/proc/meminfo: memFree=30190200/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2199688 memory=190400 CPUtime=162.27 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 88843 0 0 0 16186 41 0 0 20 0 1 0 409662640 2252480512 47600 33554432000 4194304 5870510 140732718158560 140732718157512 5262988 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 549922 47600 994 410 0 545395 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2199688 KiB
Current children cumulated memory: 190400 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/207 19390
/proc/meminfo: memFree=30245700/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2119548 memory=133360 CPUtime=222.26 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 97041 0 0 0 22177 49 0 0 20 0 1 0 409662640 2170417152 33340 33554432000 4194304 5870510 140732718158560 140732718157576 5283064 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 529887 33340 994 410 0 525360 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2119548 KiB
Current children cumulated memory: 133360 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/206 19399
/proc/meminfo: memFree=30245580/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2119548 memory=133360 CPUtime=282.26 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 103261 0 0 0 28172 54 0 0 20 0 1 0 409662640 2170417152 33340 33554432000 4194304 5870510 140732718158560 140732718157576 5281810 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 529887 33340 994 410 0 525360 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2119548 KiB
Current children cumulated memory: 133360 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/206 19404
/proc/meminfo: memFree=30196220/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2138224 memory=152036 CPUtime=342.25 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 107630 0 0 0 34167 58 0 0 20 0 1 0 409662640 2189541376 38009 33554432000 4194304 5870510 140732718158560 140732718157576 5272962 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 534556 38009 994 410 0 530029 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2138224 KiB
Current children cumulated memory: 152036 KiB

[startup+402.3 s]
/proc/loadavg: 1.95 2.01 2.04 3/207 19474
/proc/meminfo: memFree=30235064/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2187544 memory=186372 CPUtime=402.24 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 112748 0 0 0 40163 61 0 0 20 0 1 0 409662640 2240045056 46593 33554432000 4194304 5870510 140732718158560 140732718157000 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 546886 46593 994 410 0 542359 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2187544 KiB
Current children cumulated memory: 186372 KiB

[startup+462.3 s]
/proc/loadavg: 1.98 2.01 2.04 3/206 19478
/proc/meminfo: memFree=30188392/32770624 swapFree=67008816/67108860
[pid=19249] ppid=19246 vsize=2229436 memory=234656 CPUtime=462.23 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 118183 0 0 0 46156 67 0 0 20 0 1 0 409662640 2282942464 58664 33554432000 4194304 5870510 140732718158560 140732718157512 5277455 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557359 58664 994 410 0 552832 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2229436 KiB
Current children cumulated memory: 234656 KiB


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

/proc/19249/statm: 564802 62502 994 410 0 560275 0
Current children cumulated CPU time: 1722.09 s
Current children cumulated vsize: 2259208 KiB
Current children cumulated memory: 250008 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/205 19781
/proc/meminfo: memFree=29940468/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2259208 memory=249904 CPUtime=1782.08 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 375685 0 0 0 177878 330 0 0 20 0 1 0 409662640 2313428992 62476 33554432000 4194304 5870510 140732718158560 140732718157512 5274765 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 564802 62476 994 410 0 560275 0
Current children cumulated CPU time: 1782.08 s
Current children cumulated vsize: 2259208 KiB
Current children cumulated memory: 249904 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/206 19787
/proc/meminfo: memFree=29943780/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2228388 memory=231308 CPUtime=1842.07 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 383787 0 0 0 183868 339 0 0 20 0 1 0 409662640 2281869312 57827 33554432000 4194304 5870510 140732718158560 140732718157000 5262541 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557097 57827 994 410 0 552570 0
Current children cumulated CPU time: 1842.07 s
Current children cumulated vsize: 2228388 KiB
Current children cumulated memory: 231308 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/205 19791
/proc/meminfo: memFree=29908044/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2228388 memory=241548 CPUtime=1902.07 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 389713 0 0 0 189861 346 0 0 20 0 1 0 409662640 2281869312 60387 33554432000 4194304 5870510 140732718158560 140732718157576 5262902 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557097 60387 994 410 0 552570 0
Current children cumulated CPU time: 1902.07 s
Current children cumulated vsize: 2228388 KiB
Current children cumulated memory: 241548 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/205 19796
/proc/meminfo: memFree=29771124/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2259208 memory=252056 CPUtime=1962.07 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 415369 0 0 0 195846 361 0 0 20 0 1 0 409662640 2313428992 63014 33554432000 4194304 5870510 140732718158560 140732718157512 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 564802 63014 994 410 0 560275 0
Current children cumulated CPU time: 1962.07 s
Current children cumulated vsize: 2259208 KiB
Current children cumulated memory: 252056 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/206 19802
/proc/meminfo: memFree=29752104/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2228388 memory=237452 CPUtime=2022.06 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 427139 0 0 0 201830 376 0 0 20 0 1 0 409662640 2281869312 59363 33554432000 4194304 5870510 140732718158560 140732718157576 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557097 59363 994 410 0 552570 0
Current children cumulated CPU time: 2022.06 s
Current children cumulated vsize: 2228388 KiB
Current children cumulated memory: 237452 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/205 19811
/proc/meminfo: memFree=29781852/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2228388 memory=225060 CPUtime=2082.05 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 439061 0 0 0 207814 391 0 0 20 0 1 0 409662640 2281869312 56265 33554432000 4194304 5870510 140732718158560 140732718157576 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557097 56265 994 410 0 552570 0
Current children cumulated CPU time: 2082.05 s
Current children cumulated vsize: 2228388 KiB
Current children cumulated memory: 225060 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/206 19816
/proc/meminfo: memFree=29553868/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2228388 memory=235404 CPUtime=2142.04 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 443913 0 0 0 213807 397 0 0 20 0 1 0 409662640 2281869312 58851 33554432000 4194304 5870510 140732718158560 140732718157000 5282736 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557097 58851 994 410 0 552570 0
Current children cumulated CPU time: 2142.04 s
Current children cumulated vsize: 2228388 KiB
Current children cumulated memory: 235404 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/207 19822
/proc/meminfo: memFree=29927552/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2228388 memory=231308 CPUtime=2202.04 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 449628 0 0 0 219800 404 0 0 20 0 1 0 409662640 2281869312 57827 33554432000 4194304 5870510 140732718158560 140732718157000 5282738 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557097 57827 994 410 0 552570 0
Current children cumulated CPU time: 2202.04 s
Current children cumulated vsize: 2228388 KiB
Current children cumulated memory: 231308 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 19826
/proc/meminfo: memFree=29941992/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2179068 memory=192876 CPUtime=2262.03 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 455611 0 0 0 225793 410 0 0 20 0 1 0 409662640 2231365632 48219 33554432000 4194304 5870510 140732718158560 140732718157576 5282767 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 544767 48219 994 410 0 540240 0
Current children cumulated CPU time: 2262.03 s
Current children cumulated vsize: 2179068 KiB
Current children cumulated memory: 192876 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/206 19831
/proc/meminfo: memFree=29842216/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2228388 memory=231308 CPUtime=2322.02 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 461348 0 0 0 231786 416 0 0 20 0 1 0 409662640 2281869312 57827 33554432000 4194304 5870510 140732718158560 140732718157000 5274889 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557097 57827 994 410 0 552570 0
Current children cumulated CPU time: 2322.02 s
Current children cumulated vsize: 2228388 KiB
Current children cumulated memory: 231308 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/207 19838
/proc/meminfo: memFree=29884608/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2228388 memory=237452 CPUtime=2382.02 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 472818 0 0 0 237771 431 0 0 20 0 1 0 409662640 2281869312 59363 33554432000 4194304 5870510 140732718158560 140732718157576 5282394 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 557097 59363 994 410 0 552570 0
Current children cumulated CPU time: 2382.02 s
Current children cumulated vsize: 2228388 KiB
Current children cumulated memory: 237452 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 19843
/proc/meminfo: memFree=29856960/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2259208 memory=247960 CPUtime=2442.01 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 499126 0 0 0 243753 448 0 0 20 0 1 0 409662640 2313428992 61990 33554432000 4194304 5870510 140732718158560 140732718157512 5282736 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 564802 61990 994 410 0 560275 0
Current children cumulated CPU time: 2442.01 s
Current children cumulated vsize: 2259208 KiB
Current children cumulated memory: 247960 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 19847
/proc/meminfo: memFree=29772644/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2259208 memory=251960 CPUtime=2502 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 510272 0 0 0 249738 462 0 0 20 0 1 0 409662640 2313428992 62990 33554432000 4194304 5870510 140732718158560 140732718157512 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 564802 62990 994 410 0 560275 0
Current children cumulated CPU time: 2502 s
Current children cumulated vsize: 2259208 KiB
Current children cumulated memory: 251960 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/205 19850
/proc/meminfo: memFree=29783380/32770624 swapFree=67008856/67108860
[pid=19249] ppid=19246 vsize=2259208 memory=242716 CPUtime=2519.71 cores=0,2,4,6
/proc/19249/stat : 19249 (xcsp_picat) R 19246 19249 14854 0 -1 4202496 513165 0 0 0 251504 467 0 0 20 0 1 0 409662640 2313428992 60679 33554432000 4194304 5870510 140732718158560 140732718157576 5282736 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27992064 140732718167071 140732718167149 140732718167149 140732718170058 0
/proc/19249/statm: 564802 60679 994 410 0 560275 0
Current children cumulated CPU time: 2519.71 s
Current children cumulated vsize: 2259208 KiB
Current children cumulated memory: 242716 KiB

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

[startup+2520.02 s]
# the end of solver process 19249 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.04 s, system=4.68248 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): 2519.73
CPU user time (s): 2515.04
CPU system time (s): 4.68248
CPU usage (%): 99.9885
Max. virtual memory (cumulated for all children) (KiB): 2324736
Max. memory (cumulated for all children) (KiB): 302624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.04
system time used= 4.68248
maximum resident set size= 341568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513167
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= 6
involuntary context switches= 2973


# summary of solver processes directly reported to runsolver:
#   pid: 19249
#   total CPU time (s): 2519.73
#   total CPU user time (s): 2515.04
#   total CPU system time (s): 4.68248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1079 second user time and 19.4763 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 03:15:50
IDJOB=4395377
IDBENCH=133715
IDSOLVER=2844
FILE ID=node132/4395377-1568337399
RUNJOBID= node132-1568322174-14885
PBS_JOBID= 21701138
Free space on /tmp= 60300 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r2.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395377-1568337399/watcher-4395377-1568337399 -o /tmp/evaluation-result-4395377-1568337399/solver-4395377-1568337399 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580  xcsp_picat HOME/instance-4395377-1568337399.xml

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

MD5SUM BENCH= 1feceec156c21411e87c939d9e284415
RANDOM SEED=1826716985

node132.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.95
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.95
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.95
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.95
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:        29336988 kB
MemAvailable:   30725580 kB
Buffers:          124672 kB
Cached:          1535296 kB
SwapCached:         8512 kB
Active:          1504860 kB
Inactive:        1347244 kB
Active(anon):    1191964 kB
Inactive(anon):    28024 kB
Active(file):     312896 kB
Inactive(file):  1319220 kB
Unevictable:      109188 kB
Mlocked:          109188 kB
SwapTotal:      67108860 kB
SwapFree:       67008816 kB
Dirty:              3396 kB
Writeback:             0 kB
AnonPages:       1299068 kB
Mapped:            33052 kB
Shmem:             18712 kB
Slab:             173652 kB
SReclaimable:     144624 kB
SUnreclaim:        29028 kB
KernelStack:        3680 kB
PageTables:         8240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3387612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1202176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 60300 MiB
End job on node132 at 2019-09-13 03:57:50