Trace number 4303511

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) 2520.04 2519.91

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-decay300_c18.xml
MD5SUM39aa8271d93aad234a0495f796e0a456
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1958918
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints300
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":246},{"degree":3,"count":424},{"degree":4,"count":324},{"degree":5,"count":234},{"degree":6,"count":177},{"degree":7,"count":133},{"degree":8,"count":113},{"degree":9,"count":81},{"degree":10,"count":53},{"degree":11,"count":33},{"degree":12,"count":38},{"degree":13,"count":40},{"degree":14,"count":26},{"degree":15,"count":16},{"degree":16,"count":16},{"degree":17,"count":11},{"degree":18,"count":9},{"degree":19,"count":2},{"degree":20,"count":5},{"degree":21,"count":1},{"degree":22,"count":3},{"degree":23,"count":1},{"degree":24,"count":4},{"degree":25,"count":2},{"degree":26,"count":3},{"degree":27,"count":2},{"degree":28,"count":1},{"degree":29,"count":1},{"degree":32,"count":1}]
Minimum constraint arity17
Maximum constraint arity46
Distribution of constraint arities[{"arity":17,"count":1},{"arity":19,"count":3},{"arity":20,"count":2},{"arity":21,"count":2},{"arity":22,"count":4},{"arity":23,"count":5},{"arity":24,"count":9},{"arity":25,"count":14},{"arity":26,"count":7},{"arity":27,"count":15},{"arity":28,"count":18},{"arity":29,"count":21},{"arity":30,"count":20},{"arity":31,"count":26},{"arity":32,"count":22},{"arity":33,"count":26},{"arity":34,"count":14},{"arity":35,"count":17},{"arity":36,"count":11},{"arity":37,"count":14},{"arity":38,"count":15},{"arity":39,"count":10},{"arity":40,"count":5},{"arity":41,"count":6},{"arity":42,"count":4},{"arity":43,"count":5},{"arity":45,"count":2},{"arity":46,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":300}]
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 (1621 MiB free)
  memory of node 1: 16384 MiB (2691 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303511-1533998653/watcher-4303511-1533998653 -o /tmp/evaluation-result-4303511-1533998653/solver-4303511-1533998653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1533993611-5741 --watchdog 2580 xcsp_picat HOME/instance-4303511-1533998653.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=6396, runsolver pid=6393

[startup+0.100167 s]*
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4387888/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2025744 memory=30260 CPUtime=0.1 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 1591 0 0 0 10 0 0 0 20 0 1 0 217428459 2074361856 7565 33554432000 4194304 5849708 140722630999696 140722630999696 4572157 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 506436 7565 627 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 30260 KiB

[startup+0.209619 s]*
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4371008/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2025744 memory=47444 CPUtime=0.21 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 1795 0 0 0 21 0 0 0 20 0 1 0 217428459 2074361856 11861 33554432000 4194304 5849708 140722630999696 140722630999696 5606224 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 506436 11861 713 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47444 KiB

[startup+0.309505 s]*
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4371008/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2025744 memory=47444 CPUtime=0.31 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 1806 0 0 0 31 0 0 0 20 0 1 0 217428459 2074361856 11861 33554432000 4194304 5849708 140722630999696 140722630999696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 506436 11861 713 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47444 KiB

[startup+0.700276 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4370744/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2025880 memory=47444 CPUtime=0.69 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 1818 0 0 0 69 0 0 0 20 0 1 0 217428459 2074501120 11861 33554432000 4194304 5849708 140722630999696 140722630999696 5606192 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 506470 11861 713 405 0 503415 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 47444 KiB

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4370744/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2025880 memory=47444 CPUtime=1.49 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 1826 0 0 0 149 0 0 0 20 0 1 0 217428459 2074501120 11861 33554432000 4194304 5849708 140722630999696 140722630998792 5606224 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 506470 11861 713 405 0 503415 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 47444 KiB

[startup+3.1089 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4370880/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2025976 memory=47692 CPUtime=3.1 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 1931 0 0 0 310 0 0 0 20 0 1 0 217428459 2074599424 11923 33554432000 4194304 5849708 140722630999696 140722630998792 5521468 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 506494 11923 714 405 0 503439 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 47692 KiB

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4370880/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2025976 memory=47772 CPUtime=6.29 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 1984 0 0 0 629 0 0 0 20 0 1 0 217428459 2074599424 11943 33554432000 4194304 5849708 140722630999696 140722630998792 5606224 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 506494 11943 714 405 0 503439 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 47772 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4371004/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2025976 memory=47772 CPUtime=12.69 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 2228 0 0 0 1269 0 0 0 20 0 1 0 217428459 2074599424 11943 33554432000 4194304 5849708 140722630999696 140722630998792 5606235 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 506494 11943 714 405 0 503439 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 47772 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4335064/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2062500 memory=84312 CPUtime=25.49 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 22514 0 0 0 2543 6 0 0 20 0 1 0 217428459 2112000000 21078 33554432000 4194304 5849708 140722630999696 140722630998696 5308416 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 515625 21078 749 405 0 512570 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2062500 KiB
Current children cumulated memory: 84312 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6397
/proc/meminfo: memFree=4341264/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2055132 memory=77072 CPUtime=51.1 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 33144 0 0 0 5089 21 0 0 20 0 1 0 217428459 2104455168 19268 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 513783 19268 749 405 0 510728 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2055132 KiB
Current children cumulated memory: 77072 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4778516/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2055712 memory=77816 CPUtime=102.3 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 48593 0 0 0 10181 49 0 0 20 0 1 0 217428459 2105049088 19454 33554432000 4194304 5849708 140722630999696 140722630998856 5437522 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 513928 19454 749 405 0 510873 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2055712 KiB
Current children cumulated memory: 77816 KiB

[startup+162.3 s]
/proc/loadavg: 1.95 1.98 1.96 3/187 6521
/proc/meminfo: memFree=4687140/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2078476 memory=103676 CPUtime=162.3 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 52422 0 0 0 16151 79 0 0 20 0 1 0 217428459 2128359424 25919 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 519619 25919 749 405 0 516564 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2078476 KiB
Current children cumulated memory: 103676 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.99 1.96 3/187 6522
/proc/meminfo: memFree=4675116/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2090520 memory=113852 CPUtime=222.3 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 59943 0 0 0 22124 106 0 0 20 0 1 0 217428459 2140692480 28463 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 522630 28463 749 405 0 519575 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2090520 KiB
Current children cumulated memory: 113852 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 1.96 3/187 6523
/proc/meminfo: memFree=4596876/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2125808 memory=151148 CPUtime=282.31 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 64058 0 0 0 28097 134 0 0 20 0 1 0 217428459 2176827392 37787 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 531452 37787 749 405 0 528397 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2125808 KiB
Current children cumulated memory: 151148 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 6524
/proc/meminfo: memFree=4594580/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2125760 memory=151120 CPUtime=342.31 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 64120 0 0 0 34073 158 0 0 20 0 1 0 217428459 2176778240 37780 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 531440 37780 749 405 0 528385 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2125760 KiB
Current children cumulated memory: 151120 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 6532
/proc/meminfo: memFree=4592228/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2125760 memory=151120 CPUtime=402.31 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 64154 0 0 0 40044 187 0 0 20 0 1 0 217428459 2176778240 37780 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 531440 37780 749 405 0 528385 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2125760 KiB
Current children cumulated memory: 151120 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 6533
/proc/meminfo: memFree=4571380/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2137788 memory=163148 CPUtime=462.31 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 73527 0 0 0 46016 215 0 0 20 0 1 0 217428459 2189094912 40787 33554432000 4194304 5849708 140722630999696 140722630998184 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 534447 40787 749 405 0 531392 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 2137788 KiB
Current children cumulated memory: 163148 KiB


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

/proc/6396/statm: 552364 58704 749 405 0 549309 0
Current children cumulated CPU time: 1782.38 s
Current children cumulated vsize: 2209456 KiB
Current children cumulated memory: 234816 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6594
/proc/meminfo: memFree=4473588/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2242204 memory=267564 CPUtime=1842.38 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 282081 0 0 0 183449 789 0 0 20 0 1 0 217428459 2296016896 66891 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 560551 66891 749 405 0 557496 0
Current children cumulated CPU time: 1842.38 s
Current children cumulated vsize: 2242204 KiB
Current children cumulated memory: 267564 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6595
/proc/meminfo: memFree=4494628/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2209544 memory=234904 CPUtime=1902.38 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 282255 0 0 0 189430 808 0 0 20 0 1 0 217428459 2262573056 58726 33554432000 4194304 5849708 140722630999696 140722630998696 5437522 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 552386 58726 749 405 0 549331 0
Current children cumulated CPU time: 1902.38 s
Current children cumulated vsize: 2209544 KiB
Current children cumulated memory: 234904 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6596
/proc/meminfo: memFree=4455700/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2209436 memory=234796 CPUtime=1962.39 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 294770 0 0 0 195410 829 0 0 20 0 1 0 217428459 2262462464 58699 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 552359 58699 749 405 0 549304 0
Current children cumulated CPU time: 1962.39 s
Current children cumulated vsize: 2209436 KiB
Current children cumulated memory: 234796 KiB

[startup+2022.3 s]
/proc/loadavg: 2.06 2.03 1.98 3/187 6597
/proc/meminfo: memFree=4407536/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2292588 memory=317780 CPUtime=2022.39 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 328861 0 0 0 201385 854 0 0 20 0 1 0 217428459 2347610112 79445 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 573147 79445 749 405 0 570092 0
Current children cumulated CPU time: 2022.39 s
Current children cumulated vsize: 2292588 KiB
Current children cumulated memory: 317780 KiB

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/187 6598
/proc/meminfo: memFree=4442160/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2250096 memory=275364 CPUtime=2082.39 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 332178 0 0 0 207365 874 0 0 20 0 1 0 217428459 2304098304 68841 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 562524 68841 749 405 0 559469 0
Current children cumulated CPU time: 2082.39 s
Current children cumulated vsize: 2250096 KiB
Current children cumulated memory: 275364 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 6599
/proc/meminfo: memFree=4402388/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2268468 memory=293744 CPUtime=2142.4 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 337055 0 0 0 213349 891 0 0 20 0 1 0 217428459 2322911232 73436 33554432000 4194304 5849708 140722630999696 140722630998568 5312647 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 567117 73436 749 405 0 564062 0
Current children cumulated CPU time: 2142.4 s
Current children cumulated vsize: 2268468 KiB
Current children cumulated memory: 293744 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6608
/proc/meminfo: memFree=4437536/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2252052 memory=277412 CPUtime=2202.4 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 353990 0 0 0 219327 913 0 0 20 0 1 0 217428459 2306101248 69353 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 563013 69353 749 405 0 559958 0
Current children cumulated CPU time: 2202.4 s
Current children cumulated vsize: 2252052 KiB
Current children cumulated memory: 277412 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6609
/proc/meminfo: memFree=4493664/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2209424 memory=234784 CPUtime=2262.41 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 375846 0 0 0 225303 938 0 0 20 0 1 0 217428459 2262450176 58696 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 552356 58696 749 405 0 549301 0
Current children cumulated CPU time: 2262.41 s
Current children cumulated vsize: 2209424 KiB
Current children cumulated memory: 234784 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6610
/proc/meminfo: memFree=4445384/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2220052 memory=245412 CPUtime=2322.41 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 395731 0 0 0 231281 960 0 0 20 0 1 0 217428459 2273333248 61353 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 555013 61353 749 405 0 551958 0
Current children cumulated CPU time: 2322.41 s
Current children cumulated vsize: 2220052 KiB
Current children cumulated memory: 245412 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6611
/proc/meminfo: memFree=4454872/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2220052 memory=245412 CPUtime=2382.42 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 398553 0 0 0 237262 980 0 0 20 0 1 0 217428459 2273333248 61353 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 555013 61353 749 405 0 551958 0
Current children cumulated CPU time: 2382.42 s
Current children cumulated vsize: 2220052 KiB
Current children cumulated memory: 245412 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6612
/proc/meminfo: memFree=4393756/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2252808 memory=277924 CPUtime=2442.41 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 399224 0 0 0 243244 997 0 0 20 0 1 0 217428459 2306875392 69481 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 563202 69481 749 405 0 560147 0
Current children cumulated CPU time: 2442.41 s
Current children cumulated vsize: 2252808 KiB
Current children cumulated memory: 277924 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6614
/proc/meminfo: memFree=4345056/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2252808 memory=278168 CPUtime=2502.42 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 418516 0 0 0 249223 1019 0 0 20 0 1 0 217428459 2306875392 69542 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 563202 69542 749 405 0 560147 0
Current children cumulated CPU time: 2502.42 s
Current children cumulated vsize: 2252808 KiB
Current children cumulated memory: 278168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.07 2.03 1.99 3/187 6614
/proc/meminfo: memFree=4307244/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2289676 memory=315036 CPUtime=2520.02 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 419905 0 0 0 250977 1025 0 0 20 0 1 0 217428459 2344628224 78759 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 572419 78759 749 405 0 569364 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 2289676 KiB
Current children cumulated memory: 315036 KiB

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

[startup+2519.91 s]
# the end of solver process 6396 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.77 s, system=10.2645 s

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

[startup+2519.9 s]
/proc/loadavg: 2.07 2.03 1.99 3/187 6614
/proc/meminfo: memFree=4307244/32770624 swapFree=67108860/67108860
[pid=6396] ppid=6393 vsize=2289676 memory=315036 CPUtime=2520.02 cores=1,3,5,7
/proc/6396/stat : 6396 (xcsp_picat) R 6393 6396 5709 0 -1 4202496 419905 0 0 0 250977 1025 0 0 20 0 1 0 217428459 2344628224 78759 33554432000 4194304 5849708 140722630999696 140722630998696 140684300619655 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 32452608 140722631005366 140722631005444 140722631005444 140722631008202 0
/proc/6396/statm: 572419 78759 749 405 0 569364 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 2289676 KiB
Current children cumulated memory: 315036 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.04
CPU user time (s): 2509.77
CPU system time (s): 10.2645
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2302576
Max. memory (cumulated for all children) (KiB): 327932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.77
system time used= 10.2645
maximum resident set size= 327932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419905
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= 9
involuntary context switches= 1217


# summary of solver processes directly reported to runsolver:
#   pid: 6396
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2509.77
#   total CPU system time (s): 10.2645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8042 second user time and 18.1871 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-11 16:44:13
IDJOB=4303511
IDBENCH=141155
IDSOLVER=2778
FILE ID=node107/4303511-1533998653
RUNJOBID= node107-1533993611-5741
PBS_JOBID= 21036955
Free space on /tmp= 39332 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Auction/Auction-cnt/Auction-cnt-decay300_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303511-1533998653/watcher-4303511-1533998653 -o /tmp/evaluation-result-4303511-1533998653/solver-4303511-1533998653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1533993611-5741 --watchdog 2580  xcsp_picat HOME/instance-4303511-1533998653.xml

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

MD5SUM BENCH= 39aa8271d93aad234a0495f796e0a456
RANDOM SEED=1981170158

node107.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.40
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.40
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.40
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.40
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:         4416444 kB
MemAvailable:   31418136 kB
Buffers:          278264 kB
Cached:         26619968 kB
SwapCached:            0 kB
Active:          9445116 kB
Inactive:       17994268 kB
Active(anon):     490060 kB
Inactive(anon):   103592 kB
Active(file):    8955056 kB
Inactive(file): 17890676 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3144 kB
Writeback:             0 kB
AnonPages:        548492 kB
Mapped:            63168 kB
Shmem:             49804 kB
Slab:             612532 kB
SReclaimable:     584420 kB
SUnreclaim:        28112 kB
KernelStack:        3344 kB
PageTables:         6276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2859600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39328 MiB
End job on node107 at 2018-08-11 17:26:13