Trace number 4386791

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 NameAnswerCPU timeWall clock time
BTD 19.07.01? (TO) 2520.11 2520.01

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-90-07.xml
MD5SUM62ab34719a1ca197804bba3dde19efaf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark78.8072
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1463
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":14,"count":1},{"arity":17,"count":1},{"arity":20,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":26,"count":2},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":1},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1262},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 19.07.01

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386791-1568281041/watcher-4386791-1568281041 -o /tmp/evaluation-result-4386791-1568281041/solver-4386791-1568281041 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568280864-31379 --watchdog 2580 BTD 2520 HOME/instance-4386791-1568281041.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=31479, runsolver pid=31476

[startup+0.100151 s]*
/proc/loadavg: 1.81 0.76 0.32 3/199 31480
/proc/meminfo: memFree=17885564/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=36480 memory=5996 CPUtime=0.1 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 1672 0 0 0 10 0 0 0 20 0 1 0 404370946 37355520 1499 33554432000 4194304 36700936 140733636689312 140733636689312 4195856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 9120 1499 470 7937 0 1148 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 36480 KiB
Current children cumulated memory: 5996 KiB

[startup+0.209484 s]*
/proc/loadavg: 1.81 0.76 0.32 3/199 31480
/proc/meminfo: memFree=17883000/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=38724 memory=8372 CPUtime=0.21 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 2233 0 0 0 21 0 0 0 20 0 1 0 404370946 39653376 2093 33554432000 4194304 36700936 140733636689312 140733636689312 7949654 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 9681 2093 470 7937 0 1709 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 38724 KiB
Current children cumulated memory: 8372 KiB

[startup+0.308924 s]*
/proc/loadavg: 1.81 0.76 0.32 3/199 31480
/proc/meminfo: memFree=17880396/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=41092 memory=10612 CPUtime=0.31 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 2830 0 0 0 31 0 0 0 20 0 1 0 404370946 42078208 2653 33554432000 4194304 36700936 140733636689312 140733636689312 7949654 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 10273 2653 470 7937 0 2301 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41092 KiB
Current children cumulated memory: 10612 KiB

[startup+0.700299 s]
/proc/loadavg: 1.81 0.76 0.32 3/199 31480
/proc/meminfo: memFree=17869608/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=51840 memory=21432 CPUtime=0.69 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 5504 0 0 0 69 0 0 0 20 0 1 0 404370946 53084160 5358 33554432000 4194304 36700936 140733636689312 140733636689312 4787892 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 12960 5358 513 7937 0 4988 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 51840 KiB
Current children cumulated memory: 21432 KiB

[startup+1.5003 s]
/proc/loadavg: 1.81 0.76 0.32 3/199 31480
/proc/meminfo: memFree=17869608/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=51972 memory=21432 CPUtime=1.49 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 5543 0 0 0 149 0 0 0 20 0 1 0 404370946 53219328 5358 33554432000 4194304 36700936 140733636689312 140733636689312 4787882 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 12993 5358 513 7937 0 5021 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 51972 KiB
Current children cumulated memory: 21432 KiB

[startup+3.10937 s]
/proc/loadavg: 1.81 0.76 0.32 3/199 31480
/proc/meminfo: memFree=17869608/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=52104 memory=21868 CPUtime=3.1 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 7897 0 0 0 309 1 0 0 20 0 1 0 404370946 53354496 5467 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13026 5467 527 7937 0 5054 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 52104 KiB
Current children cumulated memory: 21868 KiB

[startup+6.30027 s]
/proc/loadavg: 1.82 0.78 0.33 3/199 31480
/proc/meminfo: memFree=17869448/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=52236 memory=22028 CPUtime=6.29 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 10181 0 0 0 627 2 0 0 20 0 1 0 404370946 53489664 5507 33554432000 4194304 36700936 140733636689312 140733636688360 6947479 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13059 5507 527 7937 0 5087 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 52236 KiB
Current children cumulated memory: 22028 KiB

[startup+12.7003 s]
/proc/loadavg: 1.84 0.80 0.34 3/199 31480
/proc/meminfo: memFree=17868968/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=52236 memory=22028 CPUtime=12.69 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 12539 0 0 0 1267 2 0 0 20 0 1 0 404370946 53489664 5507 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13059 5507 527 7937 0 5087 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 52236 KiB
Current children cumulated memory: 22028 KiB

[startup+25.5003 s]
/proc/loadavg: 1.87 0.86 0.36 3/199 31480
/proc/meminfo: memFree=17869088/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=52368 memory=22136 CPUtime=25.49 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 16710 0 0 0 2544 5 0 0 20 0 1 0 404370946 53624832 5534 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13092 5534 527 7937 0 5120 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 52368 KiB
Current children cumulated memory: 22136 KiB

