Trace number 4241661

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 NameAnswerCPU timeWall clock time
R1: Mistral-2.0 2017-06-28SAT 1185.9 1185.96

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-053.xml
MD5SUMd8e64a8376c09b2fcb98ca5e9fb498ee
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size236
Maximum domain size236
Distribution of domain sizes[{"size":236,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
1185.84/1185.95	s SATISFIABLE
1185.84/1185.95	v <instantiation type="solution">
1185.84/1185.95	v   <list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] </list>
1185.84/1185.95	v   <values> 167 151 168 180 59 168 167 153 153 180 153 172 151 196 107 107 189 59 0 172 107 0 70 151 0 99 111 84 104 155 88 100 99 84 88 65 64 113 64 111 65 104 107 107 0 0 166 155 151 0 </values>
1185.84/1185.95	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4241661-1500628812/watcher-4241661-1500628812 -o /tmp/evaluation-result-4241661-1500628812/solver-4241661-1500628812 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500623787-4640 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 706744611 HOME/instance-4241661-1500628812.xml 

pid=5479
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.03 1.99 4/188 5482
/proc/meminfo: memFree=31490888/32770624 swapFree=6256/331140
[pid=5482] ppid=5479 vsize=28672 CPUtime=0 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 1002 0 0 0 0 0 0 0 20 0 1 0 16160119 29360128 803 33554432000 4194304 7402444 140721252924912 140721252921960 5939857 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 7168 803 635 784 0 182 0

[startup+0.100161 s]
/proc/loadavg: 2.07 2.03 1.99 4/188 5482
/proc/meminfo: memFree=31490888/32770624 swapFree=6256/331140
[pid=5482] ppid=5479 vsize=28796 CPUtime=0.09 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 1056 0 0 0 9 0 0 0 20 0 1 0 16160119 29487104 886 33554432000 4194304 7402444 140721252924912 140721252915608 140664018313119 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 7199 886 713 784 0 213 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28796

[startup+0.200299 s]
/proc/loadavg: 2.07 2.03 1.99 4/188 5482
/proc/meminfo: memFree=31490888/32770624 swapFree=6256/331140
[pid=5482] ppid=5479 vsize=34696 CPUtime=0.19 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 2668 0 0 0 19 0 0 0 20 0 1 0 16160119 35528704 2400 33554432000 4194304 7402444 140721252924912 140721252919480 4299810 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8674 2400 761 784 0 1688 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34696

[startup+0.300311 s]
/proc/loadavg: 2.07 2.03 1.99 4/188 5482
/proc/meminfo: memFree=31490888/32770624 swapFree=6256/331140
[pid=5482] ppid=5479 vsize=34696 CPUtime=0.29 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 2679 0 0 0 29 0 0 0 20 0 1 0 16160119 35528704 2400 33554432000 4194304 7402444 140721252924912 140721252919480 4529209 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8674 2400 761 784 0 1688 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34696

[startup+0.700218 s]
/proc/loadavg: 2.07 2.03 1.99 4/188 5482
/proc/meminfo: memFree=31490888/32770624 swapFree=6256/331140
[pid=5482] ppid=5479 vsize=34696 CPUtime=0.69 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 2685 0 0 0 69 0 0 0 20 0 1 0 16160119 35528704 2400 33554432000 4194304 7402444 140721252924912 140721252919480 5872781 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8674 2400 761 784 0 1688 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34696

[startup+1.50022 s]
/proc/loadavg: 2.07 2.03 1.99 3/189 5483
/proc/meminfo: memFree=31484016/32770624 swapFree=6256/331124
[pid=5482] ppid=5479 vsize=34696 CPUtime=1.49 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 2700 0 0 0 149 0 0 0 20 0 1 0 16160119 35528704 2400 33554432000 4194304 7402444 140721252924912 140721252919480 5750775 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8674 2400 761 784 0 1688 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34696

[startup+3.10022 s]
/proc/loadavg: 2.06 2.03 1.99 3/189 5483
/proc/meminfo: memFree=31483644/32770624 swapFree=6256/331124
[pid=5482] ppid=5479 vsize=34696 CPUtime=3.09 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 3872 0 0 0 309 0 0 0 20 0 1 0 16160119 35528704 2451 33554432000 4194304 7402444 140721252924912 140721252919480 4238492 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8674 2451 770 784 0 1688 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34696

[startup+6.30022 s]
/proc/loadavg: 2.06 2.03 1.99 3/189 5483
/proc/meminfo: memFree=31483580/32770624 swapFree=6256/331124
[pid=5482] ppid=5479 vsize=34828 CPUtime=6.29 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 4977 0 0 0 629 0 0 0 20 0 1 0 16160119 35663872 2454 33554432000 4194304 7402444 140721252924912 140721252919528 4237728 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2454 770 784 0 1721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34828

[startup+12.7001 s]
/proc/loadavg: 2.05 2.03 1.99 3/189 5483
/proc/meminfo: memFree=31483224/32770624 swapFree=6256/331132
[pid=5482] ppid=5479 vsize=34828 CPUtime=12.69 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 6082 0 0 0 1269 0 0 0 20 0 1 0 16160119 35663872 2464 33554432000 4194304 7402444 140721252924912 140721252919528 4238492 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2464 770 784 0 1721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34828

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 1.99 3/189 5483
/proc/meminfo: memFree=31483224/32770624 swapFree=6256/331148
[pid=5482] ppid=5479 vsize=34828 CPUtime=25.49 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 8276 0 0 0 2549 0 0 0 20 0 1 0 16160119 35663872 2465 33554432000 4194304 7402444 140721252924912 140721252919528 4299808 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2465 770 784 0 1721 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34828

[startup+51.1003 s]
/proc/loadavg: 2.03 2.03 1.99 3/189 5483
/proc/meminfo: memFree=31483720/32770624 swapFree=6256/331156
[pid=5482] ppid=5479 vsize=34828 CPUtime=51.09 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 9631 0 0 0 5109 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 4296272 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34828

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 1.99 3/189 5484
/proc/meminfo: memFree=31482928/32770624 swapFree=6256/331192
[pid=5482] ppid=5479 vsize=34828 CPUtime=102.29 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 10267 0 0 0 10229 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 5871061 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 34828

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 1.99 3/189 5485
/proc/meminfo: memFree=31482904/32770624 swapFree=6256/331232
[pid=5482] ppid=5479 vsize=34828 CPUtime=162.28 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 11129 0 0 0 16228 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 4529200 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34828

[startup+222.306 s]
/proc/loadavg: 2.01 2.02 1.99 3/189 5486
/proc/meminfo: memFree=31482928/32770624 swapFree=6256/331268
[pid=5482] ppid=5479 vsize=34828 CPUtime=222.28 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 11889 0 0 0 22228 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 5871069 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34828

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/189 5487
/proc/meminfo: memFree=31482928/32770624 swapFree=6256/331300
[pid=5482] ppid=5479 vsize=34828 CPUtime=282.27 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 12647 0 0 0 28227 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 4238492 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 34828

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 5489
/proc/meminfo: memFree=31482836/32770624 swapFree=6256/331336
[pid=5482] ppid=5479 vsize=34828 CPUtime=342.27 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 13391 0 0 0 34227 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 5324390 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 34828

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 5490
/proc/meminfo: memFree=31482332/32770624 swapFree=6256/331364
[pid=5482] ppid=5479 vsize=34828 CPUtime=402.27 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 14145 0 0 0 40227 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 4299810 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 34828

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/187 5491
/proc/meminfo: memFree=31482468/32770624 swapFree=6256/331404
[pid=5482] ppid=5479 vsize=34828 CPUtime=462.26 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 14888 0 0 0 46226 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 4237728 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 34828

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/186 5493
/proc/meminfo: memFree=31483704/32770624 swapFree=6256/331440
[pid=5482] ppid=5479 vsize=34828 CPUtime=522.26 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 15629 0 0 0 52226 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 5324377 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 34828

[startup+582.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/187 5495
/proc/meminfo: memFree=31482816/32770624 swapFree=6256/331472
[pid=5482] ppid=5479 vsize=34828 CPUtime=582.26 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 16395 0 0 0 58226 0 0 0 20 0 1 0 16160119 35663872 2467 33554432000 4194304 7402444 140721252924912 140721252919528 4299808 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2467 770 784 0 1721 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 34828

[startup+642.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/187 5503
/proc/meminfo: memFree=31482640/32770624 swapFree=6256/331508
[pid=5482] ppid=5479 vsize=34828 CPUtime=642.26 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 17139 0 0 0 64226 0 0 0 20 0 1 0 16160119 35663872 2469 33554432000 4194304 7402444 140721252924912 140721252919528 4299808 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2469 770 784 0 1721 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 34828

[startup+702.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/187 5504
/proc/meminfo: memFree=31482516/32770624 swapFree=6256/331536
[pid=5482] ppid=5479 vsize=34828 CPUtime=702.25 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 17903 0 0 0 70225 0 0 0 20 0 1 0 16160119 35663872 2469 33554432000 4194304 7402444 140721252924912 140721252919528 5750768 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2469 770 784 0 1721 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 34828

[startup+762.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/187 5505
/proc/meminfo: memFree=31483028/32770624 swapFree=6256/331572
[pid=5482] ppid=5479 vsize=34828 CPUtime=762.26 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 18658 0 0 0 76226 0 0 0 20 0 1 0 16160119 35663872 2469 33554432000 4194304 7402444 140721252924912 140721252919528 5821630 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2469 770 784 0 1721 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 34828

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5506
/proc/meminfo: memFree=31483060/32770624 swapFree=6256/331604
[pid=5482] ppid=5479 vsize=34828 CPUtime=822.25 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 19411 0 0 0 82225 0 0 0 20 0 1 0 16160119 35663872 2469 33554432000 4194304 7402444 140721252924912 140721252919528 5324377 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2469 770 784 0 1721 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 34828

[startup+882.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5507
/proc/meminfo: memFree=31483344/32770624 swapFree=6256/331636
[pid=5482] ppid=5479 vsize=34828 CPUtime=882.25 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 20192 0 0 0 88225 0 0 0 20 0 1 0 16160119 35663872 2469 33554432000 4194304 7402444 140721252924912 140721252919528 5758685 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2469 770 784 0 1721 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 34828

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5508
/proc/meminfo: memFree=31483544/32770624 swapFree=6256/331668
[pid=5482] ppid=5479 vsize=34828 CPUtime=942.24 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 20948 0 0 0 94224 0 0 0 20 0 1 0 16160119 35663872 2483 33554432000 4194304 7402444 140721252924912 140721252919528 5750448 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2483 770 784 0 1721 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 34828

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5509
/proc/meminfo: memFree=31483568/32770624 swapFree=6256/331692
[pid=5482] ppid=5479 vsize=34828 CPUtime=1002.24 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 21716 0 0 0 100224 0 0 0 20 0 1 0 16160119 35663872 2483 33554432000 4194304 7402444 140721252924912 140721252919528 5872864 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2483 770 784 0 1721 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 34828

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5510
/proc/meminfo: memFree=31483568/32770624 swapFree=6256/331728
[pid=5482] ppid=5479 vsize=34828 CPUtime=1062.24 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 22379 0 0 0 106224 0 0 0 20 0 1 0 16160119 35663872 2483 33554432000 4194304 7402444 140721252924912 140721252919528 5872796 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2483 770 784 0 1721 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 34828

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5511
/proc/meminfo: memFree=31483700/32770624 swapFree=6256/331756
[pid=5482] ppid=5479 vsize=34828 CPUtime=1122.23 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 23190 0 0 0 112223 0 0 0 20 0 1 0 16160119 35663872 2483 33554432000 4194304 7402444 140721252924912 140721252919528 4747326 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2483 770 784 0 1721 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 34828

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5512
/proc/meminfo: memFree=31484140/32770624 swapFree=6256/331792
[pid=5482] ppid=5479 vsize=34828 CPUtime=1182.23 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 24004 0 0 0 118223 0 0 0 20 0 1 0 16160119 35663872 2484 33554432000 4194304 7402444 140721252924912 140721252919528 4529200 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2484 770 784 0 1721 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 34828

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5482 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1184 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5512
/proc/meminfo: memFree=31484140/32770624 swapFree=6256/331792
[pid=5482] ppid=5479 vsize=34828 CPUtime=1183.93 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 24004 0 0 0 118393 0 0 0 20 0 1 0 16160119 35663872 2484 33554432000 4194304 7402444 140721252924912 140721252919528 5324377 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2484 770 784 0 1721 0
Current children cumulated CPU time (s) 1183.93
Current children cumulated vsize (KiB) 34828

[startup+1184.81 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5512
/proc/meminfo: memFree=31484140/32770624 swapFree=6256/331792
[pid=5482] ppid=5479 vsize=34828 CPUtime=1184.74 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 24004 0 0 0 118474 0 0 0 20 0 1 0 16160119 35663872 2484 33554432000 4194304 7402444 140721252924912 140721252919528 4300001 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2484 770 784 0 1721 0
Current children cumulated CPU time (s) 1184.74
Current children cumulated vsize (KiB) 34828

[startup+1185.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5512
/proc/meminfo: memFree=31484140/32770624 swapFree=6256/331792
[pid=5482] ppid=5479 vsize=34828 CPUtime=1185.53 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 24004 0 0 0 118553 0 0 0 20 0 1 0 16160119 35663872 2484 33554432000 4194304 7402444 140721252924912 140721252919528 4341751 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2484 770 784 0 1721 0
Current children cumulated CPU time (s) 1185.53
Current children cumulated vsize (KiB) 34828

[startup+1185.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5512
/proc/meminfo: memFree=31484140/32770624 swapFree=6256/331792
[pid=5482] ppid=5479 vsize=34828 CPUtime=1185.74 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 24007 0 0 0 118574 0 0 0 20 0 1 0 16160119 35663872 2484 33554432000 4194304 7402444 140721252924912 140721252919528 4709470 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2484 770 784 0 1721 0
Current children cumulated CPU time (s) 1185.74
Current children cumulated vsize (KiB) 34828

[startup+1185.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 5512
/proc/meminfo: memFree=31484140/32770624 swapFree=6256/331792
[pid=5482] ppid=5479 vsize=34828 CPUtime=1185.84 cores=1,3,5,7
/proc/5482/stat : 5482 (MistralXCSP) R 5479 5482 4608 0 -1 4202496 24007 0 0 0 118584 0 0 0 20 0 1 0 16160119 35663872 2484 33554432000 4194304 7402444 140721252924912 140721252919528 5758685 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 38510592 140721252930729 140721252930878 140721252930878 140721252933577 0
/proc/5482/statm: 8707 2484 770 784 0 1721 0
Current children cumulated CPU time (s) 1185.84
Current children cumulated vsize (KiB) 34828

Child status: 0
Real time (s): 1185.96
CPU time (s): 1185.9
CPU user time (s): 1185.89
CPU system time (s): 0.008999
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 34828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1185.89
system time used= 0.008999
maximum resident set size= 9984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24372
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= 11
involuntary context switches= 59598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.69526 second user time and 4.04476 second system time

The end

Launcher Data

Begin job on node119 at 2017-07-21 11:20:12
IDJOB=4241661
IDBENCH=127929
IDSOLVER=2622
FILE ID=node119/4241661-1500628812
RUNJOBID= node119-1500623787-4640
PBS_JOBID= 20623013
Free space on /tmp= 61884 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-053.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241661-1500628812/watcher-4241661-1500628812 -o /tmp/evaluation-result-4241661-1500628812/solver-4241661-1500628812 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500623787-4640 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 706744611 HOME/instance-4241661-1500628812.xml

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

MD5SUM BENCH= d8e64a8376c09b2fcb98ca5e9fb498ee
RANDOM SEED=706744611

node119.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.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.12
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		: 1600.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		: 1600.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.12
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		: 1733.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.12
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		: 1600.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		: 1600.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.12
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		: 1600.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:        31491268 kB
MemAvailable:   31999984 kB
Buffers:          157324 kB
Cached:           630296 kB
SwapCached:            0 kB
Active:           512972 kB
Inactive:         339924 kB
Active(anon):      68292 kB
Inactive(anon):     8784 kB
Active(file):     444680 kB
Inactive(file):   331140 kB
Unevictable:        6256 kB
Mlocked:            6256 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5916 kB
Writeback:             0 kB
AnonPages:         73488 kB
Mapped:            33828 kB
Shmem:              8852 kB
Slab:             122644 kB
SReclaimable:      97464 kB
SUnreclaim:        25180 kB
KernelStack:        3472 kB
PageTables:         4936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     338768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61876 MiB
End job on node119 at 2017-07-21 11:39:58