Trace number 4303014

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2519.95 2520.02

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-50_c18.xml
MD5SUM65d9088e6e3c6b500cf18d234bd8e6c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark2520.37
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of constraints409201
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5000}]
Minimum variable degree149
Maximum variable degree198
Distribution of variable degrees[{"degree":149,"count":196},{"degree":150,"count":196},{"degree":151,"count":188},{"degree":152,"count":188},{"degree":153,"count":180},{"degree":154,"count":180},{"degree":155,"count":172},{"degree":156,"count":172},{"degree":157,"count":164},{"degree":158,"count":164},{"degree":159,"count":156},{"degree":160,"count":156},{"degree":161,"count":148},{"degree":162,"count":148},{"degree":163,"count":140},{"degree":164,"count":140},{"degree":165,"count":132},{"degree":166,"count":132},{"degree":167,"count":124},{"degree":168,"count":124},{"degree":169,"count":116},{"degree":170,"count":116},{"degree":171,"count":108},{"degree":172,"count":108},{"degree":173,"count":100},{"degree":174,"count":100},{"degree":175,"count":92},{"degree":176,"count":92},{"degree":177,"count":84},{"degree":178,"count":84},{"degree":179,"count":76},{"degree":180,"count":76},{"degree":181,"count":68},{"degree":182,"count":68},{"degree":183,"count":60},{"degree":184,"count":60},{"degree":185,"count":52},{"degree":186,"count":52},{"degree":187,"count":44},{"degree":188,"count":44},{"degree":189,"count":36},{"degree":190,"count":36},{"degree":191,"count":28},{"degree":192,"count":28},{"degree":193,"count":20},{"degree":194,"count":20},{"degree":195,"count":12},{"degree":196,"count":12},{"degree":197,"count":4},{"degree":198,"count":4}]
Minimum constraint arity2
Maximum constraint arity5000
Distribution of constraint arities[{"arity":2,"count":409200},{"arity":5000,"count":1}]
Number of extensional constraints0
Number of intensional constraints409200
Distribution of constraint types[{"type":"intension","count":409200},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303014-1534019182/watcher-4303014-1534019182 -o /tmp/evaluation-result-4303014-1534019182/solver-4303014-1534019182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21560 --watchdog 2580 xcsp_picat HOME/instance-4303014-1534019182.xml 

running on 4 cores: 1,3,5,7

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

solver pid=24454, runsolver pid=24451

[startup+0.100171 s]*
/proc/loadavg: 2.01 2.07 2.06 3/187 24455
/proc/meminfo: memFree=14812572/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2025744 memory=22100 CPUtime=0.1 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 1610 0 0 0 10 0 0 0 20 0 1 0 219481357 2074361856 5525 33554432000 4194304 5849708 140734048526944 140734048526944 4473271 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 506436 5525 602 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 22100 KiB

[startup+0.209663 s]*
/proc/loadavg: 2.01 2.07 2.06 3/187 24455
/proc/meminfo: memFree=14804304/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2025744 memory=30292 CPUtime=0.21 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 1614 0 0 0 21 0 0 0 20 0 1 0 219481357 2074361856 7573 33554432000 4194304 5849708 140734048526944 140734048526248 4458032 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 506436 7573 602 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 30292 KiB

[startup+0.309397 s]*
/proc/loadavg: 2.01 2.06 2.06 3/187 24455
/proc/meminfo: memFree=14796112/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2025744 memory=38484 CPUtime=0.31 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 1618 0 0 0 31 0 0 0 20 0 1 0 219481357 2074361856 9621 33554432000 4194304 5849708 140734048526944 140734048526248 4539888 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 506436 9621 602 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 38484 KiB

[startup+0.700374 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 24455
/proc/meminfo: memFree=14779728/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2025744 memory=67156 CPUtime=0.7 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 1632 0 0 0 69 1 0 0 20 0 1 0 219481357 2074361856 16789 33554432000 4194304 5849708 140734048526944 140734048526248 140072316771328 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 506436 16789 602 405 0 503381 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 67156 KiB

[startup+1.50038 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 24455
/proc/meminfo: memFree=14742740/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2025744 memory=132800 CPUtime=1.49 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 1664 0 0 0 148 1 0 0 20 0 1 0 219481357 2074361856 33200 33554432000 4194304 5849708 140734048526944 140734048526248 140072316771328 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 506436 33200 602 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 132800 KiB

[startup+3.10949 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 24455
/proc/meminfo: memFree=14580452/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2025744 memory=261824 CPUtime=3.1 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 1857 0 0 0 307 3 0 0 20 0 1 0 219481357 2074361856 65456 33554432000 4194304 5849708 140734048526944 140734048526248 140072316771328 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 506436 65456 602 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 261824 KiB

[startup+6.30028 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 24455
/proc/meminfo: memFree=14349032/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2033224 memory=484992 CPUtime=6.29 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 4488 0 0 0 606 23 0 0 20 0 1 0 219481357 2082021376 121248 33554432000 4194304 5849708 140734048526944 140734048526248 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 508306 121248 671 405 0 505251 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2033224 KiB
Current children cumulated memory: 484992 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 24455
/proc/meminfo: memFree=14344876/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2037320 memory=489148 CPUtime=12.69 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 5828 0 0 0 1001 268 0 0 20 0 1 0 219481357 2086215680 122287 33554432000 4194304 5849708 140734048526944 140734048525912 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 509330 122287 686 405 0 506275 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2037320 KiB
Current children cumulated memory: 489148 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 24455
/proc/meminfo: memFree=14333512/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2049544 memory=500244 CPUtime=25.49 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 25778 0 0 0 2243 306 0 0 20 0 1 0 219481357 2098733056 125061 33554432000 4194304 5849708 140734048526944 140734048525432 5307573 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 512386 125061 719 405 0 509331 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2049544 KiB
Current children cumulated memory: 500244 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 24455
/proc/meminfo: memFree=14315784/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2067536 memory=518944 CPUtime=51.1 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 45077 0 0 0 4787 323 0 0 20 0 1 0 219481357 2117156864 129736 33554432000 4194304 5849708 140734048526944 140734048524488 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 516884 129736 719 405 0 513829 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2067536 KiB
Current children cumulated memory: 518944 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.05 2.05 2/183 24489
/proc/meminfo: memFree=16988444/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2079120 memory=527808 CPUtime=102.29 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 64049 0 0 0 9876 353 0 0 20 0 1 0 219481357 2129018880 131952 33554432000 4194304 5849708 140734048526944 140734048525816 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 519780 131952 719 405 0 516725 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2079120 KiB
Current children cumulated memory: 527808 KiB

[startup+162.3 s]
/proc/loadavg: 1.94 2.02 2.04 3/187 24579
/proc/meminfo: memFree=16906024/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2098528 memory=553328 CPUtime=162.28 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 77983 0 0 0 15839 389 0 0 20 0 1 0 219481357 2148892672 138332 33554432000 4194304 5849708 140734048526944 140734048525944 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 524632 138332 719 405 0 521577 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2098528 KiB
Current children cumulated memory: 553328 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 2.02 2.04 3/188 24588
/proc/meminfo: memFree=16867068/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2138540 memory=591360 CPUtime=222.28 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 95671 0 0 0 21809 419 0 0 20 0 1 0 219481357 2189864960 147840 33554432000 4194304 5849708 140734048526944 140734048525944 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 534635 147840 719 405 0 531580 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2138540 KiB
Current children cumulated memory: 591360 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/188 24589
/proc/meminfo: memFree=16871156/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2114252 memory=569476 CPUtime=282.28 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 115596 0 0 0 27781 447 0 0 20 0 1 0 219481357 2164994048 142369 33554432000 4194304 5849708 140734048526944 140734048525944 5360907 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 528563 142369 719 405 0 525508 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2114252 KiB
Current children cumulated memory: 569476 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 24590
/proc/meminfo: memFree=16854852/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2127756 memory=582980 CPUtime=342.27 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 131603 0 0 0 33755 472 0 0 20 0 1 0 219481357 2178822144 145745 33554432000 4194304 5849708 140734048526944 140734048526104 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 531939 145745 719 405 0 528884 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2127756 KiB
Current children cumulated memory: 582980 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 24591
/proc/meminfo: memFree=16852984/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2127928 memory=583152 CPUtime=402.27 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 154586 0 0 0 39729 498 0 0 20 0 1 0 219481357 2178998272 145788 33554432000 4194304 5849708 140734048526944 140734048525432 5437619 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 531982 145788 719 405 0 528927 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2127928 KiB
Current children cumulated memory: 583152 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 24592
/proc/meminfo: memFree=16870604/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2160696 memory=615740 CPUtime=462.28 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 168028 0 0 0 45698 530 0 0 20 0 1 0 219481357 2212552704 153935 33554432000 4194304 5849708 140734048526944 140734048525944 5359591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 540174 153935 719 405 0 537119 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2160696 KiB
Current children cumulated memory: 615740 KiB


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

/proc/24454/statm: 543060 156866 719 405 0 540005 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 2172240 KiB
Current children cumulated memory: 627464 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24631
/proc/meminfo: memFree=16778100/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2190060 memory=645284 CPUtime=1782.24 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 614849 0 0 0 177153 1071 0 0 20 0 1 0 219481357 2242621440 161321 33554432000 4194304 5849708 140734048526944 140734048525944 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 547515 161321 719 405 0 544460 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 2190060 KiB
Current children cumulated memory: 645284 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24632
/proc/meminfo: memFree=16734720/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2190060 memory=645284 CPUtime=1842.24 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 635101 0 0 0 183130 1094 0 0 20 0 1 0 219481357 2242621440 161321 33554432000 4194304 5849708 140734048526944 140734048525944 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 547515 161321 719 405 0 544460 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 2190060 KiB
Current children cumulated memory: 645284 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24634
/proc/meminfo: memFree=16734428/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2201420 memory=656644 CPUtime=1902.23 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 652744 0 0 0 189106 1117 0 0 20 0 1 0 219481357 2254254080 164161 33554432000 4194304 5849708 140734048526944 140734048525944 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 550355 164161 719 405 0 547300 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2201420 KiB
Current children cumulated memory: 656644 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24635
/proc/meminfo: memFree=16769228/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2193588 memory=648868 CPUtime=1962.23 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 680151 0 0 0 195081 1142 0 0 20 0 1 0 219481357 2246234112 162217 33554432000 4194304 5849708 140734048526944 140734048525944 5391848 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 548397 162217 719 405 0 545342 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 2193588 KiB
Current children cumulated memory: 648868 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24643
/proc/meminfo: memFree=16818864/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2149040 memory=604392 CPUtime=2022.23 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 697743 0 0 0 201062 1161 0 0 20 0 1 0 219481357 2200616960 151098 33554432000 4194304 5849708 140734048526944 140734048525944 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 537260 151098 719 405 0 534205 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 2149040 KiB
Current children cumulated memory: 604392 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24666
/proc/meminfo: memFree=16789936/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2174940 memory=630164 CPUtime=2082.23 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 720257 0 0 0 207038 1185 0 0 20 0 1 0 219481357 2227138560 157541 33554432000 4194304 5849708 140734048526944 140734048525944 5335584 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 543735 157541 719 405 0 540680 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 2174940 KiB
Current children cumulated memory: 630164 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24667
/proc/meminfo: memFree=16775016/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2180264 memory=635488 CPUtime=2142.23 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 733466 0 0 0 213013 1210 0 0 20 0 1 0 219481357 2232590336 158872 33554432000 4194304 5849708 140734048526944 140734048525944 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 545066 158872 719 405 0 542011 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 2180264 KiB
Current children cumulated memory: 635488 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24668
/proc/meminfo: memFree=16785176/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2180776 memory=636000 CPUtime=2202.23 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 763196 0 0 0 218988 1235 0 0 20 0 1 0 219481357 2233114624 159000 33554432000 4194304 5849708 140734048526944 140734048525944 5416947 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 545194 159000 719 405 0 542139 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 2180776 KiB
Current children cumulated memory: 636000 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24669
/proc/meminfo: memFree=16785824/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2182332 memory=637524 CPUtime=2262.23 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 777130 0 0 0 224967 1256 0 0 20 0 1 0 219481357 2234707968 159381 33554432000 4194304 5849708 140734048526944 140734048525944 5438212 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 545583 159381 719 405 0 542528 0
Current children cumulated CPU time: 2262.23 s
Current children cumulated vsize: 2182332 KiB
Current children cumulated memory: 637524 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24670
/proc/meminfo: memFree=16778076/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2190488 memory=645672 CPUtime=2322.22 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 807801 0 0 0 230943 1279 0 0 20 0 1 0 219481357 2243059712 161418 33554432000 4194304 5849708 140734048526944 140734048525944 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 547622 161418 719 405 0 544567 0
Current children cumulated CPU time: 2322.22 s
Current children cumulated vsize: 2190488 KiB
Current children cumulated memory: 645672 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24671
/proc/meminfo: memFree=16760016/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2193676 memory=648796 CPUtime=2382.23 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 825114 0 0 0 236923 1300 0 0 20 0 1 0 219481357 2246324224 162199 33554432000 4194304 5849708 140734048526944 140734048525816 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 548419 162199 719 405 0 545364 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 2193676 KiB
Current children cumulated memory: 648796 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24672
/proc/meminfo: memFree=16774704/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2191916 memory=647140 CPUtime=2442.22 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 854980 0 0 0 242902 1320 0 0 20 0 1 0 219481357 2244521984 161785 33554432000 4194304 5849708 140734048526944 140734048525944 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 547979 161785 719 405 0 544924 0
Current children cumulated CPU time: 2442.22 s
Current children cumulated vsize: 2191916 KiB
Current children cumulated memory: 647140 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24673
/proc/meminfo: memFree=16780640/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2184240 memory=639436 CPUtime=2502.22 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 872452 0 0 0 248883 1339 0 0 20 0 1 0 219481357 2236661760 159859 33554432000 4194304 5849708 140734048526944 140734048525944 5437647 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 546060 159859 719 405 0 543005 0
Current children cumulated CPU time: 2502.22 s
Current children cumulated vsize: 2184240 KiB
Current children cumulated memory: 639436 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24674
/proc/meminfo: memFree=16764456/32770624 swapFree=67108796/67108860
[pid=24454] ppid=24451 vsize=2187824 memory=643048 CPUtime=2519.92 cores=1,3,5,7
/proc/24454/stat : 24454 (xcsp_picat) R 24451 24454 21527 0 -1 4202496 884460 0 0 0 250647 1345 0 0 20 0 1 0 219481357 2240331776 160762 33554432000 4194304 5849708 140734048526944 140734048526104 140072316792711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 18919424 140734048531638 140734048531716 140734048531716 140734048534474 0
/proc/24454/statm: 546956 160762 719 405 0 543901 0
Current children cumulated CPU time: 2519.92 s
Current children cumulated vsize: 2187824 KiB
Current children cumulated memory: 643048 KiB

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

[startup+2520.02 s]
# the end of solver process 24454 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2506.48 s, system=13.4647 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): 2520.02
CPU time (s): 2519.95
CPU user time (s): 2506.48
CPU system time (s): 13.4647
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 2294656
Max. memory (cumulated for all children) (KiB): 749880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.48
system time used= 13.4647
maximum resident set size= 749880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 884460
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= 13
involuntary context switches= 865


# summary of solver processes directly reported to runsolver:
#   pid: 24454
#   total CPU time (s): 2519.95
#   total CPU user time (s): 2506.48
#   total CPU system time (s): 13.4647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.1245 second user time and 18.9586 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-11 22:26:22
IDJOB=4303014
IDBENCH=141493
IDSOLVER=2778
FILE ID=node138/4303014-1534019182
RUNJOBID= node138-1533993481-21560
PBS_JOBID= 21036952
Free space on /tmp= 24232 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-50_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303014-1534019182/watcher-4303014-1534019182 -o /tmp/evaluation-result-4303014-1534019182/solver-4303014-1534019182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21560 --watchdog 2580  xcsp_picat HOME/instance-4303014-1534019182.xml

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

MD5SUM BENCH= 65d9088e6e3c6b500cf18d234bd8e6c7
RANDOM SEED=1711896727

node138.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.71
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.71
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.71
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.71
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:        14832952 kB
MemAvailable:   29217872 kB
Buffers:           96976 kB
Cached:         14357628 kB
SwapCached:           12 kB
Active:          9847064 kB
Inactive:        7345352 kB
Active(anon):    2680136 kB
Inactive(anon):   110048 kB
Active(file):    7166928 kB
Inactive(file):  7235304 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             19804 kB
Writeback:             0 kB
AnonPages:       2746680 kB
Mapped:            51960 kB
Shmem:             49740 kB
Slab:             438660 kB
SReclaimable:     411148 kB
SUnreclaim:        27512 kB
KernelStack:        3360 kB
PageTables:        10604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4834488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24232 MiB
End job on node138 at 2018-08-11 23:08:22