Trace number 4386861

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.01UNSAT 72.9161 72.9279

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-15-ext06.xml
MD5SUMaf3f6bb9b1ca00becd13f0e7ebc5af3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.3587
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints47
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":223},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":45},{"arity":225,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 19.07.01
71.77/71.89	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386861-1568283440/watcher-4386861-1568283440 -o /tmp/evaluation-result-4386861-1568283440/solver-4386861-1568283440 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568280874-3685 --watchdog 2580 BTD 2520 HOME/instance-4386861-1568283440.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=4115, runsolver pid=4112

[startup+0.100109 s]*
/proc/loadavg: 1.92 1.97 1.87 2/196 4116
/proc/meminfo: memFree=16344564/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=41952 memory=10280 CPUtime=0.1 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 3445 0 0 0 10 0 0 0 20 0 1 0 404608935 42958848 2570 33554432000 4194304 36700936 140726814659248 140726814659248 5295872 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 10488 2570 430 7937 0 2516 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41952 KiB
Current children cumulated memory: 10280 KiB

[startup+0.209714 s]*
/proc/loadavg: 1.92 1.97 1.87 2/193 4135
/proc/meminfo: memFree=16400256/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=47796 memory=16316 CPUtime=0.2 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 4723 0 0 0 20 0 0 0 20 0 1 0 404608935 48943104 4079 33554432000 4194304 36700936 140726814659248 140726814659248 7949654 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 11949 4079 430 7937 0 3977 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 47796 KiB
Current children cumulated memory: 16316 KiB

[startup+0.309309 s]*
/proc/loadavg: 1.92 1.97 1.87 2/194 4138
/proc/meminfo: memFree=16338224/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=50172 memory=19220 CPUtime=0.31 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 5456 0 0 0 30 1 0 0 20 0 1 0 404608935 51376128 4805 33554432000 4194304 36700936 140726814659248 140726814659248 7949654 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 12543 4805 430 7937 0 4571 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 50172 KiB
Current children cumulated memory: 19220 KiB

[startup+0.700263 s]
/proc/loadavg: 1.92 1.97 1.87 3/199 4148
/proc/meminfo: memFree=16322976/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=78636 memory=37072 CPUtime=0.69 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 8857 0 0 0 68 1 0 0 20 0 1 0 404608935 80523264 9268 33554432000 4194304 36700936 140726814659248 140726814656504 5293440 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 19659 9268 430 7937 0 11687 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 78636 KiB
Current children cumulated memory: 37072 KiB

[startup+1.50029 s]
/proc/loadavg: 1.92 1.97 1.87 3/199 4148
/proc/meminfo: memFree=16301888/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=123540 memory=73796 CPUtime=1.49 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 14476 0 0 0 147 2 0 0 20 0 1 0 404608935 126504960 18449 33554432000 4194304 36700936 140726814659248 140726814656504 7949654 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 30885 18449 430 7937 0 22913 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 123540 KiB
Current children cumulated memory: 73796 KiB

[startup+3.10946 s]
/proc/loadavg: 1.92 1.97 1.87 3/199 4149
/proc/meminfo: memFree=16037976/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=373136 memory=328456 CPUtime=3.1 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 72355 0 0 0 299 11 0 0 20 0 1 0 404608935 382091264 82114 33554432000 4194304 36700936 140726814659248 140726814653608 4504206 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 93284 82114 441 7937 0 85312 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 373136 KiB
Current children cumulated memory: 328456 KiB

[startup+6.30039 s]
/proc/loadavg: 2.00 1.99 1.87 3/199 4149
/proc/meminfo: memFree=15299420/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=1297536 memory=1167604 CPUtime=6.29 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 280820 0 0 0 584 45 0 0 20 0 1 0 404608935 1328676864 291901 33554432000 4194304 36700936 140726814659248 140726814653560 8230250 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 324384 291901 445 7937 0 316412 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 1297536 KiB
Current children cumulated memory: 1167604 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.87 3/199 4149
/proc/meminfo: memFree=13811064/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=2807280 memory=2680320 CPUtime=12.69 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 660361 0 0 0 1177 92 0 0 20 0 1 0 404608935 2874654720 670080 33554432000 4194304 36700936 140726814659248 140726814653544 8227214 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 701884 670080 445 7937 0 693912 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2807280 KiB
Current children cumulated memory: 2680320 KiB

[startup+25.5005 s]
/proc/loadavg: 2.00 1.99 1.87 3/199 4151
/proc/meminfo: memFree=10661904/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=6156608 memory=5866404 CPUtime=25.49 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 1457927 0 0 0 2358 191 0 0 20 0 1 0 404608935 6304366592 1466601 33554432000 4194304 36700936 140726814659248 140726814653544 8230250 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 1539152 1466601 445 7937 0 1531180 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 6156608 KiB
Current children cumulated memory: 5866404 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 1.99 1.88 3/199 4151
/proc/meminfo: memFree=5031840/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=11705644 memory=11309256 CPUtime=51.09 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 2819801 0 0 0 4695 414 0 0 20 0 1 0 404608935 11986579456 2827248 33554432000 4194304 36700936 140726814659248 140726814653560 8230250 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 2926411 2827314 445 7937 0 2918439 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 11705644 KiB
Current children cumulated memory: 11309256 KiB

[startup+72.9278 s]
# the end of solver process 4115 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=65.4748 s, system=7.44124 s

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

[startup+51.2005 s]
/proc/loadavg: 2.00 1.99 1.88 3/199 4151
/proc/meminfo: memFree=5031840/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=11705644 memory=11317664 CPUtime=51.18 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 2821958 0 0 0 4704 414 0 0 20 0 1 0 404608935 11986579456 2829416 33554432000 4194304 36700936 140726814659248 140726814653560 4406058 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 2926411 2829416 445 7937 0 2918439 0
Current children cumulated CPU time: 51.18 s
Current children cumulated vsize: 11705644 KiB
Current children cumulated memory: 11317664 KiB

[startup+64.0004 s]*
/proc/loadavg: 2.00 1.99 1.88 3/199 4155
/proc/meminfo: memFree=2252032/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=14554920 memory=14072320 CPUtime=63.99 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 3511154 0 0 0 5872 527 0 0 20 0 1 0 404608935 14904238080 3518080 33554432000 4194304 36700936 140726814659248 140726814653544 8230250 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 3638730 3518080 445 7937 0 3630758 0
Current children cumulated CPU time: 63.99 s
Current children cumulated vsize: 14554920 KiB
Current children cumulated memory: 14072320 KiB

[startup+67.2004 s]
/proc/loadavg: 2.00 1.99 1.88 3/199 4155
/proc/meminfo: memFree=1615540/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=15248076 memory=14751096 CPUtime=67.19 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 3680942 0 0 0 6163 556 0 0 20 0 1 0 404608935 15614029824 3687774 33554432000 4194304 36700936 140726814659248 140726814653560 8230258 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 3812019 3687774 445 7937 0 3804047 0
Current children cumulated CPU time: 67.19 s
Current children cumulated vsize: 15248076 KiB
Current children cumulated memory: 14751096 KiB

[startup+70.4004 s]
/proc/loadavg: 2.00 1.99 1.88 3/199 4155
/proc/meminfo: memFree=1062828/32770624 swapFree=66999904/67108860
[pid=4115] ppid=4112 vsize=15770124 memory=15257236 CPUtime=70.38 cores=0,2,4,6
/proc/4115/stat : 4115 (BTD) R 4112 4115 3654 0 -1 4202496 4184678 0 0 0 6440 598 0 0 20 0 1 0 404608935 16148606976 3814309 33554432000 4194304 36700936 140726814659248 140726814658728 4435948 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 38800048 38936640 47857664 140726814667816 140726814667892 140726814667892 140726814670801 0
/proc/4115/statm: 3942531 3814309 464 7937 0 3934559 0
Current children cumulated CPU time: 70.38 s
Current children cumulated vsize: 15770124 KiB
Current children cumulated memory: 15257236 KiB

[startup+72.0004 s]*
/proc/loadavg: 2.00 1.99 1.88 3/199 4155
/proc/meminfo: memFree=2327636/32770624 swapFree=66999904/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+72.4002 s]
/proc/loadavg: 2.00 1.99 1.88 3/199 4155
/proc/meminfo: memFree=2327636/32770624 swapFree=66999904/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+72.8002 s]
/proc/loadavg: 2.00 1.99 1.88 3/199 4155
/proc/meminfo: memFree=2327636/32770624 swapFree=66999904/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+72.9002 s]
/proc/loadavg: 2.00 1.99 1.88 3/199 4155
/proc/meminfo: memFree=2327636/32770624 swapFree=66999904/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 72.9279
CPU time (s): 72.9161
CPU user time (s): 65.4748
CPU system time (s): 7.44124
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 15868436
Max. memory (cumulated for all children) (KiB): 15344784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.4748
system time used= 7.44124
maximum resident set size= 15349644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4824329
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= 13
involuntary context switches= 138


