Trace number 4303200

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-02OPT943 1372.1 1372.07

General information on the benchmark

NameMario/
Mario-n-medium-3_c18.xml
MD5SUM5e375f515acf7f26619053bdd8bbc393
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark943
Best CPU time to get the best result obtained on this benchmark83.7009
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains57
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":8},{"size":30,"count":51}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

1372.03/1372.07	c xcsp_picat version 2.4#6 (8/1/2018)
1372.03/1372.07	o 897
1372.03/1372.07	o 943
1372.03/1372.07	s OPTIMUM FOUND
1372.03/1372.07	v <instantiation>
1372.03/1372.07	v     <list> s[] g[] f[]  </list> 
1372.03/1372.07	v     <values> 27 0 2 13 4 5 22 7 8 9 10 11 12 21 14 15 19 17 3 18 1 6 26 28 24 25 29 16 20 23  0 0 0 81 0 0 49 0 0 0 0 0 0 14 0 0 76 0 86 99 11 92 85 95 0 0 57 59 46 93  178 0 0 28 0 0 42 0 0 0 0 0 0 77 0 0 137 0 63 161 67 99 337 19 0 0 44 181 216 265   </values> 
1372.03/1372.07	v </instantiation>

Verifier Data

OK	943

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303200-1534021271/watcher-4303200-1534021271 -o /tmp/evaluation-result-4303200-1534021271/solver-4303200-1534021271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1533990783-10865 --watchdog 2580 xcsp_picat HOME/instance-4303200-1534021271.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
solver pid=14792, runsolver pid=14789
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6415092/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2025744 memory=32840 CPUtime=0.1 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 1715 0 0 0 10 0 0 0 20 0 1 0 219690287 2074361856 8210 33554432000 4194304 5849708 140725909896992 140725909896296 4488791 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 506436 8210 649 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 32840 KiB

[startup+0.209774 s]*
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6404728/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2025884 memory=43592 CPUtime=0.21 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 1856 0 0 0 21 0 0 0 20 0 1 0 219690287 2074505216 10898 33554432000 4194304 5849708 140725909896992 140725909896296 140365126884158 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 506471 10898 714 405 0 503416 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025884 KiB
Current children cumulated memory: 43592 KiB

[startup+0.309436 s]*
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6404728/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2025852 memory=43648 CPUtime=0.3 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 1862 0 0 0 30 0 0 0 20 0 1 0 219690287 2074472448 10912 33554432000 4194304 5849708 140725909896992 140725909896296 5606203 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 506463 10912 717 405 0 503408 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025852 KiB
Current children cumulated memory: 43648 KiB

