Trace number 4293264

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-06-15? (TO) 2519.93 2520.01

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay100_c18.xml
MD5SUMd8b461fac2d17be3b89e017753091d4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750618
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":416},{"degree":4,"count":329},{"degree":5,"count":277},{"degree":6,"count":189},{"degree":7,"count":160},{"degree":8,"count":116},{"degree":9,"count":93},{"degree":10,"count":77},{"degree":11,"count":48},{"degree":12,"count":46},{"degree":13,"count":35},{"degree":14,"count":25},{"degree":15,"count":17},{"degree":16,"count":13},{"degree":17,"count":17},{"degree":18,"count":7},{"degree":19,"count":5},{"degree":20,"count":7},{"degree":21,"count":7},{"degree":22,"count":3},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":4},{"degree":26,"count":3},{"degree":27,"count":2}]
Minimum constraint arity83
Maximum constraint arity128
Distribution of constraint arities[{"arity":83,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},{"arity":87,"count":1},{"arity":88,"count":1},{"arity":89,"count":2},{"arity":90,"count":1},{"arity":92,"count":2},{"arity":93,"count":1},{"arity":94,"count":2},{"arity":95,"count":2},{"arity":96,"count":3},{"arity":97,"count":3},{"arity":98,"count":4},{"arity":99,"count":1},{"arity":100,"count":3},{"arity":101,"count":5},{"arity":102,"count":4},{"arity":103,"count":4},{"arity":104,"count":4},{"arity":105,"count":7},{"arity":106,"count":6},{"arity":107,"count":6},{"arity":108,"count":1},{"arity":109,"count":4},{"arity":110,"count":3},{"arity":111,"count":2},{"arity":112,"count":2},{"arity":113,"count":1},{"arity":114,"count":2},{"arity":115,"count":2},{"arity":116,"count":3},{"arity":118,"count":1},{"arity":119,"count":2},{"arity":120,"count":2},{"arity":121,"count":2},{"arity":122,"count":2},{"arity":123,"count":1},{"arity":126,"count":1},{"arity":128,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
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 (12956 MiB free)
  memory of node 1: 16384 MiB (15226 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293264-1532310437/watcher-4293264-1532310437 -o /tmp/evaluation-result-4293264-1532310437/solver-4293264-1532310437 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532297650-6630 --watchdog 2580 xcsp_picat HOME/instance-4293264-1532310437.xml 

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

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

solver pid=7953, runsolver pid=7950

[startup+0.100218 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28833864/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=111688 memory=33572 CPUtime=0.1 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 1422 0 0 0 10 0 0 0 20 0 1 0 48606910 114368512 8393 33554432000 4194304 5849740 140721185657440 140721185657440 4501273 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 27922 8393 633 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 33572 KiB

[startup+0.209961 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28814132/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=136316 memory=47804 CPUtime=0.21 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 2489 0 0 0 20 1 0 0 20 0 1 0 48606910 139587584 11951 33554432000 4194304 5849740 140721185657440 140721185657440 139899043602311 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 34079 11951 715 405 0 31023 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 136316 KiB
Current children cumulated memory: 47804 KiB

[startup+0.309494 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28814132/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=136316 memory=47804 CPUtime=0.31 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 2493 0 0 0 30 1 0 0 20 0 1 0 48606910 139587584 11951 33554432000 4194304 5849740 140721185657440 140721185657440 5521462 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 34079 11951 715 405 0 31023 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 136316 KiB
Current children cumulated memory: 47804 KiB

[startup+0.700333 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28814132/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=136316 memory=47804 CPUtime=0.7 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 2515 0 0 0 69 1 0 0 20 0 1 0 48606910 139587584 11951 33554432000 4194304 5849740 140721185657440 140721185656552 5606191 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 34079 11951 715 405 0 31023 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 136316 KiB
Current children cumulated memory: 47804 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28813372/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=136316 memory=47804 CPUtime=1.5 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 2515 0 0 0 149 1 0 0 20 0 1 0 48606910 139587584 11951 33554432000 4194304 5849740 140721185657440 140721185656552 5471871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 34079 11951 715 405 0 31023 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 136316 KiB
Current children cumulated memory: 47804 KiB

[startup+3.10908 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28813372/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=136588 memory=47972 CPUtime=3.1 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 2672 0 0 0 309 1 0 0 20 0 1 0 48606910 139866112 11993 33554432000 4194304 5849740 140721185657440 140721185656536 5471830 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 34147 11993 715 405 0 31091 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 136588 KiB
Current children cumulated memory: 47972 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28812872/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=136588 memory=48144 CPUtime=6.29 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 2805 0 0 0 628 1 0 0 20 0 1 0 48606910 139866112 12036 33554432000 4194304 5849740 140721185657440 140721185656536 5606222 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 34147 12036 715 405 0 31091 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 136588 KiB
Current children cumulated memory: 48144 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28774288/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=174712 memory=86252 CPUtime=12.69 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 8107 0 0 0 1267 2 0 0 20 0 1 0 48606910 178905088 21563 33554432000 4194304 5849740 140721185657440 140721185656680 5360979 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 43678 21563 719 405 0 40622 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 174712 KiB
Current children cumulated memory: 86252 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28773704/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=175544 memory=87208 CPUtime=25.49 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 19715 0 0 0 2544 5 0 0 20 0 1 0 48606910 179757056 21802 33554432000 4194304 5849740 140721185657440 140721185656440 5310062 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 43886 21802 750 405 0 40830 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 175544 KiB
Current children cumulated memory: 87208 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7954
/proc/meminfo: memFree=28773236/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=177164 memory=87508 CPUtime=51.1 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 26966 0 0 0 5094 16 0 0 20 0 1 0 48606910 181415936 21877 33554432000 4194304 5849740 140721185657440 140721185656440 5340364 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 44291 21877 750 405 0 41235 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 177164 KiB
Current children cumulated memory: 87508 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7955
/proc/meminfo: memFree=28740036/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=206200 memory=111896 CPUtime=102.29 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 39319 0 0 0 10197 32 0 0 20 0 1 0 48606910 211148800 27974 33554432000 4194304 5849740 140721185657440 140721185656440 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 51550 27974 750 405 0 48494 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 206200 KiB
Current children cumulated memory: 111896 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7956
/proc/meminfo: memFree=28717900/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=217440 memory=121968 CPUtime=162.28 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 49794 0 0 0 16179 49 0 0 20 0 1 0 48606910 222658560 30492 33554432000 4194304 5849740 140721185657440 140721185656440 5437821 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 54360 30492 750 405 0 51304 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 217440 KiB
Current children cumulated memory: 121968 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7965
/proc/meminfo: memFree=28709120/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=250072 memory=163028 CPUtime=222.27 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 52518 0 0 0 22161 66 0 0 20 0 1 0 48606910 256073728 40757 33554432000 4194304 5849740 140721185657440 140721185656440 5437629 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 62518 40757 750 405 0 59462 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 250072 KiB
Current children cumulated memory: 163028 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7966
/proc/meminfo: memFree=28673924/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=250072 memory=163028 CPUtime=282.28 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 60776 0 0 0 28148 80 0 0 20 0 1 0 48606910 256073728 40757 33554432000 4194304 5849740 140721185657440 140721185656440 5438176 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 62518 40757 750 405 0 59462 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 250072 KiB
Current children cumulated memory: 163028 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7967
/proc/meminfo: memFree=28694216/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=262308 memory=175236 CPUtime=342.27 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 71271 0 0 0 34135 92 0 0 20 0 1 0 48606910 268603392 43809 33554432000 4194304 5849740 140721185657440 140721185655704 5340242 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 65577 43809 750 405 0 62521 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 262308 KiB
Current children cumulated memory: 175236 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7969
/proc/meminfo: memFree=28669544/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=262308 memory=177284 CPUtime=402.27 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 78747 0 0 0 40121 106 0 0 20 0 1 0 48606910 268603392 44321 33554432000 4194304 5849740 140721185657440 140721185656600 5302782 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 65577 44321 750 405 0 62521 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 262308 KiB
Current children cumulated memory: 177284 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7970
/proc/meminfo: memFree=28650744/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=262308 memory=177284 CPUtime=462.27 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 85820 0 0 0 46105 122 0 0 20 0 1 0 48606910 268603392 44321 33554432000 4194304 5849740 140721185657440 140721185656440 5398717 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 65577 44321 750 405 0 62521 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 262308 KiB
Current children cumulated memory: 177284 KiB


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

/proc/7953/statm: 76750 56727 751 405 0 73694 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 307000 KiB
Current children cumulated memory: 226908 KiB

[startup+1782.3 s]
/proc/loadavg: 2.11 2.11 2.08 3/187 8032
/proc/meminfo: memFree=28277668/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=350428 memory=270444 CPUtime=1782.24 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 140221 0 0 0 177817 407 0 0 20 0 1 0 48606910 358838272 67611 33554432000 4194304 5849740 140721185657440 140721185656440 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 87607 67611 751 405 0 84551 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 350428 KiB
Current children cumulated memory: 270444 KiB

[startup+1842.3 s]
/proc/loadavg: 2.04 2.09 2.07 3/187 8033
/proc/meminfo: memFree=28319112/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=309648 memory=228696 CPUtime=1842.24 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 151606 0 0 0 183806 418 0 0 20 0 1 0 48606910 317079552 57174 33554432000 4194304 5849740 140721185657440 140721185656440 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 77412 57174 751 405 0 74356 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 309648 KiB
Current children cumulated memory: 228696 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 8034
/proc/meminfo: memFree=28122672/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=318972 memory=238116 CPUtime=1902.23 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 158139 0 0 0 189792 431 0 0 20 0 1 0 48606910 326627328 59529 33554432000 4194304 5849740 140721185657440 140721185656440 5437839 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 79743 59529 751 405 0 76687 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 318972 KiB
Current children cumulated memory: 238116 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 8035
/proc/meminfo: memFree=28105540/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=336028 memory=255172 CPUtime=1962.23 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 166291 0 0 0 195782 441 0 0 20 0 1 0 48606910 344092672 63793 33554432000 4194304 5849740 140721185657440 140721185656440 5335519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 84007 63793 751 405 0 80951 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 336028 KiB
Current children cumulated memory: 255172 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 8044
/proc/meminfo: memFree=28202684/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=347012 memory=266156 CPUtime=2022.24 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 174115 0 0 0 201773 451 0 0 20 0 1 0 48606910 355340288 66539 33554432000 4194304 5849740 140721185657440 140721185656440 5437629 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 86753 66539 751 405 0 83697 0
Current children cumulated CPU time: 2022.24 s
Current children cumulated vsize: 347012 KiB
Current children cumulated memory: 266156 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 8045
/proc/meminfo: memFree=28071624/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=347012 memory=266156 CPUtime=2082.24 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 189462 0 0 0 207765 459 0 0 20 0 1 0 48606910 355340288 66539 33554432000 4194304 5849740 140721185657440 140721185656440 5438216 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 86753 66539 751 405 0 83697 0
Current children cumulated CPU time: 2082.24 s
Current children cumulated vsize: 347012 KiB
Current children cumulated memory: 266156 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 8046
/proc/meminfo: memFree=28035012/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=383012 memory=302156 CPUtime=2142.23 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 208536 0 0 0 213755 468 0 0 20 0 1 0 48606910 392204288 75539 33554432000 4194304 5849740 140721185657440 140721185656440 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 95753 75539 751 405 0 92697 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 383012 KiB
Current children cumulated memory: 302156 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 8047
/proc/meminfo: memFree=27972372/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=401804 memory=320948 CPUtime=2202.23 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 232438 0 0 0 219746 477 0 0 20 0 1 0 48606910 411447296 80237 33554432000 4194304 5849740 140721185657440 140721185656440 5438245 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 100451 80237 751 405 0 97395 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 401804 KiB
Current children cumulated memory: 320948 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8048
/proc/meminfo: memFree=27919408/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=455456 memory=374600 CPUtime=2262.21 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 252671 0 0 0 225735 486 0 0 20 0 1 0 48606910 466386944 93650 33554432000 4194304 5849740 140721185657440 140721185656440 5437926 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 113864 93650 751 405 0 110808 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 455456 KiB
Current children cumulated memory: 374600 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8050
/proc/meminfo: memFree=27948948/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=425980 memory=345124 CPUtime=2322.22 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 271816 0 0 0 231725 497 0 0 20 0 1 0 48606910 436203520 86281 33554432000 4194304 5849740 140721185657440 140721185656440 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 106495 86281 751 405 0 103439 0
Current children cumulated CPU time: 2322.22 s
Current children cumulated vsize: 425980 KiB
Current children cumulated memory: 345124 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8111
/proc/meminfo: memFree=28721904/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=294072 memory=214296 CPUtime=2382.21 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 283488 0 0 0 237712 509 0 0 20 0 1 0 48606910 301129728 53574 33554432000 4194304 5849740 140721185657440 140721185656440 5437782 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 73518 53574 751 405 0 70462 0
Current children cumulated CPU time: 2382.21 s
Current children cumulated vsize: 294072 KiB
Current children cumulated memory: 214296 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8112
/proc/meminfo: memFree=28710920/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=300844 memory=221068 CPUtime=2442.21 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 293343 0 0 0 243701 520 0 0 20 0 1 0 48606910 308064256 55267 33554432000 4194304 5849740 140721185657440 140721185656440 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 75211 55267 751 405 0 72155 0
Current children cumulated CPU time: 2442.21 s
Current children cumulated vsize: 300844 KiB
Current children cumulated memory: 221068 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8114
/proc/meminfo: memFree=28667564/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=327240 memory=247440 CPUtime=2502.21 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 304934 0 0 0 249690 531 0 0 20 0 1 0 48606910 335093760 61860 33554432000 4194304 5849740 140721185657440 140721185656440 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 81810 61860 751 405 0 78754 0
Current children cumulated CPU time: 2502.21 s
Current children cumulated vsize: 327240 KiB
Current children cumulated memory: 247440 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 8114
/proc/meminfo: memFree=28667564/32770624 swapFree=67108796/67108860
[pid=7953] ppid=7950 vsize=327240 memory=247440 CPUtime=2519.91 cores=0,2,4,6
/proc/7953/stat : 7953 (xcsp_picat) R 7950 7953 6599 0 -1 4202496 304935 0 0 0 251458 533 0 0 20 0 1 0 48606910 335093760 61860 33554432000 4194304 5849740 140721185657440 140721185656440 139899043602311 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 20774912 140721185666230 140721185666308 140721185666308 140721185669066 0
/proc/7953/statm: 81810 61860 751 405 0 78754 0
Current children cumulated CPU time: 2519.91 s
Current children cumulated vsize: 327240 KiB
Current children cumulated memory: 247440 KiB

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

[startup+2520.01 s]
# the end of solver process 7953 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.59 s, system=5.34191 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.01
CPU time (s): 2519.93
CPU user time (s): 2514.59
CPU system time (s): 5.34191
CPU usage (%): 99.9968
Max. virtual memory (cumulated for all children) (KiB): 455472
Max. memory (cumulated for all children) (KiB): 374616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.59
system time used= 5.34191
maximum resident set size= 374616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304935
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= 54
involuntary context switches= 759


# summary of solver processes directly reported to runsolver:
#   pid: 7953
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2514.59
#   total CPU system time (s): 5.34191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6293 second user time and 18.0813 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-23 03:47:17
IDJOB=4293264
IDBENCH=141145
IDSOLVER=2754
FILE ID=node138/4293264-1532310437
RUNJOBID= node138-1532297650-6630
PBS_JOBID= 21018993
Free space on /tmp= 59104 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay100_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293264-1532310437/watcher-4293264-1532310437 -o /tmp/evaluation-result-4293264-1532310437/solver-4293264-1532310437 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532297650-6630 --watchdog 2580  xcsp_picat HOME/instance-4293264-1532310437.xml

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

MD5SUM BENCH= d8b461fac2d17be3b89e017753091d4e
RANDOM SEED=1084213006

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:        28859260 kB
MemAvailable:   31810376 kB
Buffers:          109288 kB
Cached:          3101812 kB
SwapCached:           44 kB
Active:          1333780 kB
Inactive:        2097996 kB
Active(anon):     161948 kB
Inactive(anon):    78204 kB
Active(file):    1171832 kB
Inactive(file):  2019792 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              2936 kB
Writeback:             0 kB
AnonPages:        227216 kB
Mapped:            32524 kB
Shmem:             16972 kB
Slab:             178992 kB
SReclaimable:     150656 kB
SUnreclaim:        28336 kB
KernelStack:        3328 kB
PageTables:         5356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     579236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 59104 MiB
End job on node138 at 2018-07-23 04:29:18