[startup+51.109 s]
/proc/loadavg: 1.92 0.95 0.41 3/199 31483
/proc/meminfo: memFree=17869108/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=52368 memory=22156 CPUtime=51.1 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 19630 0 0 0 5099 11 0 0 20 0 1 0 404370946 53624832 5539 33554432000 4194304 36700936 140733636689312 140733636688360 6947517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13092 5539 527 7937 0 5120 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 52368 KiB
Current children cumulated memory: 22156 KiB

[startup+102.3 s]
/proc/loadavg: 1.96 1.11 0.49 3/199 31487
/proc/meminfo: memFree=17869472/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=52500 memory=22224 CPUtime=102.29 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 22024 0 0 0 10207 22 0 0 20 0 1 0 404370946 53760000 5556 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13125 5556 527 7937 0 5153 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 52500 KiB
Current children cumulated memory: 22224 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.27 0.58 3/199 31491
/proc/meminfo: memFree=17869560/32770624 swapFree=66939676/67108860
[pid=31479] ppid=31476 vsize=52500 memory=22232 CPUtime=162.3 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 24426 0 0 0 16192 38 0 0 20 0 1 0 404370946 53760000 5558 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13125 5558 527 7937 0 5153 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 52500 KiB
Current children cumulated memory: 22232 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.41 0.67 3/199 31504
/proc/meminfo: memFree=17868324/32770624 swapFree=66939680/67108860
[pid=31479] ppid=31476 vsize=52752 memory=22400 CPUtime=222.3 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 26199 0 0 0 22181 49 0 0 20 0 1 0 404370946 54018048 5600 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13188 5600 528 7937 0 5216 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 52752 KiB
Current children cumulated memory: 22400 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.51 0.76 3/199 31508
/proc/meminfo: memFree=17867576/32770624 swapFree=66939680/67108860
[pid=31479] ppid=31476 vsize=52752 memory=22408 CPUtime=282.3 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 26409 0 0 0 28170 60 0 0 20 0 1 0 404370946 54018048 5602 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13188 5602 528 7937 0 5216 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 52752 KiB
Current children cumulated memory: 22408 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.60 0.83 3/199 31512
/proc/meminfo: memFree=17868180/32770624 swapFree=66939680/67108860
[pid=31479] ppid=31476 vsize=52752 memory=22588 CPUtime=342.3 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 28112 0 0 0 34157 73 0 0 20 0 1 0 404370946 54018048 5647 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13188 5647 528 7937 0 5216 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 52752 KiB
Current children cumulated memory: 22588 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.67 0.91 3/199 31518
/proc/meminfo: memFree=17868464/32770624 swapFree=66939680/67108860
[pid=31479] ppid=31476 vsize=52752 memory=22608 CPUtime=402.31 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 28576 0 0 0 40148 83 0 0 20 0 1 0 404370946 54018048 5652 33554432000 4194304 36700936 140733636689312 140733636688360 4788192 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13188 5652 528 7937 0 5216 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 52752 KiB
Current children cumulated memory: 22608 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.73 0.98 3/199 31522
/proc/meminfo: memFree=17868696/32770624 swapFree=66939680/67108860
[pid=31479] ppid=31476 vsize=52752 memory=22608 CPUtime=462.31 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 28578 0 0 0 46139 92 0 0 20 0 1 0 404370946 54018048 5652 33554432000 4194304 36700936 140733636689312 140733636688360 4787882 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13188 5652 528 7937 0 5216 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 52752 KiB
Current children cumulated memory: 22608 KiB


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

