Trace number 4295821

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
PicatSAT 2018-06-15SAT 2500.6 2500.65

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-12_c18.xml
MD5SUM31fb3bf3c58be033c7e9cdff116e7260
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark394.459
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints266
Number of domains2
Minimum domain size12
Maximum domain size144
Distribution of domain sizes[{"size":12,"count":144},{"size":144,"count":132}]
Minimum variable degree0
Maximum variable degree135
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":134,"count":12},{"degree":135,"count":132}]
Minimum constraint arity3
Maximum constraint arity145
Distribution of constraint arities[{"arity":3,"count":132},{"arity":12,"count":1},{"arity":144,"count":1},{"arity":145,"count":132}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":132}]
Optimization problemNO
Type of objective

Solver Data

2500.55/2500.64	c xcsp_picat version 2.4#4 (June 15, 2018)
2500.55/2500.64	s SATISFIABLE
2500.55/2500.64	v <instantiation>
2500.55/2500.64	v     <list> y[][] x[][]  </list> 
2500.55/2500.64	v     <values> 0 27 137 124 74 103 47 118 90 68 21 49 38 0 114 105 11 80 70 51 28 120 139 89 71 81 0 12 97 111 4 138 43 94 53 128 58 116 1 0 19 88 141 98 131 29 66 72 30 132 20 85 0 122 115 41 82 107 3 69 92 102 45 55 34 0 123 23 108 136 73 2 135 125 48 119 93 46 0 8 61 14 100 31 129 40 83 32 63 133 96 0 5 54 110 22 79 50 87 142 126 9 17 60 0 37 35 112 101 10 127 62 140 59 25 76 15 0 84 42 109 95 64 77 36 18 56 33 134 7 0 99 16 67 106 6 113 24 86 121 57 75 44 0  0 3 5 4 2 7 11 10 6 8 9 1 2 1 6 9 11 8 10 3 4 0 7 5 11 9 2 0 1 3 4 6 7 10 5 8 10 8 1 3 7 4 9 2 11 5 6 0 6 0 8 1 4 2 7 5 10 11 3 9 8 6 9 7 10 5 3 11 0 4 1 2 3 5 0 11 9 10 6 8 1 2 4 7 9 4 11 8 3 1 0 7 5 6 2 10 7 2 3 10 6 9 5 0 8 1 11 4 5 10 7 2 8 11 1 4 3 9 0 6 1 11 4 5 0 6 8 9 2 7 10 3 4 7 10 6 5 0 2 1 9 3 8 11   </values> 
2500.55/2500.64	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295821-1532577661/watcher-4295821-1532577661 -o /tmp/evaluation-result-4295821-1532577661/solver-4295821-1532577661 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532562373-32761 --watchdog 2580 xcsp_picat HOME/instance-4295821-1532577661.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2124, runsolver pid=2121

[startup+0.100485 s]*
/proc/loadavg: 2.12 2.10 2.08 3/191 2125
/proc/meminfo: memFree=20866664/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=119856 memory=17796 CPUtime=0.09 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 2045 0 0 0 9 0 0 0 20 0 1 0 75329290 122732544 4449 33554432000 4194304 5849740 140732059549776 140732059548952 140207759175559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 29964 4449 686 405 0 26908 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 119856 KiB
Current children cumulated memory: 17796 KiB

[startup+0.209817 s]*
/proc/loadavg: 2.12 2.10 2.08 3/191 2125
/proc/meminfo: memFree=20860868/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=126140 memory=23904 CPUtime=0.2 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 3619 0 0 0 20 0 0 0 20 0 1 0 75329290 129167360 5976 33554432000 4194304 5849740 140732059549776 140732059548952 5339632 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 31535 5976 688 405 0 28479 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 126140 KiB
Current children cumulated memory: 23904 KiB

[startup+0.309679 s]*
/proc/loadavg: 2.12 2.10 2.08 3/191 2125
/proc/meminfo: memFree=20859052/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=127552 memory=25324 CPUtime=0.3 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 4297 0 0 0 30 0 0 0 20 0 1 0 75329290 130613248 6331 33554432000 4194304 5849740 140732059549776 140732059548952 5391799 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 31888 6331 695 405 0 28832 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 127552 KiB
Current children cumulated memory: 25324 KiB

[startup+0.700319 s]
/proc/loadavg: 2.12 2.10 2.08 3/191 2125
/proc/meminfo: memFree=20857564/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=132016 memory=29888 CPUtime=0.68 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 4916 0 0 0 68 0 0 0 20 0 1 0 75329290 135184384 7472 33554432000 4194304 5849740 140732059549776 140732059548952 5362097 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 33004 7472 708 405 0 29948 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 132016 KiB
Current children cumulated memory: 29888 KiB

[startup+1.50025 s]
/proc/loadavg: 2.12 2.10 2.08 3/191 2125
/proc/meminfo: memFree=20851884/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=131608 memory=29468 CPUtime=1.48 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 5080 0 0 0 148 0 0 0 20 0 1 0 75329290 134766592 7367 33554432000 4194304 5849740 140732059549776 140732059548264 4208892 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 32902 7367 714 405 0 29846 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 131608 KiB
Current children cumulated memory: 29468 KiB

[startup+3.10945 s]
/proc/loadavg: 2.11 2.10 2.08 3/191 2125
/proc/meminfo: memFree=20851852/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=131768 memory=29796 CPUtime=3.09 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 6726 0 0 0 309 0 0 0 20 0 1 0 75329290 134930432 7449 33554432000 4194304 5849740 140732059549776 140732059548264 4211600 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 32942 7449 718 405 0 29886 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 131768 KiB
Current children cumulated memory: 29796 KiB

[startup+6.30022 s]
/proc/loadavg: 2.11 2.10 2.08 3/191 2125
/proc/meminfo: memFree=20848836/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=134988 memory=33016 CPUtime=6.28 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 8993 0 0 0 628 0 0 0 20 0 1 0 75329290 138227712 8254 33554432000 4194304 5849740 140732059549776 140732059548184 4211920 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 33747 8254 718 405 0 30691 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 134988 KiB
Current children cumulated memory: 33016 KiB

[startup+12.7003 s]
/proc/loadavg: 2.10 2.10 2.08 3/191 2125
/proc/meminfo: memFree=20847092/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=133176 memory=31140 CPUtime=12.69 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 11809 0 0 0 1264 5 0 0 20 0 1 0 75329290 136372224 7785 33554432000 4194304 5849740 140732059549776 140732059548264 5339042 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 33294 7785 722 405 0 30238 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 133176 KiB
Current children cumulated memory: 31140 KiB

[startup+25.5002 s]
/proc/loadavg: 2.08 2.09 2.08 3/191 2125
/proc/meminfo: memFree=20842756/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=136524 memory=34504 CPUtime=25.48 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 19382 0 0 0 2538 10 0 0 20 0 1 0 75329290 139800576 8626 33554432000 4194304 5849740 140732059549776 140732059548184 4212286 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 34131 8626 722 405 0 31075 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 136524 KiB
Current children cumulated memory: 34504 KiB

[startup+51.1099 s]
/proc/loadavg: 2.05 2.09 2.07 3/192 2126
/proc/meminfo: memFree=20820564/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=142440 memory=40384 CPUtime=51.1 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 32863 0 0 0 5087 23 0 0 20 0 1 0 75329290 145858560 10096 33554432000 4194304 5849740 140732059549776 140732059548184 140207759175559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 35610 10096 722 405 0 32554 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 142440 KiB
Current children cumulated memory: 40384 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.07 2.07 3/192 2127
/proc/meminfo: memFree=20822600/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=150172 memory=52992 CPUtime=102.29 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 56650 0 0 0 10179 50 0 0 20 0 1 0 75329290 153776128 13248 33554432000 4194304 5849740 140732059549776 140732059548504 5438160 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 37543 13248 722 405 0 34487 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 150172 KiB
Current children cumulated memory: 52992 KiB

[startup+162.3 s]
/proc/loadavg: 2.10 2.09 2.07 3/192 2128
/proc/meminfo: memFree=20810788/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=152044 memory=55044 CPUtime=162.28 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 78254 0 0 0 16150 78 0 0 20 0 1 0 75329290 155693056 13761 33554432000 4194304 5849740 140732059549776 140732059548648 5438330 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 38011 13761 722 405 0 34955 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 152044 KiB
Current children cumulated memory: 55044 KiB

[startup+222.3 s]
/proc/loadavg: 2.04 2.07 2.07 3/193 2130
/proc/meminfo: memFree=20777104/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=170608 memory=73480 CPUtime=222.28 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 93889 0 0 0 22121 107 0 0 20 0 1 0 75329290 174702592 18370 33554432000 4194304 5849740 140732059549776 140732059548776 5395328 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 42652 18370 722 405 0 39596 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 170608 KiB
Current children cumulated memory: 73480 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/193 2131
/proc/meminfo: memFree=20786268/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=178400 memory=81336 CPUtime=282.28 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 104438 0 0 0 28095 133 0 0 20 0 1 0 75329290 182681600 20334 33554432000 4194304 5849740 140732059549776 140732059548776 5438266 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 44600 20334 722 405 0 41544 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 178400 KiB
Current children cumulated memory: 81336 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/192 2132
/proc/meminfo: memFree=20720584/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=220100 memory=123104 CPUtime=342.28 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 111720 0 0 0 34070 158 0 0 20 0 1 0 75329290 225382400 30776 33554432000 4194304 5849740 140732059549776 140732059548776 5437926 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 55025 30776 722 405 0 51969 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 220100 KiB
Current children cumulated memory: 123104 KiB

[startup+402.3 s]
/proc/loadavg: 2.04 2.05 2.06 3/191 2133
/proc/meminfo: memFree=20762756/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=190564 memory=93496 CPUtime=402.28 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 120222 0 0 0 40048 180 0 0 20 0 1 0 75329290 195137536 23374 33554432000 4194304 5849740 140732059549776 140732059548776 5437607 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 47641 23374 722 405 0 44585 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 190564 KiB
Current children cumulated memory: 93496 KiB

[startup+462.3 s]
/proc/loadavg: 2.09 2.07 2.06 3/191 2134
/proc/meminfo: memFree=20756448/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=192984 memory=95788 CPUtime=462.28 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 126266 0 0 0 46028 200 0 0 20 0 1 0 75329290 197615616 23947 33554432000 4194304 5849740 140732059549776 140732059548776 5437698 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 48246 23947 722 405 0 45190 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 192984 KiB
Current children cumulated memory: 95788 KiB


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

Current children cumulated memory: 152968 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/191 2191
/proc/meminfo: memFree=20654004/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=254948 memory=157744 CPUtime=2082.25 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 311777 0 0 0 207536 689 0 0 20 0 1 0 75329290 261066752 39436 33554432000 4194304 5849740 140732059549776 140732059548776 5437591 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 63737 39436 722 405 0 60681 0
Current children cumulated CPU time: 2082.25 s
Current children cumulated vsize: 254948 KiB
Current children cumulated memory: 157744 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 2192
/proc/meminfo: memFree=20692816/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=226616 memory=129612 CPUtime=2142.25 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 315202 0 0 0 213517 708 0 0 20 0 1 0 75329290 232054784 32403 33554432000 4194304 5849740 140732059549776 140732059548776 5438311 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 56654 32403 722 405 0 53598 0
Current children cumulated CPU time: 2142.25 s
Current children cumulated vsize: 226616 KiB
Current children cumulated memory: 129612 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 2193
/proc/meminfo: memFree=20605700/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=303044 memory=205924 CPUtime=2202.25 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 323337 0 0 0 219495 730 0 0 20 0 1 0 75329290 310317056 51481 33554432000 4194304 5849740 140732059549776 140732059548776 5437698 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 75761 51481 722 405 0 72705 0
Current children cumulated CPU time: 2202.25 s
Current children cumulated vsize: 303044 KiB
Current children cumulated memory: 205924 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 2194
/proc/meminfo: memFree=20592312/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=270324 memory=173268 CPUtime=2262.25 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 333462 0 0 0 225473 752 0 0 20 0 1 0 75329290 276811776 43317 33554432000 4194304 5849740 140732059549776 140732059548776 5437668 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 67581 43317 722 405 0 64525 0
Current children cumulated CPU time: 2262.25 s
Current children cumulated vsize: 270324 KiB
Current children cumulated memory: 173268 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 2195
/proc/meminfo: memFree=20654508/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=239216 memory=142220 CPUtime=2322.25 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 343280 0 0 0 231452 773 0 0 20 0 1 0 75329290 244957184 35555 33554432000 4194304 5849740 140732059549776 140732059548776 5335568 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 59804 35555 722 405 0 56748 0
Current children cumulated CPU time: 2322.25 s
Current children cumulated vsize: 239216 KiB
Current children cumulated memory: 142220 KiB

[startup+2382.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/191 2204
/proc/meminfo: memFree=20648892/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=245584 memory=148472 CPUtime=2382.25 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 351046 0 0 0 237432 793 0 0 20 0 1 0 75329290 251478016 37118 33554432000 4194304 5849740 140732059549776 140732059548776 5437629 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 61396 37118 722 405 0 58340 0
Current children cumulated CPU time: 2382.25 s
Current children cumulated vsize: 245584 KiB
Current children cumulated memory: 148472 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/191 2205
/proc/meminfo: memFree=20621100/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=283476 memory=183060 CPUtime=2442.24 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 359879 0 0 0 243416 808 0 0 20 0 1 0 75329290 290279424 45765 33554432000 4194304 5849740 140732059549776 140732059548776 5438262 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 70869 45765 722 405 0 67813 0
Current children cumulated CPU time: 2442.24 s
Current children cumulated vsize: 283476 KiB
Current children cumulated memory: 183060 KiB

[startup+2500.65 s]
# the end of solver process 2124 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2492.38 s, system=8.22392 s

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

[startup+2457.6 s]
/proc/loadavg: 2.06 2.04 2.05 3/191 2205
/proc/meminfo: memFree=20660440/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=257936 memory=157528 CPUtime=2457.55 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 362095 0 0 0 244943 812 0 0 20 0 1 0 75329290 264126464 39382 33554432000 4194304 5849740 140732059549776 140732059548776 5437828 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 64484 39382 722 405 0 61428 0
Current children cumulated CPU time: 2457.55 s
Current children cumulated vsize: 257936 KiB
Current children cumulated memory: 157528 KiB

[startup+2483.2 s]
/proc/loadavg: 2.20 2.07 2.06 3/192 2268
/proc/meminfo: memFree=20738016/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=257936 memory=157528 CPUtime=2483.15 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 362129 0 0 0 247497 818 0 0 20 0 1 0 75329290 264126464 39382 33554432000 4194304 5849740 140732059549776 140732059548776 5335529 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 64484 39382 722 405 0 61428 0
Current children cumulated CPU time: 2483.15 s
Current children cumulated vsize: 257936 KiB
Current children cumulated memory: 157528 KiB

[startup+2489.6 s]
/proc/loadavg: 2.17 2.07 2.06 4/192 2268
/proc/meminfo: memFree=20733492/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=257936 memory=157528 CPUtime=2489.54 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 362142 0 0 0 248135 819 0 0 20 0 1 0 75329290 264126464 39382 33554432000 4194304 5849740 140732059549776 140732059548776 5437600 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 64484 39382 722 405 0 61428 0
Current children cumulated CPU time: 2489.54 s
Current children cumulated vsize: 257936 KiB
Current children cumulated memory: 157528 KiB

[startup+2496 s]*
/proc/loadavg: 2.15 2.07 2.05 3/192 2268
/proc/meminfo: memFree=20733816/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=257936 memory=157528 CPUtime=2495.96 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 362143 0 0 0 248775 821 0 0 20 0 1 0 75329290 264126464 39382 33554432000 4194304 5849740 140732059549776 140732059548936 5437698 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 64484 39382 722 405 0 61428 0
Current children cumulated CPU time: 2495.96 s
Current children cumulated vsize: 257936 KiB
Current children cumulated memory: 157528 KiB

[startup+2499.2 s]
/proc/loadavg: 2.14 2.07 2.05 3/192 2268
/proc/meminfo: memFree=20733444/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=257936 memory=157528 CPUtime=2499.14 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 362143 0 0 0 249093 821 0 0 20 0 1 0 75329290 264126464 39382 33554432000 4194304 5849740 140732059549776 140732059548776 140207759175559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 64484 39382 722 405 0 61428 0
Current children cumulated CPU time: 2499.14 s
Current children cumulated vsize: 257936 KiB
Current children cumulated memory: 157528 KiB

[startup+2500 s]*
/proc/loadavg: 2.14 2.07 2.05 3/192 2268
/proc/meminfo: memFree=20731212/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=257936 memory=157528 CPUtime=2499.95 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 362143 0 0 0 249174 821 0 0 20 0 1 0 75329290 264126464 39382 33554432000 4194304 5849740 140732059549776 140732059548776 5437828 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 64484 39382 722 405 0 61428 0
Current children cumulated CPU time: 2499.95 s
Current children cumulated vsize: 257936 KiB
Current children cumulated memory: 157528 KiB

[startup+2500.4 s]
/proc/loadavg: 2.14 2.07 2.05 3/192 2268
/proc/meminfo: memFree=20731212/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=257936 memory=157528 CPUtime=2500.34 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 362143 0 0 0 249213 821 0 0 20 0 1 0 75329290 264126464 39382 33554432000 4194304 5849740 140732059549776 140732059548776 5437720 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 64484 39382 722 405 0 61428 0
Current children cumulated CPU time: 2500.34 s
Current children cumulated vsize: 257936 KiB
Current children cumulated memory: 157528 KiB

[startup+2500.6 s]
/proc/loadavg: 2.14 2.07 2.05 3/192 2268
/proc/meminfo: memFree=20731212/32770624 swapFree=67108860/67108860
[pid=2124] ppid=2121 vsize=257936 memory=157528 CPUtime=2500.55 cores=0,2,4,6
/proc/2124/stat : 2124 (xcsp_picat) R 2121 2124 32730 0 -1 4202496 362145 0 0 0 249233 822 0 0 20 0 1 0 75329290 264126464 39382 33554432000 4194304 5849740 140732059549776 140732059548776 5438330 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 18571264 140732059550902 140732059550980 140732059550980 140732059553738 0
/proc/2124/statm: 64484 39382 722 405 0 61428 0
Current children cumulated CPU time: 2500.55 s
Current children cumulated vsize: 257936 KiB
Current children cumulated memory: 157528 KiB

Child status: 0
Real time (s): 2500.65
CPU time (s): 2500.6
CPU user time (s): 2492.38
CPU system time (s): 8.22392
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 303044
Max. memory (cumulated for all children) (KiB): 205924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2492.38
system time used= 8.22392
maximum resident set size= 205924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362209
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= 36
involuntary context switches= 1028


# summary of solver processes directly reported to runsolver:
#   pid: 2124
#   total CPU time (s): 2500.6
#   total CPU user time (s): 2492.38
#   total CPU system time (s): 8.22392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5485 second user time and 16.7828 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-26 06:01:01
IDJOB=4295821
IDBENCH=141605
IDSOLVER=2754
FILE ID=node134/4295821-1532577661
RUNJOBID= node134-1532562373-32761
PBS_JOBID= 21021958
Free space on /tmp= 55560 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-12_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295821-1532577661/watcher-4295821-1532577661 -o /tmp/evaluation-result-4295821-1532577661/solver-4295821-1532577661 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532562373-32761 --watchdog 2580  xcsp_picat HOME/instance-4295821-1532577661.xml

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

MD5SUM BENCH= 31fb3bf3c58be033c7e9cdff116e7260
RANDOM SEED=1029760162

node134.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.68
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.68
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.68
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.68
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:        20882236 kB
MemAvailable:   31929164 kB
Buffers:          219216 kB
Cached:         11088460 kB
SwapCached:            0 kB
Active:          2139040 kB
Inactive:        9252128 kB
Active(anon):      34964 kB
Inactive(anon):    76428 kB
Active(file):    2104076 kB
Inactive(file):  9175700 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:         84832 kB
Mapped:            42252 kB
Shmem:             25248 kB
Slab:             193960 kB
SReclaimable:     165976 kB
SUnreclaim:        27984 kB
KernelStack:        3392 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     473532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55556 MiB
End job on node134 at 2018-07-26 06:42:42