Trace number 4294089

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 2018.06.11_3? (NS) 168.17 168.199

General information on the benchmark

NameBibd/
Bibd-sc-34-085-30-12-10_c18.xml
MD5SUM16a7a800d3f63e1acf189b42778a783a
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 variables101150
Number of constraints48366
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50575}]
Minimum variable degree0
Maximum variable degree36
Distribution of variable degrees[{"degree":0,"count":50575},{"degree":2,"count":47685},{"degree":36,"count":2890}]
Minimum constraint arity3
Maximum constraint arity2890
Distribution of constraint arities[{"arity":3,"count":47685},{"arity":34,"count":85},{"arity":85,"count":595},{"arity":2890,"count":1}]
Number of extensional constraints0
Number of intensional constraints47685
Distribution of constraint types[{"type":"intension","count":47685},{"type":"lex","count":1},{"type":"sum","count":680}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 18.06.11_3
167.86/167.91	Exception at line 48396
168.07/168.18	s UNSUPPORTED

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294089-1532362300/watcher-4294089-1532362300 -o /tmp/evaluation-result-4294089-1532362300/solver-4294089-1532362300 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532329499-11624 --watchdog 2580 BTD 3 2520 HOME/instance-4294089-1532362300.xml 

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

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

solver pid=16670, runsolver pid=16667

[startup+0.10015 s]*
/proc/loadavg: 1.97 2.06 2.07 3/188 16671
/proc/meminfo: memFree=27436792/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=48188 memory=17140 CPUtime=0.1 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 4453 0 0 0 10 0 0 0 20 0 1 0 53793245 49344512 4285 33554432000 4194304 36388972 140731874898656 140731874898656 7657238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 12047 4285 259 7861 0 4151 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 48188 KiB
Current children cumulated memory: 17140 KiB

[startup+0.209733 s]*
/proc/loadavg: 1.89 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27392896/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=95640 memory=63832 CPUtime=0.21 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 17117 0 0 0 20 1 0 0 20 0 1 0 53793245 97935360 15958 33554432000 4194304 36388972 140731874898656 140731874898656 7657238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 23910 15958 259 7861 0 16014 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 95640 KiB
Current children cumulated memory: 63832 KiB

[startup+0.309578 s]*
/proc/loadavg: 1.89 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27352664/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=132872 memory=100320 CPUtime=0.31 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 26867 0 0 0 28 3 0 0 20 0 1 0 53793245 136060928 25080 33554432000 4194304 36388972 140731874898656 140731874894440 4212729 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 33218 25080 441 7861 0 25322 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 132872 KiB
Current children cumulated memory: 100320 KiB

[startup+0.700296 s]
/proc/loadavg: 1.89 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27350432/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=139568 memory=106656 CPUtime=0.69 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 28451 0 0 0 66 3 0 0 20 0 1 0 53793245 142917632 26664 33554432000 4194304 36388972 140731874898656 140731874894440 7657238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 34892 26664 469 7861 0 26996 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 139568 KiB
Current children cumulated memory: 106656 KiB

[startup+1.50035 s]
/proc/loadavg: 1.89 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27335676/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=164384 memory=131472 CPUtime=1.49 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 34677 0 0 0 144 5 0 0 20 0 1 0 53793245 168329216 32868 33554432000 4194304 36388972 140731874898656 140731874892152 7657238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 41096 32868 469 7861 0 33200 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 164384 KiB
Current children cumulated memory: 131472 KiB

[startup+3.10028 s]
/proc/loadavg: 1.89 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27302228/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=198968 memory=165976 CPUtime=3.09 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 51789 0 0 0 302 7 0 0 20 0 1 0 53793245 203743232 41494 33554432000 4194304 36388972 140731874898656 140731874891496 7657238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 49742 41494 469 7861 0 41846 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 198968 KiB
Current children cumulated memory: 165976 KiB

[startup+6.3003 s]*
/proc/loadavg: 1.90 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27241236/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=243960 memory=211104 CPUtime=6.3 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 78403 0 0 0 620 10 0 0 20 0 1 0 53793245 249815040 52776 33554432000 4194304 36388972 140731874898656 140731874892152 7657238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 60990 52776 469 7861 0 53094 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 243960 KiB
Current children cumulated memory: 211104 KiB

[startup+12.7003 s]
/proc/loadavg: 1.91 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27197516/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=289956 memory=256792 CPUtime=12.69 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 111779 0 0 0 1255 14 0 0 20 0 1 0 53793245 296914944 64198 33554432000 4194304 36388972 140731874898656 140731874891496 7657238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 72489 64198 469 7861 0 64593 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 289956 KiB
Current children cumulated memory: 256792 KiB

[startup+25.5003 s]
/proc/loadavg: 1.93 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27145440/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=340248 memory=307248 CPUtime=25.49 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 181589 0 0 0 2526 23 0 0 20 0 1 0 53793245 348413952 76812 33554432000 4194304 36388972 140731874898656 140731874891528 4212721 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 85062 76812 469 7861 0 77166 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 340248 KiB
Current children cumulated memory: 307248 KiB

[startup+51.1003 s]
/proc/loadavg: 1.95 2.04 2.06 3/188 16671
/proc/meminfo: memFree=27079676/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=406668 memory=373580 CPUtime=51.09 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 239982 0 0 0 5076 33 0 0 20 0 1 0 53793245 416428032 93395 33554432000 4194304 36388972 140731874898656 140731874892152 4219429 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 101667 93395 469 7861 0 93771 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 406668 KiB
Current children cumulated memory: 373580 KiB

[startup+102.3 s]*
/proc/loadavg: 1.98 2.03 2.05 3/188 16672
/proc/meminfo: memFree=26984000/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=499068 memory=467116 CPUtime=102.28 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 307479 0 0 0 10183 45 0 0 20 0 1 0 53793245 511045632 116779 33554432000 4194304 36388972 140731874898656 140731874891496 4219429 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 124767 116779 469 7861 0 116871 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 499068 KiB
Current children cumulated memory: 467116 KiB

[startup+162.3 s]*
/proc/loadavg: 1.99 2.03 2.05 3/188 16673
/proc/meminfo: memFree=26953044/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=529824 memory=498016 CPUtime=162.27 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 360178 0 0 0 16176 51 0 0 20 0 1 0 53793245 542539776 124504 33554432000 4194304 36388972 140731874898656 140731874892520 4195992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 132456 124504 469 7861 0 124560 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 529824 KiB
Current children cumulated memory: 498016 KiB

[startup+168.199 s]
# the end of solver process 16670 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=167.62 s, system=0.549944 s

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

[startup+163.5 s]
/proc/loadavg: 1.99 2.03 2.05 3/188 16673
/proc/meminfo: memFree=26952920/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=529824 memory=498064 CPUtime=163.46 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 360267 0 0 0 16295 51 0 0 20 0 1 0 53793245 542539776 124516 33554432000 4194304 36388972 140731874898656 140731874892520 4212725 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 132456 124516 469 7861 0 124560 0
Current children cumulated CPU time: 163.46 s
Current children cumulated vsize: 529824 KiB
Current children cumulated memory: 498064 KiB

[startup+166.7 s]
/proc/loadavg: 1.99 2.03 2.05 3/188 16673
/proc/meminfo: memFree=26952796/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=529956 memory=498252 CPUtime=166.66 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 360490 0 0 0 16615 51 0 0 20 0 1 0 53793245 542674944 124563 33554432000 4194304 36388972 140731874898656 140731874892168 4212725 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 132489 124563 469 7861 0 124593 0
Current children cumulated CPU time: 166.66 s
Current children cumulated vsize: 529956 KiB
Current children cumulated memory: 498252 KiB

[startup+167.5 s]
/proc/loadavg: 1.99 2.03 2.05 3/188 16673
/proc/meminfo: memFree=26952796/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=530088 memory=498252 CPUtime=167.46 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 360543 0 0 0 16695 51 0 0 20 0 1 0 53793245 542810112 124563 33554432000 4194304 36388972 140731874898656 140731874892872 4212725 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 132522 124563 469 7861 0 124626 0
Current children cumulated CPU time: 167.46 s
Current children cumulated vsize: 530088 KiB
Current children cumulated memory: 498252 KiB

[startup+167.9 s]
/proc/loadavg: 1.99 2.03 2.05 3/188 16673
/proc/meminfo: memFree=26952796/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=530088 memory=498300 CPUtime=167.86 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 360568 0 0 0 16735 51 0 0 20 0 1 0 53793245 542810112 124575 33554432000 4194304 36388972 140731874898656 140731874892872 7934387 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 132522 124575 469 7861 0 124626 0
Current children cumulated CPU time: 167.86 s
Current children cumulated vsize: 530088 KiB
Current children cumulated memory: 498300 KiB

[startup+168.1 s]
/proc/loadavg: 1.99 2.03 2.05 3/188 16673
/proc/meminfo: memFree=26952796/32770624 swapFree=67108860/67108860
[pid=16670] ppid=16667 vsize=527012 memory=495524 CPUtime=168.07 cores=0,2,4,6
/proc/16670/stat : 16670 (BTD) R 16667 16670 11593 0 -1 4202496 390113 0 0 0 16754 53 0 0 20 0 1 0 53793245 539660288 123881 33554432000 4194304 36388972 140731874898656 140731874892872 7639426 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 69877760 140731874903229 140731874903307 140731874903307 140731874906065 0
/proc/16670/statm: 131753 123881 476 7861 0 123857 0
Current children cumulated CPU time: 168.07 s
Current children cumulated vsize: 527012 KiB
Current children cumulated memory: 495524 KiB

Child status: 1
Real time (s): 168.199
CPU time (s): 168.17
CPU user time (s): 167.62
CPU system time (s): 0.549944
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 530088
Max. memory (cumulated for all children) (KiB): 498344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.62
system time used= 0.549944
maximum resident set size= 498344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390713
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= 28
involuntary context switches= 212


# summary of solver processes directly reported to runsolver:
#   pid: 16670
#   total CPU time (s): 168.17
#   total CPU user time (s): 167.62
#   total CPU system time (s): 0.549944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.607732 second user time and 1.35262 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-23 18:11:40
IDJOB=4294089
IDBENCH=141329
IDSOLVER=2749
FILE ID=node151/4294089-1532362300
RUNJOBID= node151-1532329499-11624
PBS_JOBID= 21018998
Free space on /tmp= 55020 MiB

SOLVER NAME= BTD 2018.06.11_3
BENCH NAME= XCSP18/Bibd/Bibd-sc-34-085-30-12-10_c18.xml
COMMAND LINE= BTD 3 TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294089-1532362300/watcher-4294089-1532362300 -o /tmp/evaluation-result-4294089-1532362300/solver-4294089-1532362300 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532329499-11624 --watchdog 2580  BTD 3 2520 HOME/instance-4294089-1532362300.xml

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

MD5SUM BENCH= 16a7a800d3f63e1acf189b42778a783a
RANDOM SEED=2077461558

node151.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.87
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.87
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.87
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.87
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:        27451532 kB
MemAvailable:   31952944 kB
Buffers:          136964 kB
Cached:          4605816 kB
SwapCached:            0 kB
Active:           984544 kB
Inactive:        3817212 kB
Active(anon):       9024 kB
Inactive(anon):    69272 kB
Active(file):     975520 kB
Inactive(file):  3747940 kB
Unevictable:        7888 kB
Mlocked:            7888 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             55064 kB
Writeback:             0 kB
AnonPages:         66364 kB
Mapped:            39136 kB
Shmem:             17032 kB
Slab:             215080 kB
SReclaimable:     187576 kB
SUnreclaim:        27504 kB
KernelStack:        3376 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54968 MiB
End job on node151 at 2018-07-23 18:14:29