Trace number 4243008

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
R1: BTD 2017-06-30? (TO) 2400.05 2401.31

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

7.16/7.27	c Version: 2017-06-30
2399.93/2401.26	s UNKNOWN
2399.93/2401.26	c Solving # Nodes: 283911
2399.93/2401.26	c Global Time: 2400 s

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243008-1500633406/watcher-4243008-1500633406 -o /tmp/evaluation-result-4243008-1500633406/solver-4243008-1500633406 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500623775-6118 --watchdog 2560 BTD 2400 HOME/instance-4243008-1500633406.xml 

pid=9489
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.05 2.05 3/186 9492
/proc/meminfo: memFree=31358956/32770624 swapFree=6172/399696
[pid=9492] ppid=9489 vsize=23104 CPUtime=0 cores=0,2,4,6
/proc/9492/stat : 9492 (runsolver) D 9489 9492 6087 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 1 0 16766453 23658496 101 33554432000 4194304 4338465 140720522189760 140720522187400 139656033338071 0 0 4096 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 17301504 140720522195915 140720522196287 140720522196287 140720522198986 0
/proc/9492/statm: 5776 101 53 36 0 2156 0

[startup+0.100059 s]
/proc/loadavg: 2.13 2.05 2.05 3/186 9492
/proc/meminfo: memFree=31358956/32770624 swapFree=6172/399696
[pid=9492] ppid=9489 vsize=32696 CPUtime=0.07 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 891 0 0 0 7 0 0 0 20 0 1 0 16766453 33480704 758 33554432000 4194304 35031059 140737238338016 140737238333976 4208986 0 0 4096 0 0 0 0 17 6 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 8174 758 217 7529 0 621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32696

[startup+0.200211 s]
/proc/loadavg: 2.13 2.05 2.05 3/186 9492
/proc/meminfo: memFree=31358956/32770624 swapFree=6172/399696
[pid=9492] ppid=9489 vsize=36328 CPUtime=0.17 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 1801 0 0 0 17 0 0 0 20 0 1 0 16766453 37199872 1664 33554432000 4194304 35031059 140737238338016 140737238333416 7406522 0 0 4096 0 0 0 0 17 6 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 9082 1664 217 7529 0 1529 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 36328

[startup+0.300167 s]
/proc/loadavg: 2.13 2.05 2.05 3/186 9492
/proc/meminfo: memFree=31358956/32770624 swapFree=6172/399696
[pid=9492] ppid=9489 vsize=40912 CPUtime=0.26 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 2955 0 0 0 26 0 0 0 20 0 1 0 16766453 41893888 2812 33554432000 4194304 35031059 140737238338016 140737238333976 7398821 0 0 4096 0 0 0 0 17 6 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 10228 2812 217 7529 0 2675 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 40912

[startup+0.700126 s]
/proc/loadavg: 2.13 2.05 2.05 3/186 9492
/proc/meminfo: memFree=31358956/32770624 swapFree=6172/399696
[pid=9492] ppid=9489 vsize=57572 CPUtime=0.66 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 7281 0 0 0 65 1 0 0 20 0 1 0 16766453 58953728 7124 33554432000 4194304 35031059 140737238338016 140737238335192 6437260 0 0 4096 0 0 0 0 17 6 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 14393 7124 369 7529 0 6840 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 57572

[startup+1.50015 s]
/proc/loadavg: 2.13 2.05 2.05 3/187 9493
/proc/meminfo: memFree=31330028/32770624 swapFree=6172/399480
[pid=9492] ppid=9489 vsize=60992 CPUtime=1.46 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 8180 0 0 0 145 1 0 0 20 0 1 0 16766453 62455808 7935 33554432000 4194304 35031059 140737238338016 140737238330840 4753346 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 15248 7935 412 7529 0 7695 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 60992

