Trace number 4407791

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-12? (TO) 2400.03 2400.01

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-logicSynthesis/
Pb-logic-prom2-pi.xml
MD5SUM6aee68d8961a94fe28c0ecc99a34bb31
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables2617
Number of constraints1988
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2617}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":85},{"degree":3,"count":203},{"degree":4,"count":325},{"degree":5,"count":382},{"degree":6,"count":316},{"degree":7,"count":312},{"degree":8,"count":276},{"degree":9,"count":216},{"degree":10,"count":149},{"degree":11,"count":137},{"degree":12,"count":79},{"degree":13,"count":47},{"degree":14,"count":35},{"degree":15,"count":21},{"degree":16,"count":14},{"degree":17,"count":11},{"degree":18,"count":4},{"degree":19,"count":4},{"degree":21,"count":1}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":9},{"arity":2,"count":65},{"arity":3,"count":167},{"arity":4,"count":210},{"arity":5,"count":194},{"arity":6,"count":274},{"arity":7,"count":181},{"arity":8,"count":181},{"arity":9,"count":159},{"arity":10,"count":129},{"arity":11,"count":104},{"arity":12,"count":67},{"arity":13,"count":48},{"arity":14,"count":40},{"arity":15,"count":32},{"arity":16,"count":32},{"arity":17,"count":23},{"arity":18,"count":14},{"arity":19,"count":14},{"arity":20,"count":15},{"arity":21,"count":11},{"arity":22,"count":7},{"arity":23,"count":4},{"arity":24,"count":1},{"arity":25,"count":5},{"arity":26,"count":1},{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1988}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