/proc/31479/statm: 13221 5683 528 7937 0 5249 0
Current children cumulated CPU time: 1722.35 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22732 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 1.78 3/199 31664
/proc/meminfo: memFree=17867208/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22732 CPUtime=1782.35 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 33472 0 0 0 177880 355 0 0 20 0 1 0 404370946 54153216 5683 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5683 528 7937 0 5249 0
Current children cumulated CPU time: 1782.35 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22732 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 1.79 3/199 31670
/proc/meminfo: memFree=17867248/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22732 CPUtime=1842.36 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 33472 0 0 0 183871 365 0 0 20 0 1 0 404370946 54153216 5683 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5683 528 7937 0 5249 0
Current children cumulated CPU time: 1842.36 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22732 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 1.80 3/199 31674
/proc/meminfo: memFree=17867368/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22732 CPUtime=1902.36 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 33813 0 0 0 189862 374 0 0 20 0 1 0 404370946 54153216 5683 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5683 528 7937 0 5249 0
Current children cumulated CPU time: 1902.36 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22732 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/199 31678
/proc/meminfo: memFree=17866860/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22732 CPUtime=1962.36 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 33813 0 0 0 195854 382 0 0 20 0 1 0 404370946 54153216 5683 33554432000 4194304 36700936 140733636689312 140733636688360 4787997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5683 528 7937 0 5249 0
Current children cumulated CPU time: 1962.36 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22732 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/199 31691
/proc/meminfo: memFree=17866792/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22732 CPUtime=2022.37 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 34154 0 0 0 201844 393 0 0 20 0 1 0 404370946 54153216 5683 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5683 528 7937 0 5249 0
Current children cumulated CPU time: 2022.37 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22732 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/199 31695
/proc/meminfo: memFree=17867352/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2082.37 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 34286 0 0 0 207834 403 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2082.37 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/199 31699
/proc/meminfo: memFree=17866836/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2142.37 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 34644 0 0 0 213822 415 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2142.37 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/199 31705
/proc/meminfo: memFree=17867288/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2202.37 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 34645 0 0 0 219812 425 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2202.37 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/199 31709
/proc/meminfo: memFree=17867660/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2262.38 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 35003 0 0 0 225801 437 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 6947479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2262.38 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/199 31713
/proc/meminfo: memFree=17867252/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2322.38 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 35004 0 0 0 231789 449 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2322.38 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/199 31719
/proc/meminfo: memFree=17866960/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2382.38 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 35362 0 0 0 237776 462 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 6947498 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2382.38 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 31905
/proc/meminfo: memFree=18258168/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2442.39 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 35726 0 0 0 243765 474 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2442.39 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 31909
/proc/meminfo: memFree=18256196/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2502.38 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 35726 0 0 0 249751 487 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 6947507 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2502.38 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.89 3/200 31914
/proc/meminfo: memFree=18256164/32770624 swapFree=66939684/67108860
[pid=31479] ppid=31476 vsize=52884 memory=22748 CPUtime=2520.1 cores=1,3,5,7
/proc/31479/stat : 31479 (BTD) R 31476 31479 31346 0 -1 4202496 36081 0 0 0 251519 491 0 0 20 0 1 0 404370946 54153216 5687 33554432000 4194304 36700936 140733636689312 140733636688360 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 72171520 140733636695080 140733636695156 140733636695156 140733636698065 0
/proc/31479/statm: 13221 5687 528 7937 0 5249 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 52884 KiB
Current children cumulated memory: 22748 KiB

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

[startup+2520.01 s]
# the end of solver process 31479 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.19 s, system=4.9172 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): 2520.11
CPU user time (s): 2515.19
CPU system time (s): 4.9172
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 52884
Max. memory (cumulated for all children) (KiB): 22748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.19
system time used= 4.9172
maximum resident set size= 22748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36081
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= 8
involuntary context switches= 1007


# summary of solver processes directly reported to runsolver:
#   pid: 31479
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.19
#   total CPU system time (s): 4.9172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.68221 second user time and 16.3148 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 11:36:39
IDJOB=4386791
IDBENCH=128106
IDSOLVER=2822
FILE ID=node125/4386791-1568281041
RUNJOBID= node125-1568280864-31379
PBS_JOBID= 21701079
Free space on /tmp= 55036 MiB

SOLVER NAME= BTD 19.07.01
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-90-07.xml
COMMAND LINE= BTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386791-1568281041/watcher-4386791-1568281041 -o /tmp/evaluation-result-4386791-1568281041/solver-4386791-1568281041 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568280864-31379 --watchdog 2580  BTD 2520 HOME/instance-4386791-1568281041.xml

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

MD5SUM BENCH= 62ab34719a1ca197804bba3dde19efaf
RANDOM SEED=1756137853

node125.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.29
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.29
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.29
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.29
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:        17889184 kB
MemAvailable:   31286212 kB
Buffers:          157388 kB
Cached:         13365876 kB
SwapCached:        66708 kB
Active:          1668472 kB
Inactive:       12433904 kB
Active(anon):     516612 kB
Inactive(anon):   103188 kB
Active(file):    1151860 kB
Inactive(file): 12330716 kB
Unevictable:      108980 kB
Mlocked:          108980 kB
SwapTotal:      67108860 kB
SwapFree:       66939676 kB
Dirty:             61312 kB
Writeback:             0 kB
AnonPages:        565196 kB
Mapped:            43624 kB
Shmem:             32096 kB
Slab:             371220 kB
SReclaimable:     342912 kB
SUnreclaim:        28308 kB
KernelStack:        3552 kB
PageTables:         6544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1037288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 54976 MiB
End job on node125 at 2019-09-12 12:18:39