[startup+0.700229 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6404408/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2025820 memory=43676 CPUtime=0.69 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 1873 0 0 0 69 0 0 0 20 0 1 0 219690287 2074439680 10919 33554432000 4194304 5849708 140725909896992 140725909896296 5606238 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 506455 10919 717 405 0 503400 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025820 KiB
Current children cumulated memory: 43676 KiB

[startup+1.50023 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6404408/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2025852 memory=43712 CPUtime=1.49 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 1880 0 0 0 149 0 0 0 20 0 1 0 219690287 2074472448 10928 33554432000 4194304 5849708 140725909896992 140725909896088 5606245 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 506463 10928 718 405 0 503408 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025852 KiB
Current children cumulated memory: 43712 KiB

[startup+3.10935 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6397720/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2032168 memory=50176 CPUtime=3.1 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 4354 0 0 0 309 1 0 0 20 0 1 0 219690287 2080940032 12544 33554432000 4194304 5849708 140725909896992 140725909895480 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 508042 12544 747 405 0 504987 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2032168 KiB
Current children cumulated memory: 50176 KiB

[startup+6.30022 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6395736/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2034168 memory=51976 CPUtime=6.29 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 6256 0 0 0 623 6 0 0 20 0 1 0 219690287 2082988032 12994 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 508542 12994 751 405 0 505487 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034168 KiB
Current children cumulated memory: 51976 KiB

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6442716/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2036040 memory=53984 CPUtime=12.69 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 13633 0 0 0 1257 12 0 0 20 0 1 0 219690287 2084904960 13496 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 509010 13496 751 405 0 505955 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2036040 KiB
Current children cumulated memory: 53984 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6469720/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2034592 memory=52456 CPUtime=25.49 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 27551 0 0 0 2528 21 0 0 20 0 1 0 219690287 2083422208 13114 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 508648 13114 751 405 0 505593 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2034592 KiB
Current children cumulated memory: 52456 KiB

[startup+51.1093 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14793
/proc/meminfo: memFree=6407940/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2035888 memory=53508 CPUtime=51.1 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 38098 0 0 0 5070 40 0 0 20 0 1 0 219690287 2084749312 13377 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 508972 13377 760 405 0 505917 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2035888 KiB
Current children cumulated memory: 53508 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14794
/proc/meminfo: memFree=6401952/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2038880 memory=56828 CPUtime=102.29 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 50314 0 0 0 10155 74 0 0 20 0 1 0 219690287 2087813120 14207 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 509720 14207 760 405 0 506665 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2038880 KiB
Current children cumulated memory: 56828 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14795
/proc/meminfo: memFree=6306724/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2076384 memory=94216 CPUtime=162.29 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 58662 0 0 0 16121 108 0 0 20 0 1 0 219690287 2126217216 23554 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 519096 23554 760 405 0 516041 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2076384 KiB
Current children cumulated memory: 94216 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14796
/proc/meminfo: memFree=6242924/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2129504 memory=143100 CPUtime=222.3 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 61130 0 0 0 22103 127 0 0 20 0 1 0 219690287 2180612096 35775 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 532376 35775 760 405 0 529321 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2129504 KiB
Current children cumulated memory: 143100 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14797
/proc/meminfo: memFree=6223540/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2048724 memory=66796 CPUtime=282.29 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 66563 0 0 0 28065 164 0 0 20 0 1 0 219690287 2097893376 16699 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 512181 16699 760 405 0 509126 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2048724 KiB
Current children cumulated memory: 66796 KiB

[startup+342.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 14798
/proc/meminfo: memFree=6377316/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2037736 memory=55612 CPUtime=342.3 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 69544 0 0 0 34034 196 0 0 20 0 1 0 219690287 2086641664 13903 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 509434 13903 760 405 0 506379 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2037736 KiB
Current children cumulated memory: 55612 KiB

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 14799
/proc/meminfo: memFree=6326248/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2076456 memory=94400 CPUtime=402.3 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 77386 0 0 0 40001 229 0 0 20 0 1 0 219690287 2126290944 23600 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 519114 23600 760 405 0 516059 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2076456 KiB
Current children cumulated memory: 94400 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14800
/proc/meminfo: memFree=6182812/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2105552 memory=123496 CPUtime=462.3 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 79208 0 0 0 45982 248 0 0 20 0 1 0 219690287 2156085248 30874 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 526388 30874 760 405 0 523333 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2105552 KiB
Current children cumulated memory: 123496 KiB


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

Current children cumulated memory: 133860 KiB

[startup+882.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 14817
/proc/meminfo: memFree=5982476/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2134288 memory=152140 CPUtime=882.31 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 118838 0 0 0 87811 420 0 0 20 0 1 0 219690287 2185510912 38035 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 533572 38035 760 405 0 530517 0
Current children cumulated CPU time: 882.31 s
Current children cumulated vsize: 2134288 KiB
Current children cumulated memory: 152140 KiB

[startup+942.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 14818
/proc/meminfo: memFree=6197680/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2038504 memory=56576 CPUtime=942.32 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 128652 0 0 0 93796 436 0 0 20 0 1 0 219690287 2087428096 14144 33554432000 4194304 5849708 140725909896992 140725909895992 5606238 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 509626 14144 760 405 0 506571 0
Current children cumulated CPU time: 942.32 s
Current children cumulated vsize: 2038504 KiB
Current children cumulated memory: 56576 KiB

[startup+1002.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 14819
/proc/meminfo: memFree=6124784/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2078144 memory=96068 CPUtime=1002.32 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 131736 0 0 0 99752 480 0 0 20 0 1 0 219690287 2128019456 24017 33554432000 4194304 5849708 140725909896992 140725909896152 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 519536 24017 760 405 0 516481 0
Current children cumulated CPU time: 1002.32 s
Current children cumulated vsize: 2078144 KiB
Current children cumulated memory: 96068 KiB

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 14820
/proc/meminfo: memFree=6078476/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2107708 memory=118712 CPUtime=1062.32 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 137375 0 0 0 105730 502 0 0 20 0 1 0 219690287 2158292992 29678 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 526927 29678 760 405 0 523872 0
Current children cumulated CPU time: 1062.32 s
Current children cumulated vsize: 2107708 KiB
Current children cumulated memory: 118712 KiB

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 14821
/proc/meminfo: memFree=6054200/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2137804 memory=142940 CPUtime=1122.32 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 139639 0 0 0 111711 521 0 0 20 0 1 0 219690287 2189111296 35735 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 534451 35735 760 405 0 531396 0
Current children cumulated CPU time: 1122.32 s
Current children cumulated vsize: 2137804 KiB
Current children cumulated memory: 142940 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14830
/proc/meminfo: memFree=6035196/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2154188 memory=161520 CPUtime=1182.32 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 145807 0 0 0 117694 538 0 0 20 0 1 0 219690287 2205888512 40380 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 538547 40380 760 405 0 535492 0
Current children cumulated CPU time: 1182.32 s
Current children cumulated vsize: 2154188 KiB
Current children cumulated memory: 161520 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14831
/proc/meminfo: memFree=6038472/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2055940 memory=73800 CPUtime=1242.33 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 148951 0 0 0 123654 579 0 0 20 0 1 0 219690287 2105282560 18450 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 513985 18450 760 405 0 510930 0
Current children cumulated CPU time: 1242.33 s
Current children cumulated vsize: 2055940 KiB
Current children cumulated memory: 73800 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14832
/proc/meminfo: memFree=6002856/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2091976 memory=109692 CPUtime=1302.33 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 156049 0 0 0 129630 603 0 0 20 0 1 0 219690287 2142183424 27423 33554432000 4194304 5849708 140725909896992 140725909895864 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 522994 27423 760 405 0 519939 0
Current children cumulated CPU time: 1302.33 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 109692 KiB

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14833
/proc/meminfo: memFree=6025704/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2091976 memory=110748 CPUtime=1362.32 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 157052 0 0 0 135608 624 0 0 20 0 1 0 219690287 2142183424 27687 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 522994 27687 760 405 0 519939 0
Current children cumulated CPU time: 1362.32 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 110748 KiB

[startup+1372.07 s]
# the end of solver process 14792 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1365.82 s, system=6.28517 s

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

[startup+1363.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14833
/proc/meminfo: memFree=6023656/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2091976 memory=112792 CPUtime=1363.22 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 157052 0 0 0 135697 625 0 0 20 0 1 0 219690287 2142183424 28198 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 522994 28198 760 405 0 519939 0
Current children cumulated CPU time: 1363.22 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 112792 KiB

[startup+1366.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14833
/proc/meminfo: memFree=6023764/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2091976 memory=112792 CPUtime=1366.42 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 157052 0 0 0 136016 626 0 0 20 0 1 0 219690287 2142183424 28198 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 522994 28198 760 405 0 519939 0
Current children cumulated CPU time: 1366.42 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 112792 KiB

[startup+1369.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14833
/proc/meminfo: memFree=6023764/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2091976 memory=112792 CPUtime=1369.62 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 157052 0 0 0 136335 627 0 0 20 0 1 0 219690287 2142183424 28198 33554432000 4194304 5849708 140725909896992 140725909895992 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 522994 28198 760 405 0 519939 0
Current children cumulated CPU time: 1369.62 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 112792 KiB

[startup+1371.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14833
/proc/meminfo: memFree=6023764/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2091976 memory=112792 CPUtime=1371.22 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 157052 0 0 0 136495 627 0 0 20 0 1 0 219690287 2142183424 28198 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 522994 28198 760 405 0 519939 0
Current children cumulated CPU time: 1371.22 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 112792 KiB

[startup+1371.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14833
/proc/meminfo: memFree=6023764/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2091976 memory=112792 CPUtime=1371.62 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 157052 0 0 0 136534 628 0 0 20 0 1 0 219690287 2142183424 28198 33554432000 4194304 5849708 140725909896992 140725909895992 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 522994 28198 760 405 0 519939 0
Current children cumulated CPU time: 1371.62 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 112792 KiB

[startup+1372 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 14833
/proc/meminfo: memFree=6023764/32770624 swapFree=67108404/67108860
[pid=14792] ppid=14789 vsize=2091976 memory=112792 CPUtime=1372.03 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp_picat) R 14789 14792 10833 0 -1 4202496 157052 0 0 0 136575 628 0 0 20 0 1 0 219690287 2142183424 28198 33554432000 4194304 5849708 140725909896992 140725909895992 140365127348103 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 29949952 140725909898422 140725909898500 140725909898500 140725909901258 0
/proc/14792/statm: 522994 28198 760 405 0 519939 0
Current children cumulated CPU time: 1372.03 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 112792 KiB

Child status: 0
Real time (s): 1372.07
CPU time (s): 1372.1
CPU user time (s): 1365.82
CPU system time (s): 6.28517
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2154188
Max. memory (cumulated for all children) (KiB): 166540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1365.82
system time used= 6.28517
maximum resident set size= 166540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157136
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= 614


# summary of solver processes directly reported to runsolver:
#   pid: 14792
#   total CPU time (s): 1372.1
#   total CPU user time (s): 1365.82
#   total CPU system time (s): 6.28517

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76168 second user time and 9.33059 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-11 23:01:11
IDJOB=4303200
IDBENCH=141528
IDSOLVER=2778
FILE ID=node148/4303200-1534021271
RUNJOBID= node148-1533990783-10865
PBS_JOBID= 21036942
Free space on /tmp= 33724 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Mario/Mario-n-medium-3_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303200-1534021271/watcher-4303200-1534021271 -o /tmp/evaluation-result-4303200-1534021271/solver-4303200-1534021271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1533990783-10865 --watchdog 2580  xcsp_picat HOME/instance-4303200-1534021271.xml

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

MD5SUM BENCH= 5e375f515acf7f26619053bdd8bbc393
RANDOM SEED=365471991

node148.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.50
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.50
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.50
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.50
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:         6445432 kB
MemAvailable:   31685540 kB
Buffers:          231688 kB
Cached:         24856784 kB
SwapCached:          352 kB
Active:          9803536 kB
Inactive:       15559268 kB
Active(anon):     225460 kB
Inactive(anon):   101040 kB
Active(file):    9578076 kB
Inactive(file): 15458228 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              3188 kB
Writeback:            36 kB
AnonPages:        165304 kB
Mapped:            55420 kB
Shmem:             49592 kB
Slab:             660508 kB
SReclaimable:     632264 kB
SUnreclaim:        28244 kB
KernelStack:        3312 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2592456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33720 MiB
End job on node148 at 2018-08-11 23:24:04