Trace number 4309866

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-14? (TO) 2519.98 2520.02

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-01-0200_c18.xml
MD5SUMbcb772945ca2f244c7b00bb761820cd7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark35787314
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables3236
Number of constraints2053
Number of domains39
Minimum domain size1
Maximum domain size95
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":1142},{"size":11,"count":945},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":22},{"size":25,"count":1},{"size":29,"count":34},{"size":33,"count":35},{"size":34,"count":18},{"size":35,"count":32},{"size":39,"count":8},{"size":40,"count":9},{"size":41,"count":15},{"size":49,"count":1},{"size":50,"count":19},{"size":51,"count":16},{"size":53,"count":5},{"size":55,"count":32},{"size":57,"count":10},{"size":58,"count":7},{"size":60,"count":9},{"size":64,"count":76},{"size":69,"count":85},{"size":74,"count":50},{"size":81,"count":87},{"size":91,"count":84},{"size":93,"count":31},{"size":95,"count":450}]
Minimum variable degree2
Maximum variable degree946
Distribution of variable degrees[{"degree":2,"count":2836},{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":17},{"degree":6,"count":21},{"degree":7,"count":31},{"degree":8,"count":26},{"degree":9,"count":50},{"degree":10,"count":45},{"degree":11,"count":47},{"degree":12,"count":52},{"degree":13,"count":72},{"degree":14,"count":34},{"degree":946,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":163},{"arity":3,"count":945},{"arity":6,"count":945}]
Number of extensional constraints945
Number of intensional constraints1108
Distribution of constraint types[{"type":"extension","count":945},{"type":"intension","count":1108}]
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 (14598 MiB free)
  memory of node 1: 16384 MiB (13829 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309866-1534304950/watcher-4309866-1534304950 -o /tmp/evaluation-result-4309866-1534304950/solver-4309866-1534304950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18983 --watchdog 2580 xcsp_picat HOME/instance-4309866-1534304950.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
Current StackSize limit: 8192 KiB

solver pid=20249, runsolver pid=20246

[startup+0.100136 s]*
/proc/loadavg: 2.00 2.01 2.05 3/181 20250
/proc/meminfo: memFree=29094528/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2025744 memory=21300 CPUtime=0.1 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 1410 0 0 0 10 0 0 0 20 0 1 0 248058213 2074361856 5325 33554432000 4194304 5849940 140721311371264 140721311370568 140181864049664 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 506436 5325 608 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 21300 KiB

[startup+0.209508 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 20261
/proc/meminfo: memFree=29066904/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2025744 memory=27444 CPUtime=0.21 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 1413 0 0 0 21 0 0 0 20 0 1 0 248058213 2074361856 6861 33554432000 4194304 5849940 140721311371264 140721311370568 4488915 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 506436 6861 608 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 27444 KiB

[startup+0.309689 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 20261
/proc/meminfo: memFree=29054632/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2025744 memory=33588 CPUtime=0.31 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 1416 0 0 0 31 0 0 0 20 0 1 0 248058213 2074361856 8397 33554432000 4194304 5849940 140721311371264 140721311370568 4548541 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 506436 8397 608 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33588 KiB

[startup+0.700376 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20261
/proc/meminfo: memFree=29029684/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2025744 memory=56116 CPUtime=0.69 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 1427 0 0 0 69 0 0 0 20 0 1 0 248058213 2074361856 14029 33554432000 4194304 5849940 140721311371264 140721311370568 4476741 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 506436 14029 608 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 56116 KiB

[startup+1.50039 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20261
/proc/meminfo: memFree=28970156/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2025744 memory=105368 CPUtime=1.49 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 1451 0 0 0 148 1 0 0 20 0 1 0 248058213 2074361856 26342 33554432000 4194304 5849940 140721311371264 140721311370568 4488915 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 506436 26342 628 405 0 503380 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 105368 KiB

[startup+3.10946 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20261
/proc/meminfo: memFree=28723916/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2025744 memory=203672 CPUtime=3.1 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 1639 0 0 0 308 2 0 0 20 0 1 0 248058213 2074361856 50918 33554432000 4194304 5849940 140721311371264 140721311370568 140181864049664 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 506436 50918 628 405 0 503380 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 203672 KiB

[startup+6.3004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20261
/proc/meminfo: memFree=28346976/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2025744 memory=398232 CPUtime=6.29 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 1887 0 0 0 624 5 0 0 20 0 1 0 248058213 2074361856 99558 33554432000 4194304 5849940 140721311371264 140721311370568 4644503 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 506436 99558 628 405 0 503380 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 398232 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20261
/proc/meminfo: memFree=27291428/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2056996 memory=1171936 CPUtime=12.69 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 3881 0 0 0 1252 17 0 0 20 0 1 0 248058213 2106363904 292984 33554432000 4194304 5849940 140721311371264 140721311370552 4514957 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 514249 292984 659 405 0 511193 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2056996 KiB
Current children cumulated memory: 1171936 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20261
/proc/meminfo: memFree=26044908/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2060528 memory=1333380 CPUtime=25.49 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 5176 0 0 0 2527 22 0 0 20 0 1 0 248058213 2109980672 333345 33554432000 4194304 5849940 140721311371264 140721311370376 5472735 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 515132 333345 723 405 0 512076 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2060528 KiB
Current children cumulated memory: 1333380 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20269
/proc/meminfo: memFree=25849816/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2183576 memory=1456600 CPUtime=51.1 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 22971 0 0 0 5076 34 0 0 20 0 1 0 248058213 2235981824 364150 33554432000 4194304 5849940 140721311371264 140721311370136 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 545894 364150 755 405 0 542838 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2183576 KiB
Current children cumulated memory: 1456600 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20270
/proc/meminfo: memFree=25871716/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2148236 memory=1421260 CPUtime=102.29 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 52642 0 0 0 10173 56 0 0 20 0 1 0 248058213 2199793664 355315 33554432000 4194304 5849940 140721311371264 140721311370264 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 537059 355315 755 405 0 534003 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2148236 KiB
Current children cumulated memory: 1421260 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20271
/proc/meminfo: memFree=25866232/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2180276 memory=1453300 CPUtime=162.29 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 100117 0 0 0 16140 89 0 0 20 0 1 0 248058213 2232602624 363325 33554432000 4194304 5849940 140721311371264 140721311369912 5392121 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 545069 363325 755 405 0 542013 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2180276 KiB
Current children cumulated memory: 1453300 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20272
/proc/meminfo: memFree=25852776/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2179860 memory=1452884 CPUtime=222.28 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 147208 0 0 0 22101 127 0 0 20 0 1 0 248058213 2232176640 363221 33554432000 4194304 5849940 140721311371264 140721311370264 5437815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 544965 363221 755 405 0 541909 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2179860 KiB
Current children cumulated memory: 1452884 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20273
/proc/meminfo: memFree=25865988/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2179796 memory=1452820 CPUtime=282.29 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 193454 0 0 0 28061 168 0 0 20 0 1 0 248058213 2232111104 363205 33554432000 4194304 5849940 140721311371264 140721311370264 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 544949 363205 755 405 0 541893 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2179796 KiB
Current children cumulated memory: 1452820 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20274
/proc/meminfo: memFree=25839492/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2179688 memory=1452712 CPUtime=342.28 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 238459 0 0 0 34025 203 0 0 20 0 1 0 248058213 2232000512 363178 33554432000 4194304 5849940 140721311371264 140721311370136 5416768 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 544922 363178 755 405 0 541866 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2179688 KiB
Current children cumulated memory: 1452712 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20276
/proc/meminfo: memFree=25866252/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2179604 memory=1452628 CPUtime=402.28 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 285192 0 0 0 39988 240 0 0 20 0 1 0 248058213 2231914496 363157 33554432000 4194304 5849940 140721311371264 140721311370264 5438720 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 544901 363157 755 405 0 541845 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2179604 KiB
Current children cumulated memory: 1452628 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 20277
/proc/meminfo: memFree=25852408/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2179604 memory=1452628 CPUtime=462.28 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 329628 0 0 0 45953 275 0 0 20 0 1 0 248058213 2231914496 363157 33554432000 4194304 5849940 140721311371264 140721311370264 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 544901 363157 755 405 0 541845 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2179604 KiB
Current children cumulated memory: 1452628 KiB


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

/proc/20249/statm: 554357 372611 764 405 0 551301 0
Current children cumulated CPU time: 1722.26 s
Current children cumulated vsize: 2217428 KiB
Current children cumulated memory: 1490444 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 20768
/proc/meminfo: memFree=27515728/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2102612 memory=1375672 CPUtime=1782.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 786952 0 0 0 177352 874 0 0 20 0 1 0 248058213 2153074688 343918 33554432000 4194304 5849940 140721311371264 140721311370376 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 525653 343918 764 405 0 522597 0
Current children cumulated CPU time: 1782.26 s
Current children cumulated vsize: 2102612 KiB
Current children cumulated memory: 1375672 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 20769
/proc/meminfo: memFree=27493536/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2122180 memory=1395240 CPUtime=1842.27 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 801343 0 0 0 183321 906 0 0 20 0 1 0 248058213 2173112320 348810 33554432000 4194304 5849940 140721311371264 140721311370264 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 530545 348810 764 405 0 527489 0
Current children cumulated CPU time: 1842.27 s
Current children cumulated vsize: 2122180 KiB
Current children cumulated memory: 1395240 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 20778
/proc/meminfo: memFree=27422076/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2192764 memory=1465560 CPUtime=1902.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 814373 0 0 0 189284 942 0 0 20 0 1 0 248058213 2245390336 366390 33554432000 4194304 5849940 140721311371264 140721311369752 5305075 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 548191 366390 764 405 0 545135 0
Current children cumulated CPU time: 1902.26 s
Current children cumulated vsize: 2192764 KiB
Current children cumulated memory: 1465560 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 20779
/proc/meminfo: memFree=27417304/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2192812 memory=1465608 CPUtime=1962.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 821999 0 0 0 195261 965 0 0 20 0 1 0 248058213 2245439488 366402 33554432000 4194304 5849940 140721311371264 140721311369752 5319941 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 548203 366402 764 405 0 545147 0
Current children cumulated CPU time: 1962.26 s
Current children cumulated vsize: 2192812 KiB
Current children cumulated memory: 1465608 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 20780
/proc/meminfo: memFree=27504636/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2102612 memory=1375672 CPUtime=2022.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 826981 0 0 0 201233 993 0 0 20 0 1 0 248058213 2153074688 343918 33554432000 4194304 5849940 140721311371264 140721311370360 5606405 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 525653 343918 764 405 0 522597 0
Current children cumulated CPU time: 2022.26 s
Current children cumulated vsize: 2102612 KiB
Current children cumulated memory: 1375672 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 20781
/proc/meminfo: memFree=27389464/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2218464 memory=1491524 CPUtime=2082.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 835326 0 0 0 207222 1004 0 0 20 0 1 0 248058213 2271707136 372881 33554432000 4194304 5849940 140721311371264 140721311369672 5319945 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 554616 372881 764 405 0 551560 0
Current children cumulated CPU time: 2082.26 s
Current children cumulated vsize: 2218464 KiB
Current children cumulated memory: 1491524 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 20782
/proc/meminfo: memFree=27389340/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2218464 memory=1491524 CPUtime=2142.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 841745 0 0 0 213221 1005 0 0 20 0 1 0 248058213 2271707136 372881 33554432000 4194304 5849940 140721311371264 140721311369672 5319938 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 554616 372881 764 405 0 551560 0
Current children cumulated CPU time: 2142.26 s
Current children cumulated vsize: 2218464 KiB
Current children cumulated memory: 1491524 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 20784
/proc/meminfo: memFree=27385208/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2218464 memory=1491524 CPUtime=2202.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 853097 0 0 0 219220 1006 0 0 20 0 1 0 248058213 2271707136 372881 33554432000 4194304 5849940 140721311371264 140721311369672 5319922 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 554616 372881 764 405 0 551560 0
Current children cumulated CPU time: 2202.26 s
Current children cumulated vsize: 2218464 KiB
Current children cumulated memory: 1491524 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 20785
/proc/meminfo: memFree=27496176/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2102612 memory=1375672 CPUtime=2262.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 885372 0 0 0 225197 1029 0 0 20 0 1 0 248058213 2153074688 343918 33554432000 4194304 5849940 140721311371264 140721311370360 5606430 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 525653 343918 764 405 0 522597 0
Current children cumulated CPU time: 2262.26 s
Current children cumulated vsize: 2102612 KiB
Current children cumulated memory: 1375672 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 20786
/proc/meminfo: memFree=27496764/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2102612 memory=1375672 CPUtime=2322.25 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 897508 0 0 0 231176 1049 0 0 20 0 1 0 248058213 2153074688 343918 33554432000 4194304 5849940 140721311371264 140721311370360 5606430 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 525653 343918 764 405 0 522597 0
Current children cumulated CPU time: 2322.25 s
Current children cumulated vsize: 2102612 KiB
Current children cumulated memory: 1375672 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 20788
/proc/meminfo: memFree=27496232/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2102612 memory=1375672 CPUtime=2382.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 908328 0 0 0 237143 1083 0 0 20 0 1 0 248058213 2153074688 343918 33554432000 4194304 5849940 140721311371264 140721311370360 5472119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 525653 343918 764 405 0 522597 0
Current children cumulated CPU time: 2382.26 s
Current children cumulated vsize: 2102612 KiB
Current children cumulated memory: 1375672 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 20789
/proc/meminfo: memFree=27485348/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2113756 memory=1386816 CPUtime=2442.26 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 919100 0 0 0 243116 1110 0 0 20 0 1 0 248058213 2164486144 346704 33554432000 4194304 5849940 140721311371264 140721311370264 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 528439 346704 764 405 0 525383 0
Current children cumulated CPU time: 2442.26 s
Current children cumulated vsize: 2113756 KiB
Current children cumulated memory: 1386816 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 20798
/proc/meminfo: memFree=27475884/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2122572 memory=1395632 CPUtime=2502.25 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 940803 0 0 0 249090 1135 0 0 20 0 1 0 248058213 2173513728 348908 33554432000 4194304 5849940 140721311371264 140721311369976 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 530643 348908 764 405 0 527587 0
Current children cumulated CPU time: 2502.25 s
Current children cumulated vsize: 2122572 KiB
Current children cumulated memory: 1395632 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.99 2.03 3/188 20798
/proc/meminfo: memFree=27484812/32770624 swapFree=67030680/67108860
[pid=20249] ppid=20246 vsize=2113960 memory=1387020 CPUtime=2519.96 cores=0,2,4,6
/proc/20249/stat : 20249 (xcsp_picat) R 20246 20249 18952 0 -1 4202496 941207 0 0 0 250844 1152 0 0 20 0 1 0 248058213 2164695040 346755 33554432000 4194304 5849940 140721311371264 140721311370264 140181864071047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 20819968 140721311372470 140721311372548 140721311372548 140721311375306 0
/proc/20249/statm: 528490 346755 764 405 0 525434 0
Current children cumulated CPU time: 2519.96 s
Current children cumulated vsize: 2113960 KiB
Current children cumulated memory: 1387020 KiB

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

[startup+2520.02 s]
# the end of solver process 20249 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.45 s, system=11.5348 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.98
CPU user time (s): 2508.45
CPU system time (s): 11.5348
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 2218508
Max. memory (cumulated for all children) (KiB): 1491568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.45
system time used= 11.5348
maximum resident set size= 1491568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 941207
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= 3
involuntary context switches= 3362


# summary of solver processes directly reported to runsolver:
#   pid: 20249
#   total CPU time (s): 2519.98
#   total CPU user time (s): 2508.45
#   total CPU system time (s): 11.5348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.5233 second user time and 18.006 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 05:49:10
IDJOB=4309866
IDBENCH=141272
IDSOLVER=2794
FILE ID=node102/4309866-1534304950
RUNJOBID= node102-1534292346-18983
PBS_JOBID= 21038132
Free space on /tmp= 39404 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-01-0200_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309866-1534304950/watcher-4309866-1534304950 -o /tmp/evaluation-result-4309866-1534304950/solver-4309866-1534304950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18983 --watchdog 2580  xcsp_picat HOME/instance-4309866-1534304950.xml

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

MD5SUM BENCH= bcb772945ca2f244c7b00bb761820cd7
RANDOM SEED=866819844

node102.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.51
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.51
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.51
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.51
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:        29110944 kB
MemAvailable:   31882888 kB
Buffers:          151184 kB
Cached:          2878072 kB
SwapCached:        51224 kB
Active:          1479928 kB
Inactive:        1628448 kB
Active(anon):       2248 kB
Inactive(anon):   128612 kB
Active(file):    1477680 kB
Inactive(file):  1499836 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:            125532 kB
Writeback:             0 kB
AnonPages:         48092 kB
Mapped:            53332 kB
Shmem:             49004 kB
Slab:             249172 kB
SReclaimable:     220524 kB
SUnreclaim:        28648 kB
KernelStack:        3488 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39476 MiB
End job on node102 at 2018-08-15 06:31:11