[startup+3.10017 s]
/proc/loadavg: 2.13 2.05 2.05 3/187 9493
/proc/meminfo: memFree=31327920/32770624 swapFree=6172/399480
[pid=9492] ppid=9489 vsize=63600 CPUtime=3.06 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 9964 0 0 0 305 1 0 0 20 0 1 0 16766453 65126400 8605 33554432000 4194304 35031059 140737238338016 140737238330840 6497694 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 15900 8605 412 7529 0 8347 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 63600

[startup+6.30018 s]
/proc/loadavg: 2.12 2.04 2.05 3/187 9493
/proc/meminfo: memFree=31312476/32770624 swapFree=6172/399480
[pid=9492] ppid=9489 vsize=68624 CPUtime=6.26 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 13505 0 0 0 623 3 0 0 20 0 1 0 16766453 70270976 9875 33554432000 4194304 35031059 140737238338016 140737238330840 4810224 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 17156 9875 412 7529 0 9603 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 68624

[startup+12.7002 s]
/proc/loadavg: 2.11 2.04 2.05 3/187 9493
/proc/meminfo: memFree=31038456/32770624 swapFree=6172/399492
[pid=9492] ppid=9489 vsize=355904 CPUtime=12.66 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 89912 0 0 0 1255 11 0 0 20 0 1 0 16766453 364445696 80209 33554432000 4194304 35031059 140737238338016 140737238337016 4496766 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 88976 80209 468 7529 0 81423 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 355904