25.79/25.85	c xcsp_picat version 2.7b12 (9/12/2019)
25.79/25.85	o 872

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13824 MiB free)
  memory of node 1: 16384 MiB (11016 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407791-1569512818/watcher-4407791-1569512818 -o /tmp/evaluation-result-4407791-1569512818/solver-4407791-1569512818 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1569509600-8665 --watchdog 2560 xcsp_picat HOME/instance-4407791-1569512818.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
Current StackSize limit: 8192 KiB

solver pid=9985, runsolver pid=9982

[startup+0.100148 s]*
/proc/loadavg: 2.07 2.05 1.97 3/199 9986
/proc/meminfo: memFree=25413492/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2040132 memory=26988 CPUtime=0.1 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 2866 0 0 0 10 0 0 0 20 0 1 0 527553095 2089095168 6747 33554432000 4194304 5870510 140726244989424 140726244988728 5476966 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 510033 6747 931 410 0 505506 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2040132 KiB
Current children cumulated memory: 26988 KiB

[startup+0.209811 s]*
/proc/loadavg: 2.07 2.05 1.97 3/199 9986
/proc/meminfo: memFree=25413492/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2040244 memory=27072 CPUtime=0.2 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 2878 0 0 0 20 0 0 0 20 0 1 0 527553095 2089209856 6768 33554432000 4194304 5870510 140726244989424 140726244988728 5476990 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 510061 6768 948 410 0 505534 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2040244 KiB
Current children cumulated memory: 27072 KiB

[startup+0.308969 s]*
/proc/loadavg: 2.07 2.05 1.97 3/199 9986
/proc/meminfo: memFree=25413492/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2040244 memory=27072 CPUtime=0.3 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 2888 0 0 0 30 0 0 0 20 0 1 0 527553095 2089209856 6768 33554432000 4194304 5870510 140726244989424 140726244988728 5405737 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 510061 6768 948 410 0 505534 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2040244 KiB
Current children cumulated memory: 27072 KiB

[startup+0.700271 s]
/proc/loadavg: 2.07 2.05 1.97 3/199 9986
/proc/meminfo: memFree=25413228/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2040340 memory=27272 CPUtime=0.7 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 2929 0 0 0 69 1 0 0 20 0 1 0 527553095 2089308160 6818 33554432000 4194304 5870510 140726244989424 140726244988728 5477456 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 510085 6818 948 410 0 505558 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 2040340 KiB
Current children cumulated memory: 27272 KiB

[startup+1.50025 s]
/proc/loadavg: 2.07 2.05 1.97 3/199 9986
/proc/meminfo: memFree=25413236/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2040592 memory=27660 CPUtime=1.49 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 3027 0 0 0 148 1 0 0 20 0 1 0 527553095 2089566208 6915 33554432000 4194304 5870510 140726244989424 140726244988520 140394843357063 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 510148 6915 948 410 0 505621 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2040592 KiB
Current children cumulated memory: 27660 KiB

[startup+3.1096 s]
/proc/loadavg: 2.07 2.05 1.97 3/199 9986
/proc/meminfo: memFree=25407872/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2045724 memory=34636 CPUtime=3.1 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 7042 0 0 0 309 1 0 0 20 0 1 0 527553095 2094821376 8659 33554432000 4194304 5870510 140726244989424 140726244988520 5258635 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 511431 8659 978 410 0 506904 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2045724 KiB
Current children cumulated memory: 34636 KiB

[startup+6.30033 s]
/proc/loadavg: 2.06 2.05 1.97 3/199 9986
/proc/meminfo: memFree=25398188/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2059040 memory=46476 CPUtime=6.29 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 10813 0 0 0 627 2 0 0 20 0 1 0 527553095 2108456960 11619 33554432000 4194304 5870510 140726244989424 140726244988040 5262774 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 514760 11619 980 410 0 510233 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2059040 KiB
Current children cumulated memory: 46476 KiB

[startup+12.7003 s]
/proc/loadavg: 2.06 2.05 1.97 3/199 9986
/proc/meminfo: memFree=25380352/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2071372 memory=60096 CPUtime=12.69 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 14915 0 0 0 1265 4 0 0 20 0 1 0 527553095 2121084928 15024 33554432000 4194304 5870510 140726244989424 140726244988520 5258681 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 517843 15024 987 410 0 513316 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2071372 KiB
Current children cumulated memory: 60096 KiB

[startup+25.5004 s]
/proc/loadavg: 2.12 2.07 1.97 3/199 10047
/proc/meminfo: memFree=25451312/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2091872 memory=83124 CPUtime=25.49 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 21331 0 0 0 2544 5 0 0 20 0 1 0 527553095 2142076928 20781 33554432000 4194304 5870510 140726244989424 140726244987992 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 522968 20781 987 410 0 518441 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2091872 KiB
Current children cumulated memory: 83124 KiB

[startup+51.1095 s]
/proc/loadavg: 2.08 2.06 1.97 4/199 10111
/proc/meminfo: memFree=25409192/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2119244 memory=94752 CPUtime=51.1 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 25143 0 0 0 5105 5 0 0 20 0 1 0 527553095 2170105856 23688 33554432000 4194304 5870510 140726244989424 140726244987864 5308192 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 529811 23688 987 410 0 525284 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2119244 KiB
Current children cumulated memory: 94752 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 1.97 4/199 10114
/proc/meminfo: memFree=25367512/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2132140 memory=127076 CPUtime=102.29 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 28129 0 0 0 10223 6 0 0 20 0 1 0 527553095 2183311360 31769 33554432000 4194304 5870510 140726244989424 140726244987864 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 533035 31769 987 410 0 528508 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2132140 KiB
Current children cumulated memory: 127076 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 1.97 4/200 10119
/proc/meminfo: memFree=25360692/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2139144 memory=134408 CPUtime=162.29 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 30671 0 0 0 16223 6 0 0 20 0 1 0 527553095 2190483456 33602 33554432000 4194304 5870510 140726244989424 140726244987992 5272646 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 534786 33602 987 410 0 530259 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2139144 KiB
Current children cumulated memory: 134408 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 1.97 4/200 10125
/proc/meminfo: memFree=25348132/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2133992 memory=129256 CPUtime=222.29 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 34022 0 0 0 22220 9 0 0 20 0 1 0 527553095 2185207808 32314 33554432000 4194304 5870510 140726244989424 140726244988440 5262806 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 533498 32314 987 410 0 528971 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2133992 KiB
Current children cumulated memory: 129256 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 1.97 4/201 10137
/proc/meminfo: memFree=25348828/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2152668 memory=147932 CPUtime=282.29 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 39342 0 0 0 28215 14 0 0 20 0 1 0 527553095 2204332032 36983 33554432000 4194304 5870510 140726244989424 140726244987992 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 538167 36983 987 410 0 533640 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2152668 KiB
Current children cumulated memory: 147932 KiB

[startup+342.3 s]
/proc/loadavg: 2.74 2.24 2.05 3/201 10332
/proc/meminfo: memFree=25074520/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2164344 memory=154680 CPUtime=342.29 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 39660 0 0 0 34215 14 0 0 20 0 1 0 527553095 2216288256 38670 33554432000 4194304 5870510 140726244989424 140726244987992 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 541086 38670 987 410 0 536559 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2164344 KiB
Current children cumulated memory: 154680 KiB

[startup+402.3 s]
/proc/loadavg: 2.23 2.18 2.04 3/201 10465
/proc/meminfo: memFree=24957516/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2152668 memory=143804 CPUtime=402.3 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 43003 0 0 0 40214 16 0 0 20 0 1 0 527553095 2204332032 35951 33554432000 4194304 5870510 140726244989424 140726244987864 5308575 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 538167 35951 987 410 0 533640 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2152668 KiB
Current children cumulated memory: 143804 KiB

[startup+462.3 s]
/proc/loadavg: 2.08 2.15 2.04 3/200 10469
/proc/meminfo: memFree=24936400/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2164344 memory=154616 CPUtime=462.29 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 43280 0 0 0 46213 16 0 0 20 0 1 0 527553095 2216288256 38654 33554432000 4194304 5870510 140726244989424 140726244987992 5262779 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 541086 38654 987 410 0 536559 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2164344 KiB
Current children cumulated memory: 154616 KiB


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

/proc/9985/statm: 546336 45152 987 410 0 541809 0
Current children cumulated CPU time: 1602.31 s
Current children cumulated vsize: 2185344 KiB
Current children cumulated memory: 180608 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 10730
/proc/meminfo: memFree=23471616/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2185344 memory=179416 CPUtime=1662.3 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 106828 0 0 0 166173 57 0 0 20 0 1 0 527553095 2237792256 44854 33554432000 4194304 5870510 140726244989424 140726244988440 5262756 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 546336 44854 987 410 0 541809 0
Current children cumulated CPU time: 1662.3 s
Current children cumulated vsize: 2185344 KiB
Current children cumulated memory: 179416 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 10734
/proc/meminfo: memFree=23453620/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234664 memory=212896 CPUtime=1722.3 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 118444 0 0 0 172162 68 0 0 20 0 1 0 527553095 2288295936 53224 33554432000 4194304 5870510 140726244989424 140726244988440 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558666 53224 987 410 0 554139 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 2234664 KiB
Current children cumulated memory: 212896 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 10738
/proc/meminfo: memFree=23441968/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2215692 memory=210136 CPUtime=1782.31 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 122301 0 0 0 178158 73 0 0 20 0 1 0 527553095 2268868608 52534 33554432000 4194304 5870510 140726244989424 140726244987992 5282621 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 553923 52534 987 410 0 549396 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 2215692 KiB
Current children cumulated memory: 210136 KiB

[startup+1842.3 s]
/proc/loadavg: 1.40 1.84 1.98 2/192 10789
/proc/meminfo: memFree=25359368/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2215692 memory=210136 CPUtime=1842.31 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 124370 0 0 0 184158 73 0 0 20 0 1 0 527553095 2268868608 52534 33554432000 4194304 5870510 140726244989424 140726244987992 5288915 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 553923 52534 987 410 0 549396 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 2215692 KiB
Current children cumulated memory: 210136 KiB

[startup+1902.3 s]
/proc/loadavg: 1.15 1.69 1.92 2/193 10794
/proc/meminfo: memFree=25359280/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2215692 memory=210136 CPUtime=1902.31 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 124919 0 0 0 190157 74 0 0 20 0 1 0 527553095 2268868608 52534 33554432000 4194304 5870510 140726244989424 140726244987992 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 553923 52534 987 410 0 549396 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 2215692 KiB
Current children cumulated memory: 210136 KiB

[startup+1962.3 s]
/proc/loadavg: 1.05 1.56 1.86 2/193 10798
/proc/meminfo: memFree=25354440/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234664 memory=214956 CPUtime=1962.3 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 130708 0 0 0 196153 77 0 0 20 0 1 0 527553095 2288295936 53739 33554432000 4194304 5870510 140726244989424 140726244988440 5274889 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558666 53739 987 410 0 554139 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 2234664 KiB
Current children cumulated memory: 214956 KiB

[startup+2022.3 s]
/proc/loadavg: 1.02 1.46 1.81 2/193 10804
/proc/meminfo: memFree=25388448/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234664 memory=212908 CPUtime=2022.3 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 137524 0 0 0 202144 86 0 0 20 0 1 0 527553095 2288295936 53227 33554432000 4194304 5870510 140726244989424 140726244988440 5282775 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558666 53227 987 410 0 554139 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 2234664 KiB
Current children cumulated memory: 212908 KiB

[startup+2082.3 s]
/proc/loadavg: 1.01 1.38 1.76 2/193 10815
/proc/meminfo: memFree=25356924/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234664 memory=214952 CPUtime=2082.31 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 145010 0 0 0 208136 95 0 0 20 0 1 0 527553095 2288295936 53738 33554432000 4194304 5870510 140726244989424 140726244988440 5262790 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558666 53738 987 410 0 554139 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 2234664 KiB
Current children cumulated memory: 214952 KiB

[startup+2142.3 s]
/proc/loadavg: 1.00 1.31 1.71 2/193 10819
/proc/meminfo: memFree=25356916/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234664 memory=214956 CPUtime=2142.31 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 150558 0 0 0 214129 102 0 0 20 0 1 0 527553095 2288295936 53739 33554432000 4194304 5870510 140726244989424 140726244988440 5282541 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558666 53739 987 410 0 554139 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 2234664 KiB
Current children cumulated memory: 214956 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.25 1.67 2/192 10825
/proc/meminfo: memFree=25360016/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2215692 memory=210660 CPUtime=2202.31 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 153777 0 0 0 220127 104 0 0 20 0 1 0 527553095 2268868608 52665 33554432000 4194304 5870510 140726244989424 140726244987992 5282590 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 553923 52665 987 410 0 549396 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 2215692 KiB
Current children cumulated memory: 210660 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.21 1.62 2/192 10829
/proc/meminfo: memFree=25341496/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234660 memory=229388 CPUtime=2262.32 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 155740 0 0 0 226125 107 0 0 20 0 1 0 527553095 2288291840 57347 33554432000 4194304 5870510 140726244989424 140726244987992 5275370 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558665 57347 987 410 0 554138 0
Current children cumulated CPU time: 2262.32 s
Current children cumulated vsize: 2234660 KiB
Current children cumulated memory: 229388 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.17 1.58 2/192 10833
/proc/meminfo: memFree=25340776/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234660 memory=229924 CPUtime=2322.31 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 157788 0 0 0 232124 107 0 0 20 0 1 0 527553095 2288291840 57481 33554432000 4194304 5870510 140726244989424 140726244987992 5282609 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558665 57481 987 410 0 554138 0
Current children cumulated CPU time: 2322.31 s
Current children cumulated vsize: 2234660 KiB
Current children cumulated memory: 229924 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.14 1.55 2/192 10840
/proc/meminfo: memFree=25340764/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234660 memory=229924 CPUtime=2382.32 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 158014 0 0 0 238125 107 0 0 20 0 1 0 527553095 2288291840 57481 33554432000 4194304 5870510 140726244989424 140726244987992 5272880 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558665 57481 987 410 0 554138 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 2234660 KiB
Current children cumulated memory: 229924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 1.00 1.13 1.54 2/192 10842
/proc/meminfo: memFree=25340980/32770624 swapFree=66956692/67108860
[pid=9985] ppid=9982 vsize=2234660 memory=229924 CPUtime=2400.02 cores=0,2,4,6
/proc/9985/stat : 9985 (xcsp_picat) R 9982 9985 8634 0 -1 4202496 159634 0 0 0 239895 107 0 0 20 0 1 0 527553095 2288291840 57481 33554432000 4194304 5870510 140726244989424 140726244987992 5289042 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 40820736 140726244992031 140726244992109 140726244992109 140726244995018 0
/proc/9985/statm: 558665 57481 987 410 0 554138 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 2234660 KiB
Current children cumulated memory: 229924 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2400.01 s]
# the end of solver process 9985 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.96 s, system=1.07601 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.01
CPU time (s): 2400.03
CPU user time (s): 2398.96
CPU system time (s): 1.07601
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2234664
Max. memory (cumulated for all children) (KiB): 229924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.96
system time used= 1.07601
maximum resident set size= 243308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159634
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= 17
involuntary context switches= 1041


