Trace number 4395720

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 2019-09-12? (TO) 2400.09 2399.9

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-09-opt_c18.xml
MD5SUM19bcf73076031218e5fd4b7208c9a15e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark18575
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables4749
Number of constraints4410
Number of domains9
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4069},{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":4070},{"degree":3,"count":1},{"degree":4,"count":27},{"degree":5,"count":22},{"degree":6,"count":78},{"degree":7,"count":29},{"degree":8,"count":79},{"degree":9,"count":23},{"degree":10,"count":77},{"degree":11,"count":29},{"degree":12,"count":39},{"degree":13,"count":29},{"degree":14,"count":40},{"degree":15,"count":18},{"degree":16,"count":32},{"degree":17,"count":15},{"degree":18,"count":21},{"degree":19,"count":8},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":10},{"degree":23,"count":9},{"degree":24,"count":6},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":3},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":3},{"degree":31,"count":5},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity280
Distribution of constraint arities[{"arity":2,"count":646},{"arity":3,"count":3763},{"arity":280,"count":1}]
Number of extensional constraints0
Number of intensional constraints4409
Distribution of constraint types[{"type":"intension","count":4409},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

39.88/39.97	c xcsp_picat version 2.7b12 (9/12/2019)
401.52/401.53	o 333549
1962.25/1962.13	o 111122

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395720-1568349388/watcher-4395720-1568349388 -o /tmp/evaluation-result-4395720-1568349388/solver-4395720-1568349388 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22106 --watchdog 2560 xcsp_picat HOME/instance-4395720-1568349388.xml 

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

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


[startup+0.100876 s]*
/proc/loadavg: 2.00 2.00 2.04 3/199 28309
/proc/meminfo: memFree=29904488/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2031716 memory=24496 CPUtime=0.1 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 1719 0 0 0 10 0 0 0 20 0 1 0 411187440 2080477184 6124 33554432000 4194304 5870510 140726898596496 140726898595800 4477252 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 507929 6124 857 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 24496 KiB

[startup+0.209711 s]*
/proc/loadavg: 2.00 2.00 2.04 3/199 28309
/proc/meminfo: memFree=29897632/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2031716 memory=29092 CPUtime=0.21 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 1817 0 0 0 21 0 0 0 20 0 1 0 411187440 2080477184 7273 33554432000 4194304 5870510 140726898596496 140726898595800 4643281 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 507929 7273 885 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 29092 KiB

[startup+0.309572 s]*
/proc/loadavg: 2.00 2.00 2.04 4/199 28309
/proc/meminfo: memFree=29878828/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2042484 memory=55980 CPUtime=0.3 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 3457 0 0 0 30 0 0 0 20 0 1 0 411187440 2091503616 13995 33554432000 4194304 5870510 140726898596496 140726898595800 140695567441610 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 510657 13995 914 410 0 506130 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2042484 KiB
Current children cumulated memory: 55980 KiB

[startup+0.70023 s]
/proc/loadavg: 2.00 2.00 2.04 3/199 28309
/proc/meminfo: memFree=29844760/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2066672 memory=82432 CPUtime=0.68 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 10207 0 0 0 66 2 0 0 20 0 1 0 411187440 2116272128 20608 33554432000 4194304 5870510 140726898596496 140726898595800 5407063 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 516668 20608 970 410 0 512141 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2066672 KiB
Current children cumulated memory: 82432 KiB

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.04 3/199 28309
/proc/meminfo: memFree=29844388/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2125852 memory=131552 CPUtime=1.49 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 21727 0 0 0 142 7 0 0 20 0 1 0 411187440 2176872448 32888 33554432000 4194304 5870510 140726898596496 140726898595608 5562032 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 531463 32888 970 410 0 526936 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2125852 KiB
Current children cumulated memory: 131552 KiB

[startup+3.10913 s]
/proc/loadavg: 2.00 2.00 2.04 3/199 28309
/proc/meminfo: memFree=29791000/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2125984 memory=131840 CPUtime=3.1 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 22548 0 0 0 303 7 0 0 20 0 1 0 411187440 2177007616 32960 33554432000 4194304 5870510 140726898596496 140726898595752 140695566933806 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 531496 32960 970 410 0 526969 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2125984 KiB
Current children cumulated memory: 131840 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.04 3/199 28309
/proc/meminfo: memFree=29782328/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2126116 memory=131972 CPUtime=6.28 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 23918 0 0 0 621 7 0 0 20 0 1 0 411187440 2177142784 32993 33554432000 4194304 5870510 140726898596496 140726898595752 5562048 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 531529 32993 970 410 0 527002 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2126116 KiB
Current children cumulated memory: 131972 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.04 3/199 28309
/proc/meminfo: memFree=29787340/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2127184 memory=133112 CPUtime=12.68 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 30320 0 0 0 1259 9 0 0 20 0 1 0 411187440 2178236416 33278 33554432000 4194304 5870510 140726898596496 140726898595608 5562032 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 531796 33278 971 410 0 527269 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2127184 KiB
Current children cumulated memory: 133112 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.04 3/199 28311
/proc/meminfo: memFree=29763156/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2135044 memory=145116 CPUtime=25.48 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 57326 0 0 0 2529 19 0 0 20 0 1 0 411187440 2186285056 36279 33554432000 4194304 5870510 140726898596496 140726898594840 5337288 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 533761 36279 981 410 0 529234 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2135044 KiB
Current children cumulated memory: 145116 KiB

[startup+51.1099 s]
/proc/loadavg: 1.94 1.98 2.03 3/199 28312
/proc/meminfo: memFree=29718360/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2170720 memory=167792 CPUtime=51.09 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 84259 0 0 0 5085 24 0 0 20 0 1 0 411187440 2222817280 41948 33554432000 4194304 5870510 140726898596496 140726898594856 5282595 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 542680 41948 1003 410 0 538153 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2170720 KiB
Current children cumulated memory: 167792 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.99 2.03 3/200 28317
/proc/meminfo: memFree=29667040/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2244032 memory=246668 CPUtime=102.29 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 131961 0 0 0 10199 30 0 0 20 0 1 0 411187440 2297888768 61667 33554432000 4194304 5870510 140726898596496 140726898594936 5289022 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 561008 61667 1003 410 0 556481 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2244032 KiB
Current children cumulated memory: 246668 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/200 28323
/proc/meminfo: memFree=29657736/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2293352 memory=262832 CPUtime=162.3 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 157391 0 0 0 16195 35 0 0 20 0 1 0 411187440 2348392448 65708 33554432000 4194304 5870510 140726898596496 140726898595512 5305072 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 573338 65708 1003 410 0 568811 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2293352 KiB
Current children cumulated memory: 262832 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 28327
/proc/meminfo: memFree=29649800/32770624 swapFree=67001808/67108860
[pid=28308] ppid=28305 vsize=2244032 memory=248748 CPUtime=222.3 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 158747 0 0 0 22193 37 0 0 20 0 1 0 411187440 2297888768 62187 33554432000 4194304 5870510 140726898596496 140726898595512 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 561008 62187 1003 410 0 556481 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2244032 KiB
Current children cumulated memory: 248748 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/202 28339
/proc/meminfo: memFree=29628708/32770624 swapFree=67001816/67108860
[pid=28308] ppid=28305 vsize=2244032 memory=253180 CPUtime=282.31 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 183133 0 0 0 28191 40 0 0 20 0 1 0 411187440 2297888768 63295 33554432000 4194304 5870510 140726898596496 140726898595512 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 561008 63295 1003 410 0 556481 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2244032 KiB
Current children cumulated memory: 253180 KiB

[startup+342.3 s]
/proc/loadavg: 2.45 2.12 2.08 3/202 28345
/proc/meminfo: memFree=29565736/32770624 swapFree=67001816/67108860
[pid=28308] ppid=28305 vsize=2275512 memory=261964 CPUtime=342.31 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 185201 0 0 0 34190 41 0 0 20 0 1 0 411187440 2330124288 65491 33554432000 4194304 5870510 140726898596496 140726898595448 140695572640711 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 568878 65491 1003 410 0 564351 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2275512 KiB
Current children cumulated memory: 261964 KiB

[startup+402.3 s]
/proc/loadavg: 2.16 2.10 2.07 3/201 28349
/proc/meminfo: memFree=29666772/32770624 swapFree=67001816/67108860
[pid=28308] ppid=28305 vsize=2209248 memory=222228 CPUtime=402.32 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 195125 0 0 0 40175 57 0 0 20 0 1 0 411187440 2262269952 55557 33554432000 4194304 5870510 140726898596496 140726898595608 5289014 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 552312 55557 1010 410 0 547785 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2209248 KiB
Current children cumulated memory: 222228 KiB

[startup+462.3 s]
/proc/loadavg: 2.06 2.08 2.07 3/201 28353
/proc/meminfo: memFree=29639688/32770624 swapFree=67001816/67108860
[pid=28308] ppid=28305 vsize=2228220 memory=238808 CPUtime=462.32 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 207819 0 0 0 46172 60 0 0 20 0 1 0 411187440 2281697280 59702 33554432000 4194304 5870510 140726898596496 140726898595512 5282617 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557055 59702 1010 410 0 552528 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 2228220 KiB
Current children cumulated memory: 238808 KiB


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

/proc/28308/statm: 580474 82339 1010 410 0 575947 0
Current children cumulated CPU time: 1662.4 s
Current children cumulated vsize: 2321896 KiB
Current children cumulated memory: 329356 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 28614
/proc/meminfo: memFree=29746808/32770624 swapFree=67001840/67108860
[pid=28308] ppid=28305 vsize=2321896 memory=321180 CPUtime=1722.41 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 277235 0 0 0 172127 114 0 0 20 0 1 0 411187440 2377621504 80295 33554432000 4194304 5870510 140726898596496 140726898595512 5283138 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 580474 80295 1010 410 0 575947 0
Current children cumulated CPU time: 1722.41 s
Current children cumulated vsize: 2321896 KiB
Current children cumulated memory: 321180 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 28620
/proc/meminfo: memFree=29733196/32770624 swapFree=67001840/67108860
[pid=28308] ppid=28305 vsize=2321896 memory=327592 CPUtime=1782.42 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 277629 0 0 0 178126 116 0 0 20 0 1 0 411187440 2377621504 81898 33554432000 4194304 5870510 140726898596496 140726898595512 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 580474 81898 1010 410 0 575947 0
Current children cumulated CPU time: 1782.42 s
Current children cumulated vsize: 2321896 KiB
Current children cumulated memory: 327592 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28624
/proc/meminfo: memFree=29739144/32770624 swapFree=67001840/67108860
[pid=28308] ppid=28305 vsize=2321896 memory=333468 CPUtime=1842.43 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 279181 0 0 0 184126 117 0 0 20 0 1 0 411187440 2377621504 83367 33554432000 4194304 5870510 140726898596496 140726898595512 5282752 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 580474 83367 1010 410 0 575947 0
Current children cumulated CPU time: 1842.43 s
Current children cumulated vsize: 2321896 KiB
Current children cumulated memory: 333468 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28628
/proc/meminfo: memFree=29744516/32770624 swapFree=67001840/67108860
[pid=28308] ppid=28305 vsize=2321896 memory=327860 CPUtime=1902.43 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 280679 0 0 0 190123 120 0 0 20 0 1 0 411187440 2377621504 81965 33554432000 4194304 5870510 140726898596496 140726898595512 5283135 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 580474 81965 1010 410 0 575947 0
Current children cumulated CPU time: 1902.43 s
Current children cumulated vsize: 2321896 KiB
Current children cumulated memory: 327860 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28694
/proc/meminfo: memFree=30049672/32770624 swapFree=67001840/67108860
[pid=28308] ppid=28305 vsize=2209280 memory=223572 CPUtime=1962.44 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 293770 0 0 0 196109 135 0 0 20 0 1 0 411187440 2262302720 55893 33554432000 4194304 5870510 140726898596496 140726898595304 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 552320 55893 1010 410 0 547793 0
Current children cumulated CPU time: 1962.44 s
Current children cumulated vsize: 2209280 KiB
Current children cumulated memory: 223572 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28720
/proc/meminfo: memFree=30034880/32770624 swapFree=67001848/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=240160 CPUtime=2022.45 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 301083 0 0 0 202106 139 0 0 20 0 1 0 411187440 2281730048 60040 33554432000 4194304 5870510 140726898596496 140726898595512 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 60040 1010 410 0 552536 0
Current children cumulated CPU time: 2022.45 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 240160 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28731
/proc/meminfo: memFree=30003740/32770624 swapFree=67001852/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=239992 CPUtime=2082.45 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 302115 0 0 0 208105 140 0 0 20 0 1 0 411187440 2281730048 59998 33554432000 4194304 5870510 140726898596496 140726898595512 5283280 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 59998 1010 410 0 552536 0
Current children cumulated CPU time: 2082.45 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 239992 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28737
/proc/meminfo: memFree=29985192/32770624 swapFree=67001852/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=246136 CPUtime=2142.46 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 303824 0 0 0 214104 142 0 0 20 0 1 0 411187440 2281730048 61534 33554432000 4194304 5870510 140726898596496 140726898595512 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 61534 1010 410 0 552536 0
Current children cumulated CPU time: 2142.46 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 246136 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28741
/proc/meminfo: memFree=29988900/32770624 swapFree=67001852/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=242376 CPUtime=2202.47 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 305753 0 0 0 220101 146 0 0 20 0 1 0 411187440 2281730048 60594 33554432000 4194304 5870510 140726898596496 140726898595512 5272427 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 60594 1010 410 0 552536 0
Current children cumulated CPU time: 2202.47 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 242376 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28745
/proc/meminfo: memFree=29983036/32770624 swapFree=67001852/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=248352 CPUtime=2262.47 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 306987 0 0 0 226100 147 0 0 20 0 1 0 411187440 2281730048 62088 33554432000 4194304 5870510 140726898596496 140726898595512 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 62088 1010 410 0 552536 0
Current children cumulated CPU time: 2262.47 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 248352 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28751
/proc/meminfo: memFree=29982384/32770624 swapFree=67001852/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=248796 CPUtime=2322.48 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 315347 0 0 0 232097 151 0 0 20 0 1 0 411187440 2281730048 62199 33554432000 4194304 5870510 140726898596496 140726898595512 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 62199 1010 410 0 552536 0
Current children cumulated CPU time: 2322.48 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 248796 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28755
/proc/meminfo: memFree=29982356/32770624 swapFree=67001852/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=248184 CPUtime=2382.48 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 316805 0 0 0 238095 153 0 0 20 0 1 0 411187440 2281730048 62046 33554432000 4194304 5870510 140726898596496 140726898595512 5282515 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 62046 1010 410 0 552536 0
Current children cumulated CPU time: 2382.48 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 248184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28755
/proc/meminfo: memFree=29976396/32770624 swapFree=67001852/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=244088 CPUtime=2400.08 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 317639 0 0 0 239853 155 0 0 20 0 1 0 411187440 2281730048 61022 33554432000 4194304 5870510 140726898596496 140726898595448 140695572620114 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 61022 1010 410 0 552536 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 244088 KiB

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

[startup+2399.9 s]
# the end of solver process 28308 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.54 s, system=1.55614 s

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

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28755
/proc/meminfo: memFree=29976396/32770624 swapFree=67001852/67108860
[pid=28308] ppid=28305 vsize=2228252 memory=244088 CPUtime=2400.08 cores=0,2,4,6
/proc/28308/stat : 28308 (xcsp_picat) R 28305 28308 22075 0 -1 4202496 317639 0 0 0 239853 155 0 0 20 0 1 0 411187440 2281730048 61022 33554432000 4194304 5870510 140726898596496 140726898595448 140695572620114 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 24698880 140726898598943 140726898599021 140726898599021 140726898601930 0
/proc/28308/statm: 557063 61022 1010 410 0 552536 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 2228252 KiB
Current children cumulated memory: 244088 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.9
CPU time (s): 2400.09
CPU user time (s): 2398.54
CPU system time (s): 1.55614
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 2452124
Max. memory (cumulated for all children) (KiB): 398676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.54
system time used= 1.55614
maximum resident set size= 412744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317639
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= 31
involuntary context switches= 1921


# summary of solver processes directly reported to runsolver:
#   pid: 28308
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2398.54
#   total CPU system time (s): 1.55614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.39046 second user time and 18.0886 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 06:35:44
IDJOB=4395720
IDBENCH=141188
IDSOLVER=2845
FILE ID=node136/4395720-1568349388
RUNJOBID= node136-1568323423-22106
PBS_JOBID= 21701143
Free space on /tmp= 56788 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-09-opt_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395720-1568349388/watcher-4395720-1568349388 -o /tmp/evaluation-result-4395720-1568349388/solver-4395720-1568349388 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22106 --watchdog 2560  xcsp_picat HOME/instance-4395720-1568349388.xml

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

MD5SUM BENCH= 19bcf73076031218e5fd4b7208c9a15e
RANDOM SEED=1778614777

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29925260 kB
MemAvailable:   31499352 kB
Buffers:           87988 kB
Cached:          1766816 kB
SwapCached:         3548 kB
Active:          1293932 kB
Inactive:         967464 kB
Active(anon):     405244 kB
Inactive(anon):    41916 kB
Active(file):     888688 kB
Inactive(file):   925548 kB
Unevictable:      107452 kB
Mlocked:          107452 kB
SwapTotal:      67108860 kB
SwapFree:       67001808 kB
Dirty:              3184 kB
Writeback:             0 kB
AnonPages:        563004 kB
Mapped:            44864 kB
Shmem:             31692 kB
Slab:             180048 kB
SReclaimable:     151380 kB
SUnreclaim:        28668 kB
KernelStack:        3760 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2906076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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= 56784 MiB
End job on node136 at 2019-09-13 07:15:44