Trace number 4407585

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
(reference) PicatSAT 2019-09-12OPT58937 1947.18 1947.33

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10b.xml
MD5SUM8cbeed9b899096335d8f109a5af96966
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark58937
Best CPU time to get the best result obtained on this benchmark0.548907
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size39
Distribution of domain sizes[{"size":10,"count":10},{"size":39,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1947.14/1947.32	c xcsp_picat version 2.7b12 (9/12/2019)
1947.14/1947.32	o 860573
1947.14/1947.32	o 237348
1947.14/1947.32	o 66209
1947.14/1947.32	o 58937
1947.14/1947.32	s OPTIMUM FOUND
1947.14/1947.32	v <instantiation>
1947.14/1947.32	v     <list> d[][] x[]  </list> 
1947.14/1947.32	v     <values> 0 1 2 15 0 0 172 0 0 0 0 0 14 30 0 61 45 0 0 886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 27 0 0 4 0 202 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 12 0 1 0 0 0 0 0 0 0 0 0 335 0 0 0 0 0 0 0 0 0 42 0 0 0 0 0 0 0 0 0 0  0 1 3 6 2 5 9 4 7 8   </values> 
1947.14/1947.32	v </instantiation>

Verifier Data

OK	58937

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407585-1569509651/watcher-4407585-1569509651 -o /tmp/evaluation-result-4407585-1569509651/solver-4407585-1569509651 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569509598-26660 --watchdog 2560 xcsp_picat HOME/instance-4407585-1569509651.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26812, runsolver pid=26809
Current StackSize limit: 8192 KiB


[startup+0.100334 s]*
/proc/loadavg: 0.31 0.08 0.07 3/199 26813
/proc/meminfo: memFree=24803428/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2040708 memory=30948 CPUtime=0.09 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 3430 0 0 0 9 0 0 0 20 0 1 0 527231844 2089684992 7737 33554432000 4194304 5870510 140729738766000 140729738765336 5326927 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 510177 7737 904 410 0 505650 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2040708 KiB
Current children cumulated memory: 30948 KiB

[startup+0.209678 s]*
/proc/loadavg: 0.31 0.08 0.07 3/199 26813
/proc/meminfo: memFree=24652032/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2047940 memory=38388 CPUtime=0.21 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 4930 0 0 0 20 1 0 0 20 0 1 0 527231844 2097090560 9597 33554432000 4194304 5870510 140729738766000 140729738765336 4442410 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 511985 9597 904 410 0 507458 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2047940 KiB
Current children cumulated memory: 38388 KiB

[startup+0.30959 s]*
/proc/loadavg: 0.31 0.08 0.07 3/199 26813
/proc/meminfo: memFree=24610704/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2055852 memory=42944 CPUtime=0.31 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 6216 0 0 0 29 2 0 0 20 0 1 0 527231844 2105192448 10736 33554432000 4194304 5870510 140729738766000 140729738764728 5287642 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 513963 10736 904 410 0 509436 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2055852 KiB
Current children cumulated memory: 42944 KiB

[startup+0.700308 s]
/proc/loadavg: 0.31 0.08 0.07 3/199 26813
/proc/meminfo: memFree=24524636/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2089872 memory=67952 CPUtime=0.68 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 10996 0 0 0 66 2 0 0 20 0 1 0 527231844 2140028928 16988 33554432000 4194304 5870510 140729738766000 140729738764728 5287642 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 522468 16988 904 410 0 517941 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2089872 KiB
Current children cumulated memory: 67952 KiB

[startup+1.50031 s]
/proc/loadavg: 0.45 0.11 0.08 3/199 26813
/proc/meminfo: memFree=24321996/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2137324 memory=118732 CPUtime=1.48 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 18539 0 0 0 144 4 0 0 20 0 1 0 527231844 2188619776 29683 33554432000 4194304 5870510 140729738766000 140729738764728 4442463 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 534331 29683 904 410 0 529804 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2137324 KiB
Current children cumulated memory: 118732 KiB

[startup+3.10918 s]
/proc/loadavg: 0.45 0.11 0.08 3/199 26813
/proc/meminfo: memFree=24001552/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2177952 memory=135912 CPUtime=3.1 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 22119 0 0 0 305 5 0 0 20 0 1 0 527231844 2230222848 33978 33554432000 4194304 5870510 140729738766000 140729738764728 5337357 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 544488 33978 911 410 0 539961 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2177952 KiB
Current children cumulated memory: 135912 KiB

[startup+6.30023 s]
/proc/loadavg: 0.57 0.14 0.09 3/199 26813
/proc/meminfo: memFree=23801988/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2178092 memory=135980 CPUtime=6.29 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 24030 0 0 0 624 5 0 0 20 0 1 0 527231844 2230366208 33995 33554432000 4194304 5870510 140729738766000 140729738765080 5321694 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 544523 33995 911 410 0 539996 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2178092 KiB
Current children cumulated memory: 135980 KiB

[startup+12.7002 s]
/proc/loadavg: 0.68 0.17 0.10 3/199 26813
/proc/meminfo: memFree=23798056/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2180604 memory=138476 CPUtime=12.69 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 27761 0 0 0 1264 5 0 0 20 0 1 0 527231844 2232938496 34619 33554432000 4194304 5870510 140729738766000 140729738764392 5352861 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 545151 34619 911 410 0 540624 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2180604 KiB
Current children cumulated memory: 138476 KiB

[startup+25.5002 s]
/proc/loadavg: 0.89 0.23 0.12 3/199 26814
/proc/meminfo: memFree=23796996/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2184656 memory=142460 CPUtime=25.48 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 34307 0 0 0 2543 5 0 0 20 0 1 0 527231844 2237087744 35615 33554432000 4194304 5870510 140729738766000 140729738764392 5337393 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 546164 35615 911 410 0 541637 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2184656 KiB
Current children cumulated memory: 142460 KiB

[startup+51.1091 s]
/proc/loadavg: 1.33 0.40 0.18 3/198 26816
/proc/meminfo: memFree=23819120/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2191608 memory=149224 CPUtime=51.09 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 44610 0 0 0 5102 7 0 0 20 0 1 0 527231844 2244206592 37306 33554432000 4194304 5870510 140729738766000 140729738765016 5261096 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 547902 37306 911 410 0 543375 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2191608 KiB
Current children cumulated memory: 149224 KiB

[startup+102.3 s]
/proc/loadavg: 1.71 0.65 0.27 3/199 26822
/proc/meminfo: memFree=23801936/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2189480 memory=147188 CPUtime=102.28 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 80252 0 0 0 10215 13 0 0 20 0 1 0 527231844 2242027520 36797 33554432000 4194304 5870510 140729738766000 140729738765080 5321686 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 547370 36797 944 410 0 542843 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2189480 KiB
Current children cumulated memory: 147188 KiB

[startup+162.3 s]
/proc/loadavg: 1.92 0.91 0.39 3/199 26826
/proc/meminfo: memFree=23820612/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2147000 memory=126416 CPUtime=162.27 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 119029 0 0 0 16212 15 0 0 20 0 1 0 527231844 2198528000 31604 33554432000 4194304 5870510 140729738766000 140729738765160 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 536750 31604 944 410 0 532223 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2147000 KiB
Current children cumulated memory: 126416 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.11 0.49 3/199 26832
/proc/meminfo: memFree=23773064/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2208452 memory=168928 CPUtime=222.27 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 126678 0 0 0 22209 18 0 0 20 0 1 0 527231844 2261454848 42232 33554432000 4194304 5870510 140729738766000 140729738764568 5321704 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 552113 42232 944 410 0 547586 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2208452 KiB
Current children cumulated memory: 168928 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.27 0.58 3/199 26837
/proc/meminfo: memFree=23789868/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2194656 memory=155068 CPUtime=282.27 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 137508 0 0 0 28205 22 0 0 20 0 1 0 527231844 2247327744 38767 33554432000 4194304 5870510 140729738766000 140729738764568 5337504 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 548664 38767 944 410 0 544137 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2194656 KiB
Current children cumulated memory: 155068 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.40 0.67 3/199 26841
/proc/meminfo: memFree=23787392/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2194632 memory=155076 CPUtime=342.26 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 151704 0 0 0 34202 24 0 0 20 0 1 0 527231844 2247303168 38769 33554432000 4194304 5870510 140729738766000 140729738764568 5261210 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 548658 38769 944 410 0 544131 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2194632 KiB
Current children cumulated memory: 155076 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.51 0.75 3/199 26854
/proc/meminfo: memFree=23759976/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2189492 memory=147072 CPUtime=402.26 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 171108 0 0 0 40199 27 0 0 20 0 1 0 527231844 2242039808 36768 33554432000 4194304 5870510 140729738766000 140729738765080 5321686 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 547373 36768 944 410 0 542846 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2189492 KiB
Current children cumulated memory: 147072 KiB

[startup+462.3 s]
/proc/loadavg: 2.06 1.62 0.84 3/201 26882
/proc/meminfo: memFree=23759812/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2189512 memory=147076 CPUtime=462.25 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 174221 0 0 0 46195 30 0 0 20 0 1 0 527231844 2242060288 36769 33554432000 4194304 5870510 140729738766000 140729738765080 5261008 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 547378 36769 944 410 0 542851 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 2189512 KiB
Current children cumulated memory: 147076 KiB


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

Current children cumulated memory: 155080 KiB

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.69 3/199 26986
/proc/meminfo: memFree=23724980/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2194648 memory=155060 CPUtime=1602.17 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 386188 0 0 0 160136 81 0 0 20 0 1 0 527231844 2247319552 38765 33554432000 4194304 5870510 140729738766000 140729738764568 5261096 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 548662 38765 944 410 0 544135 0
Current children cumulated CPU time: 1602.17 s
Current children cumulated vsize: 2194648 KiB
Current children cumulated memory: 155060 KiB

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 1.72 3/199 26992
/proc/meminfo: memFree=23704872/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2189464 memory=146992 CPUtime=1662.16 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 399879 0 0 0 166132 84 0 0 20 0 1 0 527231844 2242011136 36748 33554432000 4194304 5870510 140729738766000 140729738765080 5337297 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 547366 36748 944 410 0 542839 0
Current children cumulated CPU time: 1662.16 s
Current children cumulated vsize: 2189464 KiB
Current children cumulated memory: 146992 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.73 3/199 26996
/proc/meminfo: memFree=23729256/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2147036 memory=130444 CPUtime=1722.15 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 417462 0 0 0 172129 86 0 0 20 0 1 0 527231844 2198564864 32611 33554432000 4194304 5870510 140729738766000 140729738765160 5282606 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 536759 32611 944 410 0 532232 0
Current children cumulated CPU time: 1722.15 s
Current children cumulated vsize: 2147036 KiB
Current children cumulated memory: 130444 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.75 3/199 27000
/proc/meminfo: memFree=23704912/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2208488 memory=168916 CPUtime=1782.15 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 421572 0 0 0 178126 89 0 0 20 0 1 0 527231844 2261491712 42229 33554432000 4194304 5870510 140729738766000 140729738764568 5261210 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 552122 42229 944 410 0 547595 0
Current children cumulated CPU time: 1782.15 s
Current children cumulated vsize: 2208488 KiB
Current children cumulated memory: 168916 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/199 27006
/proc/meminfo: memFree=23712368/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2194628 memory=155108 CPUtime=1842.15 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 429935 0 0 0 184124 91 0 0 20 0 1 0 527231844 2247299072 38777 33554432000 4194304 5870510 140729738766000 140729738764568 5321694 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 548657 38777 944 410 0 544130 0
Current children cumulated CPU time: 1842.15 s
Current children cumulated vsize: 2194628 KiB
Current children cumulated memory: 155108 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.78 3/199 27011
/proc/meminfo: memFree=23707136/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2194636 memory=155080 CPUtime=1902.15 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 444179 0 0 0 190121 94 0 0 20 0 1 0 527231844 2247307264 38770 33554432000 4194304 5870510 140729738766000 140729738764568 5321611 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 548659 38770 944 410 0 544132 0
Current children cumulated CPU time: 1902.15 s
Current children cumulated vsize: 2194636 KiB
Current children cumulated memory: 155080 KiB

[startup+1947.33 s]
# the end of solver process 26812 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1946.21 s, system=0.967929 s

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

[startup+1920 s]*
/proc/loadavg: 2.00 2.01 1.79 3/199 27011
/proc/meminfo: memFree=23698936/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2194636 memory=155080 CPUtime=1919.85 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 444179 0 0 0 191891 94 0 0 20 0 1 0 527231844 2247307264 38770 33554432000 4194304 5870510 140729738766000 140729738764568 5337488 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 548659 38770 944 410 0 544132 0
Current children cumulated CPU time: 1919.85 s
Current children cumulated vsize: 2194636 KiB
Current children cumulated memory: 155080 KiB

[startup+1932.8 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27014
/proc/meminfo: memFree=23678372/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2208476 memory=168928 CPUtime=1932.64 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 444573 0 0 0 193170 94 0 0 20 0 1 0 527231844 2261479424 42232 33554432000 4194304 5870510 140729738766000 140729738764568 5337395 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 552119 42232 944 410 0 547592 0
Current children cumulated CPU time: 1932.64 s
Current children cumulated vsize: 2208476 KiB
Current children cumulated memory: 168928 KiB

[startup+1939.2 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27014
/proc/meminfo: memFree=23674744/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2208476 memory=168968 CPUtime=1939.04 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 446990 0 0 0 193810 94 0 0 20 0 1 0 527231844 2261479424 42242 33554432000 4194304 5870510 140729738766000 140729738764568 5337376 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 552119 42242 944 410 0 547592 0
Current children cumulated CPU time: 1939.04 s
Current children cumulated vsize: 2208476 KiB
Current children cumulated memory: 168968 KiB

[startup+1942.4 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27014
/proc/meminfo: memFree=23715832/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2147012 memory=124380 CPUtime=1942.25 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 460185 0 0 0 194129 96 0 0 20 0 1 0 527231844 2198540288 31095 33554432000 4194304 5870510 140729738766000 140729738765160 5282509 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 536753 31095 944 410 0 532226 0
Current children cumulated CPU time: 1942.25 s
Current children cumulated vsize: 2147012 KiB
Current children cumulated memory: 124380 KiB

[startup+1945.6 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27015
/proc/meminfo: memFree=23705876/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2172968 memory=138716 CPUtime=1945.44 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 460531 0 0 0 194448 96 0 0 20 0 1 0 527231844 2225119232 34679 33554432000 4194304 5870510 140729738766000 140729738765160 5282533 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 543242 34679 944 410 0 538715 0
Current children cumulated CPU time: 1945.44 s
Current children cumulated vsize: 2172968 KiB
Current children cumulated memory: 138716 KiB

[startup+1946.4 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27015
/proc/meminfo: memFree=23699724/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2172968 memory=138716 CPUtime=1946.24 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 460543 0 0 0 194528 96 0 0 20 0 1 0 527231844 2225119232 34679 33554432000 4194304 5870510 140729738766000 140729738764440 5282578 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 543242 34679 944 410 0 538715 0
Current children cumulated CPU time: 1946.24 s
Current children cumulated vsize: 2172968 KiB
Current children cumulated memory: 138716 KiB

[startup+1946.8 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27015
/proc/meminfo: memFree=23699724/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2172968 memory=138720 CPUtime=1946.64 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 460557 0 0 0 194568 96 0 0 20 0 1 0 527231844 2225119232 34680 33554432000 4194304 5870510 140729738766000 140729738764440 5274723 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 543242 34680 944 410 0 538715 0
Current children cumulated CPU time: 1946.64 s
Current children cumulated vsize: 2172968 KiB
Current children cumulated memory: 138720 KiB

[startup+1947.2 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27015
/proc/meminfo: memFree=23699724/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2172968 memory=138720 CPUtime=1947.04 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 460574 0 0 0 194608 96 0 0 20 0 1 0 527231844 2225119232 34680 33554432000 4194304 5870510 140729738766000 140729738764440 5283094 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 543242 34680 944 410 0 538715 0
Current children cumulated CPU time: 1947.04 s
Current children cumulated vsize: 2172968 KiB
Current children cumulated memory: 138720 KiB

[startup+1947.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27015
/proc/meminfo: memFree=23699724/32770624 swapFree=66975648/67108860
[pid=26812] ppid=26809 vsize=2172968 memory=138720 CPUtime=1947.14 cores=0,2,4,6
/proc/26812/stat : 26812 (xcsp_picat) R 26809 26812 26629 0 -1 4202496 460592 0 0 0 194618 96 0 0 20 0 1 0 527231844 2225119232 34680 33554432000 4194304 5870510 140729738766000 140729738764440 5282767 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42676224 140729738773535 140729738773613 140729738773613 140729738776522 0
/proc/26812/statm: 543242 34680 944 410 0 538715 0
Current children cumulated CPU time: 1947.14 s
Current children cumulated vsize: 2172968 KiB
Current children cumulated memory: 138720 KiB

Child status: 0
Real time (s): 1947.33
CPU time (s): 1947.18
CPU user time (s): 1946.21
CPU system time (s): 0.967929
CPU usage (%): 99.9924
Max. virtual memory (cumulated for all children) (KiB): 2227176
Max. memory (cumulated for all children) (KiB): 182104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1946.21
system time used= 0.967929
maximum resident set size= 182104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460694
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= 4
involuntary context switches= 1972


# summary of solver processes directly reported to runsolver:
#   pid: 26812
#   total CPU time (s): 1947.18
#   total CPU user time (s): 1946.21
#   total CPU system time (s): 0.967929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.4982 second user time and 14.3833 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-26 16:53:28
IDJOB=4407585
IDBENCH=123144
IDSOLVER=2873
FILE ID=node125/4407585-1569509651
RUNJOBID= node125-1569509598-26660
PBS_JOBID= 21705790
Free space on /tmp= 4252 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10b.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407585-1569509651/watcher-4407585-1569509651 -o /tmp/evaluation-result-4407585-1569509651/solver-4407585-1569509651 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569509598-26660 --watchdog 2560  xcsp_picat HOME/instance-4407585-1569509651.xml

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

MD5SUM BENCH= 8cbeed9b899096335d8f109a5af96966
RANDOM SEED=8362727

node125.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.29
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.29
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.29
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.29
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:        24838064 kB
MemAvailable:   30492868 kB
Buffers:          131932 kB
Cached:          5616152 kB
SwapCached:        29880 kB
Active:          3998224 kB
Inactive:        3091012 kB
Active(anon):    1323884 kB
Inactive(anon):    89364 kB
Active(file):    2674340 kB
Inactive(file):  3001648 kB
Unevictable:      107856 kB
Mlocked:          107856 kB
SwapTotal:      67108860 kB
SwapFree:       66975648 kB
Dirty:              3756 kB
Writeback:             0 kB
AnonPages:       1352564 kB
Mapped:            23956 kB
Shmem:             63836 kB
Slab:             436320 kB
SReclaimable:     407276 kB
SUnreclaim:        29044 kB
KernelStack:        3488 kB
PageTables:         7816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2575088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4248 MiB
End job on node125 at 2019-09-26 17:25:55