# summary of solver processes directly reported to runsolver:
#   pid: 9985
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2398.96
#   total CPU system time (s): 1.07601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.16309 second user time and 17.9992 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-26 17:46:17
IDJOB=4407791
IDBENCH=135598
IDSOLVER=2873
FILE ID=node151/4407791-1569512818
RUNJOBID= node151-1569509600-8665
PBS_JOBID= 21705776
Free space on /tmp= 12408 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-logicSynthesis/Pb-logic-prom2-pi.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407791-1569512818/watcher-4407791-1569512818 -o /tmp/evaluation-result-4407791-1569512818/solver-4407791-1569512818 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1569509600-8665 --watchdog 2560  xcsp_picat HOME/instance-4407791-1569512818.xml

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

MD5SUM BENCH= 6aee68d8961a94fe28c0ecc99a34bb31
RANDOM SEED=436761794

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25436368 kB
MemAvailable:   31655144 kB
Buffers:          100820 kB
Cached:          6321924 kB
SwapCached:        50572 kB
Active:          2844564 kB
Inactive:        3758880 kB
Active(anon):     148076 kB
Inactive(anon):   103652 kB
Active(file):    2696488 kB
Inactive(file):  3655228 kB
Unevictable:      108108 kB
Mlocked:          108108 kB
SwapTotal:      67108860 kB
SwapFree:       66956692 kB
Dirty:              3180 kB
Writeback:             0 kB
AnonPages:        279624 kB
Mapped:            24052 kB
Shmem:             62540 kB
Slab:             324612 kB
SReclaimable:     295520 kB
SUnreclaim:        29092 kB
KernelStack:        3760 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2670688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12408 MiB
End job on node151 at 2019-09-26 18:26:17