[startup+25.5003 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 9493
/proc/meminfo: memFree=31037304/32770624 swapFree=6172/399508
[pid=9492] ppid=9489 vsize=355904 CPUtime=25.45 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 96425 0 0 0 2532 13 0 0 20 0 1 0 16766453 364445696 80236 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 88976 80236 468 7529 0 81423 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 355904

[startup+51.1003 s]
/proc/loadavg: 2.13 2.06 2.05 3/187 9493
/proc/meminfo: memFree=31035644/32770624 swapFree=6172/399524
[pid=9492] ppid=9489 vsize=356168 CPUtime=51.02 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 101239 0 0 0 5087 15 0 0 20 0 1 0 16766453 364716032 80278 33554432000 4194304 35031059 140737238338016 140737238337016 4544922 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89042 80278 468 7529 0 81489 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 356168

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/187 9494
/proc/meminfo: memFree=31034984/32770624 swapFree=6172/399548
[pid=9492] ppid=9489 vsize=356300 CPUtime=102.21 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 102261 0 0 0 10202 19 0 0 20 0 1 0 16766453 364851200 80311 33554432000 4194304 35031059 140737238338016 140737238337016 4497572 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89075 80311 468 7529 0 81522 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 356300

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 9495
/proc/meminfo: memFree=31035076/32770624 swapFree=6172/399572
[pid=9492] ppid=9489 vsize=356300 CPUtime=162.17 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 102839 0 0 0 16195 22 0 0 20 0 1 0 16766453 364851200 80329 33554432000 4194304 35031059 140737238338016 140737238337016 4496728 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89075 80329 468 7529 0 81522 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 356300

[startup+222.306 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 9504
/proc/meminfo: memFree=31031652/32770624 swapFree=6172/399584
[pid=9492] ppid=9489 vsize=356300 CPUtime=222.15 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 103356 0 0 0 22189 26 0 0 20 0 1 0 16766453 364851200 81530 33554432000 4194304 35031059 140737238338016 140737238337016 4496728 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89075 81530 468 7529 0 81522 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 356300

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 9505
/proc/meminfo: memFree=31032272/32770624 swapFree=6172/399608
[pid=9492] ppid=9489 vsize=356432 CPUtime=282.11 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 103572 0 0 0 28181 30 0 0 20 0 1 0 16766453 364986368 81541 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89108 81541 468 7529 0 81555 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 356432

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 9506
/proc/meminfo: memFree=31032892/32770624 swapFree=6172/399628
[pid=9492] ppid=9489 vsize=356432 CPUtime=342.08 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 103825 0 0 0 34176 32 0 0 20 0 1 0 16766453 364986368 81550 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89108 81550 468 7529 0 81555 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 356432

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 9507
/proc/meminfo: memFree=31033452/32770624 swapFree=6172/399648
[pid=9492] ppid=9489 vsize=356432 CPUtime=402.05 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 104031 0 0 0 40170 35 0 0 20 0 1 0 16766453 364986368 81550 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89108 81550 468 7529 0 81555 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 356432

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9508
/proc/meminfo: memFree=31034096/32770624 swapFree=6172/399668
[pid=9492] ppid=9489 vsize=356432 CPUtime=462.02 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 104281 0 0 0 46164 38 0 0 20 0 1 0 16766453 364986368 81559 33554432000 4194304 35031059 140737238338016 140737238337016 4496728 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89108 81559 468 7529 0 81555 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 356432

[startup+522.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 9510
/proc/meminfo: memFree=31033488/32770624 swapFree=6172/399688
[pid=9492] ppid=9489 vsize=356564 CPUtime=521.99 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 104546 0 0 0 52158 41 0 0 20 0 1 0 16766453 365121536 81568 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89141 81568 468 7529 0 81588 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 356564

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 9511
/proc/meminfo: memFree=31033132/32770624 swapFree=6172/399708
[pid=9492] ppid=9489 vsize=356564 CPUtime=581.95 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 104763 0 0 0 58151 44 0 0 20 0 1 0 16766453 365121536 81569 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89141 81569 468 7529 0 81588 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 356564


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

[startup+1542.31 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 9565
/proc/meminfo: memFree=31031756/32770624 swapFree=6172/400024
[pid=9492] ppid=9489 vsize=356696 CPUtime=1541.48 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 108278 0 0 0 154052 96 0 0 20 0 1 0 16766453 365256704 81619 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89174 81619 468 7529 0 81621 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 356696

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 9566
/proc/meminfo: memFree=31032128/32770624 swapFree=6172/400044
[pid=9492] ppid=9489 vsize=356696 CPUtime=1601.43 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 108487 0 0 0 160043 100 0 0 20 0 1 0 16766453 365256704 81619 33554432000 4194304 35031059 140737238338016 140737238337016 4497572 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89174 81619 468 7529 0 81621 0
Current children cumulated CPU time (s) 1601.43
Current children cumulated vsize (KiB) 356696

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 9567
/proc/meminfo: memFree=31032036/32770624 swapFree=6172/400068
[pid=9492] ppid=9489 vsize=356696 CPUtime=1661.41 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 108684 0 0 0 166038 103 0 0 20 0 1 0 16766453 365256704 81619 33554432000 4194304 35031059 140737238338016 140737238337016 4497387 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89174 81619 468 7529 0 81621 0
Current children cumulated CPU time (s) 1661.41
Current children cumulated vsize (KiB) 356696

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 9568
/proc/meminfo: memFree=31032036/32770624 swapFree=6172/400092
[pid=9492] ppid=9489 vsize=356696 CPUtime=1721.38 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 108918 0 0 0 172032 106 0 0 20 0 1 0 16766453 365256704 81625 33554432000 4194304 35031059 140737238338016 140737238337016 4496384 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89174 81625 468 7529 0 81621 0
Current children cumulated CPU time (s) 1721.38
Current children cumulated vsize (KiB) 356696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 9569
/proc/meminfo: memFree=31032260/32770624 swapFree=6172/400116
[pid=9492] ppid=9489 vsize=356696 CPUtime=1781.35 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 109113 0 0 0 178026 109 0 0 20 0 1 0 16766453 365256704 81625 33554432000 4194304 35031059 140737238338016 140737238337016 4541521 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89174 81625 468 7529 0 81621 0
Current children cumulated CPU time (s) 1781.35
Current children cumulated vsize (KiB) 356696

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9570
/proc/meminfo: memFree=31032136/32770624 swapFree=6172/400120
[pid=9492] ppid=9489 vsize=356696 CPUtime=1841.32 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 109300 0 0 0 184019 113 0 0 20 0 1 0 16766453 365256704 81625 33554432000 4194304 35031059 140737238338016 140737238337016 4497528 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89174 81625 468 7529 0 81621 0
Current children cumulated CPU time (s) 1841.32
Current children cumulated vsize (KiB) 356696

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9571
/proc/meminfo: memFree=31032012/32770624 swapFree=6172/400144
[pid=9492] ppid=9489 vsize=356828 CPUtime=1901.28 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 109523 0 0 0 190013 115 0 0 20 0 1 0 16766453 365391872 81634 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81634 468 7529 0 81654 0
Current children cumulated CPU time (s) 1901.28
Current children cumulated vsize (KiB) 356828

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9572
/proc/meminfo: memFree=31032044/32770624 swapFree=6172/400164
[pid=9492] ppid=9489 vsize=356828 CPUtime=1961.25 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 109725 0 0 0 196007 118 0 0 20 0 1 0 16766453 365391872 81634 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81634 468 7529 0 81654 0
Current children cumulated CPU time (s) 1961.25
Current children cumulated vsize (KiB) 356828

[startup+2022.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 9580
/proc/meminfo: memFree=31031724/32770624 swapFree=6172/400180
[pid=9492] ppid=9489 vsize=356828 CPUtime=2021.23 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 109950 0 0 0 202001 122 0 0 20 0 1 0 16766453 365391872 81634 33554432000 4194304 35031059 140737238338016 140737238337016 4497572 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81634 468 7529 0 81654 0
Current children cumulated CPU time (s) 2021.23
Current children cumulated vsize (KiB) 356828

[startup+2082.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/187 9581
/proc/meminfo: memFree=31031860/32770624 swapFree=6172/400204
[pid=9492] ppid=9489 vsize=356828 CPUtime=2081.2 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 110183 0 0 0 207995 125 0 0 20 0 1 0 16766453 365391872 81640 33554432000 4194304 35031059 140737238338016 140737238337016 4544918 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81640 468 7529 0 81654 0
Current children cumulated CPU time (s) 2081.2
Current children cumulated vsize (KiB) 356828

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 9582
/proc/meminfo: memFree=31032356/32770624 swapFree=6172/400220
[pid=9492] ppid=9489 vsize=356828 CPUtime=2141.17 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 110390 0 0 0 213988 129 0 0 20 0 1 0 16766453 365391872 81640 33554432000 4194304 35031059 140737238338016 140737238337016 4544929 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81640 468 7529 0 81654 0
Current children cumulated CPU time (s) 2141.17
Current children cumulated vsize (KiB) 356828

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 9584
/proc/meminfo: memFree=31032216/32770624 swapFree=6172/400236
[pid=9492] ppid=9489 vsize=356828 CPUtime=2201.14 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 110611 0 0 0 219982 132 0 0 20 0 1 0 16766453 365391872 81640 33554432000 4194304 35031059 140737238338016 140737238337016 4497598 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81640 468 7529 0 81654 0
Current children cumulated CPU time (s) 2201.14
Current children cumulated vsize (KiB) 356828

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 9585
/proc/meminfo: memFree=31032276/32770624 swapFree=6172/400260
[pid=9492] ppid=9489 vsize=356828 CPUtime=2261.11 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 110829 0 0 0 225976 135 0 0 20 0 1 0 16766453 365391872 81646 33554432000 4194304 35031059 140737238338016 140737238337016 4497555 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81646 468 7529 0 81654 0
Current children cumulated CPU time (s) 2261.11
Current children cumulated vsize (KiB) 356828

[startup+2322.3 s]
/proc/loadavg: 1.51 1.90 2.00 2/181 9631
/proc/meminfo: memFree=31109288/32770624 swapFree=6172/400292
[pid=9492] ppid=9489 vsize=356828 CPUtime=2321.07 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 111039 0 0 0 231969 138 0 0 20 0 1 0 16766453 365391872 81646 33554432000 4194304 35031059 140737238338016 140737238337016 4496756 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81646 468 7529 0 81654 0
Current children cumulated CPU time (s) 2321.07
Current children cumulated vsize (KiB) 356828

[startup+2382.3 s]
/proc/loadavg: 1.19 1.73 1.94 2/181 9632
/proc/meminfo: memFree=31109908/32770624 swapFree=6172/400316
[pid=9492] ppid=9489 vsize=356828 CPUtime=2381.04 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 111244 0 0 0 237962 142 0 0 20 0 1 0 16766453 365391872 81646 33554432000 4194304 35031059 140737238338016 140737238337016 4496750 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 89207 81646 468 7529 0 81654 0
Current children cumulated CPU time (s) 2381.04
Current children cumulated vsize (KiB) 356828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.3 s]
/proc/loadavg: 1.14 1.69 1.92 2/181 9633
/proc/meminfo: memFree=31118876/32770624 swapFree=6172/400336
[pid=9492] ppid=9489 vsize=346256 CPUtime=2400.03 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 111704 0 0 0 239860 143 0 0 20 0 1 0 16766453 354566144 79329 33554432000 4194304 35031059 140737238338016 140737238337336 7398898 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 86564 79329 478 7529 0 79011 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 346256

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9492 sig 9
??? kill -9492 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2401.3 s]
/proc/loadavg: 1.14 1.69 1.92 2/181 9633
/proc/meminfo: memFree=31118876/32770624 swapFree=6172/400336
[pid=9492] ppid=9489 vsize=346256 CPUtime=2400.03 cores=0,2,4,6
/proc/9492/stat : 9492 (BTD) R 9489 9492 6087 0 -1 4202496 111704 0 0 0 239860 143 0 0 20 0 1 0 16766453 354566144 79329 33554432000 4194304 35031059 140737238338016 140737238337336 7398898 0 0 4096 0 0 0 0 17 0 0 0 2 0 0 37130264 37226188 67739648 140737238344954 140737238345030 140737238345030 140737238347729 0
/proc/9492/statm: 86564 79329 478 7529 0 79011 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 346256

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2401.31
CPU time (s): 2400.05
CPU user time (s): 2398.61
CPU system time (s): 1.43727
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 356828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.61
system time used= 1.43727
maximum resident set size= 326584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111705
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= 21
involuntary context switches= 121349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58794 second user time and 10.3027 second system time

The end

Launcher Data

Begin job on node150 at 2017-07-21 12:36:46
IDJOB=4243008
IDBENCH=138550
IDSOLVER=2619
FILE ID=node150/4243008-1500633406
RUNJOBID= node150-1500623775-6118
PBS_JOBID= 20622986
Free space on /tmp= 61992 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243008-1500633406/watcher-4243008-1500633406 -o /tmp/evaluation-result-4243008-1500633406/solver-4243008-1500633406 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500623775-6118 --watchdog 2560  BTD 2400 HOME/instance-4243008-1500633406.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=2127648132

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.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	: 5334.01
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		: 1600.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		: 2400.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	: 5334.01
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		: 1600.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	: 5334.01
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		: 1600.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		: 1600.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	: 5334.01
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		: 1600.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:        31359832 kB
MemAvailable:   31975208 kB
Buffers:          234612 kB
Cached:           659096 kB
SwapCached:            0 kB
Active:           576252 kB
Inactive:         408556 kB
Active(anon):      93772 kB
Inactive(anon):     8860 kB
Active(file):     482480 kB
Inactive(file):   399696 kB
Unevictable:        6172 kB
Mlocked:            6180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38852 kB
Writeback:             0 kB
AnonPages:         96728 kB
Mapped:            33868 kB
Shmem:              8848 kB
Slab:             124160 kB
SReclaimable:      98072 kB
SUnreclaim:        26088 kB
KernelStack:        3328 kB
PageTables:         5160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     362872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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= 61992 MiB
End job on node150 at 2017-07-21 13:16:47