Trace number 4309344

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? (exit code) 1667.7 1667.78

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

1667.61/1667.74	% error: OUT OF MEMORY
1667.61/1667.74	% unhandled interrupt event 
1667.61/1667.74	c xcsp_picat version 2.4#7 (8/14/2018)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309344-1534305656/watcher-4309344-1534305656 -o /tmp/evaluation-result-4309344-1534305656/solver-4309344-1534305656 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534293053-324 --watchdog 2580 xcsp_picat HOME/instance-4309344-1534305656.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=1717, runsolver pid=1714

[startup+0.100166 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 1718
/proc/meminfo: memFree=23645840/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=2025744 memory=18532 CPUtime=0.1 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 1740 0 0 0 10 0 0 0 20 0 1 0 248128910 2074361856 4633 33554432000 4194304 5849940 140735986303216 140735986303216 4476741 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 506436 4633 593 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 18532 KiB

[startup+0.209791 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 1718
/proc/meminfo: memFree=23639696/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=2025744 memory=24676 CPUtime=0.21 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 1743 0 0 0 21 0 0 0 20 0 1 0 248128910 2074361856 6169 33554432000 4194304 5849940 140735986303216 140735986303216 140249557253120 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 506436 6169 593 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 24676 KiB

[startup+0.309589 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 1718
/proc/meminfo: memFree=23633552/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=2025744 memory=28772 CPUtime=0.3 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 1745 0 0 0 30 0 0 0 20 0 1 0 248128910 2074361856 7193 33554432000 4194304 5849940 140735986303216 140735986303216 4488915 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 506436 7193 593 405 0 503380 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 28772 KiB

[startup+0.700311 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 1718
/proc/meminfo: memFree=23620976/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=2025744 memory=51300 CPUtime=0.69 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 1756 0 0 0 68 1 0 0 20 0 1 0 248128910 2074361856 12825 33554432000 4194304 5849940 140735986303216 140735986303216 140249557253120 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 506436 12825 593 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 51300 KiB

[startup+1.50035 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 1718
/proc/meminfo: memFree=23594228/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=2025744 memory=96460 CPUtime=1.49 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 1778 0 0 0 148 1 0 0 20 0 1 0 248128910 2074361856 24115 33554432000 4194304 5849940 140735986303216 140735986303216 140249557253120 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 506436 24115 593 405 0 503380 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 96460 KiB

[startup+3.10962 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 1718
/proc/meminfo: memFree=23349652/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=2143756 memory=334420 CPUtime=3.1 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 3066 0 0 0 305 5 0 0 20 0 1 0 248128910 2195206144 83605 33554432000 4194304 5849940 140735986303216 140735986302536 4490575 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 535939 83605 613 405 0 532883 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2143756 KiB
Current children cumulated memory: 334420 KiB

[startup+6.30039 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 1741
/proc/meminfo: memFree=22785612/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=2143756 memory=930388 CPUtime=6.29 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 3361 0 0 0 615 14 0 0 20 0 1 0 248128910 2195206144 232597 33554432000 4194304 5849940 140735986303216 140735986302536 4475192 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 535939 232597 613 405 0 532883 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2143756 KiB
Current children cumulated memory: 930388 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 1741
/proc/meminfo: memFree=21756120/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=2237508 memory=1934592 CPUtime=12.69 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 4777 0 0 0 1239 30 0 0 20 0 1 0 248128910 2291208192 483648 33554432000 4194304 5849940 140735986303216 140735986302504 4488566 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 559377 483648 613 405 0 556321 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2237508 KiB
Current children cumulated memory: 1934592 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 1741
/proc/meminfo: memFree=20224528/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=4421548 memory=3518800 CPUtime=25.49 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 8323 0 0 0 2471 78 0 0 20 0 1 0 248128910 4527665152 879700 33554432000 4194304 5849940 140735986303216 140735986302504 4572181 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 1105387 879700 614 405 0 1102331 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 4421548 KiB
Current children cumulated memory: 3518800 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1741
/proc/meminfo: memFree=17351096/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=8100816 memory=6236496 CPUtime=51.09 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 11638 0 0 0 4983 126 0 0 20 0 1 0 248128910 8295235584 1559124 33554432000 4194304 5849940 140735986303216 140735986302536 4552985 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 2025204 1559124 622 405 0 2022148 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 8100816 KiB
Current children cumulated memory: 6236496 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1742
/proc/meminfo: memFree=13288952/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=12220620 memory=10284260 CPUtime=102.28 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 36911 0 0 0 9620 608 0 0 20 0 1 0 248128910 12513914880 2571065 33554432000 4194304 5849940 140735986303216 140735986302216 5269696 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3055155 2571065 623 405 0 3052099 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 12220620 KiB
Current children cumulated memory: 10284260 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1743
/proc/meminfo: memFree=13156204/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=12353436 memory=10417084 CPUtime=162.29 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 65742 0 0 0 15097 1132 0 0 20 0 1 0 248128910 12649918464 2604271 33554432000 4194304 5849940 140735986303216 140735986302216 5269659 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3088359 2604271 623 405 0 3085303 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 12353436 KiB
Current children cumulated memory: 10417084 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1744
/proc/meminfo: memFree=13023284/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=12486248 memory=10549888 CPUtime=222.28 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 95574 0 0 0 20533 1695 0 0 20 0 1 0 248128910 12785917952 2637472 33554432000 4194304 5849940 140735986303216 140735986302216 5260991 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3121562 2637472 623 405 0 3118506 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 12486248 KiB
Current children cumulated memory: 10549888 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1745
/proc/meminfo: memFree=13031716/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=12619060 memory=10683312 CPUtime=282.27 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 126269 0 0 0 25987 2240 0 0 20 0 1 0 248128910 12921917440 2670828 33554432000 4194304 5849940 140735986303216 140735986302216 5260393 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3154765 2670828 623 405 0 3151709 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 12619060 KiB
Current children cumulated memory: 10683312 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1746
/proc/meminfo: memFree=12895144/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=12735272 memory=10800620 CPUtime=342.28 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 154710 0 0 0 31508 2720 0 0 20 0 1 0 248128910 13040918528 2700155 33554432000 4194304 5849940 140735986303216 140735986302216 5269682 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3183818 2700155 623 405 0 3180762 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 12735272 KiB
Current children cumulated memory: 10800620 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1747
/proc/meminfo: memFree=12763396/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=12868084 memory=10931548 CPUtime=402.27 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 185559 0 0 0 36900 3327 0 0 20 0 1 0 248128910 13176918016 2732887 33554432000 4194304 5849940 140735986303216 140735986302504 5260638 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3217021 2732887 623 405 0 3213965 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 12868084 KiB
Current children cumulated memory: 10931548 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1809
/proc/meminfo: memFree=12605588/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=12984296 memory=11050096 CPUtime=462.26 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 214868 0 0 0 42378 3848 0 0 20 0 1 0 248128910 13295919104 2762524 33554432000 4194304 5849940 140735986303216 140735986302216 5269656 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3246074 2762524 623 405 0 3243018 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 12984296 KiB
Current children cumulated memory: 11050096 KiB


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

Current children cumulated memory: 12310880 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 1837
/proc/meminfo: memFree=12355716/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=14362224 memory=12076800 CPUtime=1182.23 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 535759 0 0 0 107651 10572 0 0 20 0 1 0 248128910 14706917376 3018688 33554432000 4194304 5849940 140735986303216 140735986302216 5269297 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3590556 3018688 623 405 0 3587500 0
Current children cumulated CPU time: 1182.23 s
Current children cumulated vsize: 14362224 KiB
Current children cumulated memory: 12076800 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 1838
/proc/meminfo: memFree=11092960/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=14461832 memory=12526160 CPUtime=1242.23 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 560706 0 0 0 113126 11097 0 0 20 0 1 0 248128910 14808915968 3131540 33554432000 4194304 5849940 140735986303216 140735986302216 5257299 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3615458 3131540 623 405 0 3612402 0
Current children cumulated CPU time: 1242.23 s
Current children cumulated vsize: 14461832 KiB
Current children cumulated memory: 12526160 KiB

[startup+1302.3 s]
/proc/loadavg: 2.04 2.05 2.06 3/188 1839
/proc/meminfo: memFree=10993144/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=14561440 memory=12623264 CPUtime=1302.23 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 585546 0 0 0 118592 11631 0 0 20 0 1 0 248128910 14910914560 3155816 33554432000 4194304 5849940 140735986303216 140735986302216 5269699 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3640360 3155816 623 405 0 3637304 0
Current children cumulated CPU time: 1302.23 s
Current children cumulated vsize: 14561440 KiB
Current children cumulated memory: 12623264 KiB

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.06 3/188 1840
/proc/meminfo: memFree=11652392/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=14677648 memory=12743636 CPUtime=1362.22 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 615027 0 0 0 123958 12264 0 0 20 0 1 0 248128910 15029911552 3185909 33554432000 4194304 5849940 140735986303216 140735986302216 5260729 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3669412 3185909 623 405 0 3666356 0
Current children cumulated CPU time: 1362.22 s
Current children cumulated vsize: 14677648 KiB
Current children cumulated memory: 12743636 KiB

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 1841
/proc/meminfo: memFree=10772976/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=14777260 memory=12843020 CPUtime=1422.22 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 642416 0 0 0 129397 12825 0 0 20 0 1 0 248128910 15131914240 3210755 33554432000 4194304 5849940 140735986303216 140735986302216 5260966 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3694315 3210755 623 405 0 3691259 0
Current children cumulated CPU time: 1422.22 s
Current children cumulated vsize: 14777260 KiB
Current children cumulated memory: 12843020 KiB

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 1843
/proc/meminfo: memFree=10669020/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=14876872 memory=12942408 CPUtime=1482.22 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 667161 0 0 0 134836 13386 0 0 20 0 1 0 248128910 15233916928 3235602 33554432000 4194304 5849940 140735986303216 140735986302216 5260393 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3719218 3235602 623 405 0 3716162 0
Current children cumulated CPU time: 1482.22 s
Current children cumulated vsize: 14876872 KiB
Current children cumulated memory: 12942408 KiB

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 1844
/proc/meminfo: memFree=10561988/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=14976484 memory=13041800 CPUtime=1542.21 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 693519 0 0 0 140269 13952 0 0 20 0 1 0 248128910 15335919616 3260450 33554432000 4194304 5849940 140735986303216 140735986302216 5260393 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3744121 3260450 623 405 0 3741065 0
Current children cumulated CPU time: 1542.21 s
Current children cumulated vsize: 14976484 KiB
Current children cumulated memory: 13041800 KiB

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 1845
/proc/meminfo: memFree=10456968/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=15076088 memory=13141168 CPUtime=1602.21 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 720192 0 0 0 145711 14510 0 0 20 0 1 0 248128910 15437914112 3285292 33554432000 4194304 5849940 140735986303216 140735986302216 5269720 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 3769022 3285292 623 405 0 3765966 0
Current children cumulated CPU time: 1602.21 s
Current children cumulated vsize: 15076088 KiB
Current children cumulated memory: 13141168 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1847
/proc/meminfo: memFree=14012184/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=11569796 memory=9592756 CPUtime=1662.21 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 742056 0 0 0 151278 14943 0 0 20 0 1 0 248128910 11847471104 2398189 33554432000 4194304 5849940 140735986303216 140735986302536 4488840 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 2892449 2398189 623 405 0 2889393 0
Current children cumulated CPU time: 1662.21 s
Current children cumulated vsize: 11569796 KiB
Current children cumulated memory: 9592756 KiB

[startup+1667.78 s]
# the end of solver process 1717 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1518.23 s, system=149.464 s

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

[startup+1664 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 1847
/proc/meminfo: memFree=14012184/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=11569796 memory=9592756 CPUtime=1663.91 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 742062 0 0 0 151448 14943 0 0 20 0 1 0 248128910 11847471104 2398189 33554432000 4194304 5849940 140735986303216 140735986302536 4548541 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 2892449 2398189 623 405 0 2889393 0
Current children cumulated CPU time: 1663.91 s
Current children cumulated vsize: 11569796 KiB
Current children cumulated memory: 9592756 KiB

[startup+1665.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1847
/proc/meminfo: memFree=14012184/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=11569796 memory=9592756 CPUtime=1665.51 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 742072 0 0 0 151608 14943 0 0 20 0 1 0 248128910 11847471104 2398189 33554432000 4194304 5849940 140735986303216 140735986302536 4489702 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 2892449 2398189 623 405 0 2889393 0
Current children cumulated CPU time: 1665.51 s
Current children cumulated vsize: 11569796 KiB
Current children cumulated memory: 9592756 KiB

[startup+1666.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1847
/proc/meminfo: memFree=14012184/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=11569796 memory=9592756 CPUtime=1666.31 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 742074 0 0 0 151688 14943 0 0 20 0 1 0 248128910 11847471104 2398189 33554432000 4194304 5849940 140735986303216 140735986302536 4485463 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 2892449 2398189 623 405 0 2889393 0
Current children cumulated CPU time: 1666.31 s
Current children cumulated vsize: 11569796 KiB
Current children cumulated memory: 9592756 KiB

[startup+1667.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1847
/proc/meminfo: memFree=14012184/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=11569796 memory=9592756 CPUtime=1667.11 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 742090 0 0 0 151768 14943 0 0 20 0 1 0 248128910 11847471104 2398189 33554432000 4194304 5849940 140735986303216 140735986302536 4513250 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 2892449 2398189 623 405 0 2889393 0
Current children cumulated CPU time: 1667.11 s
Current children cumulated vsize: 11569796 KiB
Current children cumulated memory: 9592756 KiB

[startup+1667.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1847
/proc/meminfo: memFree=14012184/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=11569796 memory=9592756 CPUtime=1667.51 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 742091 0 0 0 151808 14943 0 0 20 0 1 0 248128910 11847471104 2398189 33554432000 4194304 5849940 140735986303216 140735986302536 4549122 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 2892449 2398189 623 405 0 2889393 0
Current children cumulated CPU time: 1667.51 s
Current children cumulated vsize: 11569796 KiB
Current children cumulated memory: 9592756 KiB

[startup+1667.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1847
/proc/meminfo: memFree=14012184/32770624 swapFree=67108196/67108860
[pid=1717] ppid=1714 vsize=11569796 memory=9592756 CPUtime=1667.61 cores=1,3,5,7
/proc/1717/stat : 1717 (xcsp_picat) R 1714 1717 32759 0 -1 4202496 742676 0 0 0 151818 14943 0 0 20 0 1 0 248128910 11847471104 2398189 33554432000 4194304 5849940 140735986303216 140735986302536 5257215 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 39411712 140735986308278 140735986308356 140735986308356 140735986311114 0
/proc/1717/statm: 2892449 2398189 623 405 0 2889393 0
Current children cumulated CPU time: 1667.61 s
Current children cumulated vsize: 11569796 KiB
Current children cumulated memory: 9592756 KiB

Child status: 1
Real time (s): 1667.78
CPU time (s): 1667.7
CPU user time (s): 1518.23
CPU system time (s): 149.464
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 15142496
Max. memory (cumulated for all children) (KiB): 13205288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1518.23
system time used= 149.464
maximum resident set size= 13205288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 742841
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= 1093


# summary of solver processes directly reported to runsolver:
#   pid: 1717
#   total CPU time (s): 1667.7
#   total CPU user time (s): 1518.23
#   total CPU system time (s): 149.464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.94529 second user time and 9.58643 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 06:00:57
IDJOB=4309344
IDBENCH=141307
IDSOLVER=2794
FILE ID=node151/4309344-1534305656
RUNJOBID= node151-1534293053-324
PBS_JOBID= 21038135
Free space on /tmp= 43836 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309344-1534305656/watcher-4309344-1534305656 -o /tmp/evaluation-result-4309344-1534305656/solver-4309344-1534305656 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534293053-324 --watchdog 2580  xcsp_picat HOME/instance-4309344-1534305656.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=1504642263

node151.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.87
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.87
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.87
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.87
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:        23660112 kB
MemAvailable:   31577348 kB
Buffers:          169704 kB
Cached:          7978136 kB
SwapCached:           12 kB
Active:          4510252 kB
Inactive:        4011848 kB
Active(anon):     323636 kB
Inactive(anon):   110776 kB
Active(file):    4186616 kB
Inactive(file):  3901072 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             65964 kB
Writeback:             0 kB
AnonPages:        473912 kB
Mapped:            58728 kB
Shmem:             57716 kB
Slab:             286408 kB
SReclaimable:     258008 kB
SUnreclaim:        28400 kB
KernelStack:        3360 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2695588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43832 MiB
End job on node151 at 2018-08-15 06:28:45