# summary of solver processes directly reported to runsolver:
#   pid: 4115
#   total CPU time (s): 72.9161
#   total CPU user time (s): 65.4748
#   total CPU system time (s): 7.44124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.530165 second user time and 0.360779 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-12 12:16:41
IDJOB=4386861
IDBENCH=134616
IDSOLVER=2822
FILE ID=node123/4386861-1568283440
RUNJOBID= node123-1568280874-3685
PBS_JOBID= 21701081
Free space on /tmp= 52412 MiB

SOLVER NAME= BTD 19.07.01
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.xml
COMMAND LINE= BTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386861-1568283440/watcher-4386861-1568283440 -o /tmp/evaluation-result-4386861-1568283440/solver-4386861-1568283440 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568280874-3685 --watchdog 2580  BTD 2520 HOME/instance-4386861-1568283440.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=641112728

node123.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.49
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.49
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.49
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.49
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:        16336576 kB
MemAvailable:   31840456 kB
Buffers:          174668 kB
Cached:         15385428 kB
SwapCached:         7400 kB
Active:          1841344 kB
Inactive:       13744392 kB
Active(anon):      22488 kB
Inactive(anon):    44876 kB
Active(file):    1818856 kB
Inactive(file): 13699516 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66999904 kB
Dirty:            165384 kB
Writeback:             0 kB
AnonPages:        126876 kB
Mapped:            51992 kB
Shmem:             32668 kB
Slab:             443152 kB
SReclaimable:     413968 kB
SUnreclaim:        29184 kB
KernelStack:        3408 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1450508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52352 MiB
End job on node123 at 2019-09-12 12:17:55