Trace number 4312461

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Mistral-2.0 2018-08-01? (TO) 251.924 252.012

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark251.967
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.01	c Mistral 01082018
251.91/252.01	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312461-1534699008/watcher-4312461-1534699008 -o /tmp/evaluation-result-4312461-1534699008/solver-4312461-1534699008 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534699008-27200 --watchdog 312 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1719962551 HOME/instance-4312461-1534699008.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
solver pid=27224, runsolver pid=27218
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 0.08 0.03 0.05 3/191 27231
/proc/meminfo: memFree=25277308/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=42864 memory=17516 CPUtime=0.09 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 4744 0 1 0 9 0 0 0 20 0 1 0 287463975 43892736 4379 33554432000 4194304 7499544 140732167921808 140732167918808 4563992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 10716 4379 732 807 0 3707 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42864 KiB
Current children cumulated memory: 17516 KiB

[startup+0.20993 s]*
/proc/loadavg: 0.08 0.03 0.05 3/191 27231
/proc/meminfo: memFree=25253128/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=51164 memory=25816 CPUtime=0.2 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 6971 0 1 0 19 1 0 0 20 0 1 0 287463975 52391936 6454 33554432000 4194304 7499544 140732167921808 140732167918808 4564160 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 12791 6454 732 807 0 5782 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 51164 KiB
Current children cumulated memory: 25816 KiB

[startup+0.309814 s]*
/proc/loadavg: 0.08 0.03 0.05 3/191 27231
/proc/meminfo: memFree=25248292/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=55200 memory=29776 CPUtime=0.3 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 8010 0 1 0 29 1 0 0 20 0 1 0 287463975 56524800 7444 33554432000 4194304 7499544 140732167921808 140732167918808 4564160 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 13800 7444 732 807 0 6791 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 55200 KiB
Current children cumulated memory: 29776 KiB

[startup+0.700284 s]
/proc/loadavg: 0.08 0.03 0.05 3/191 27231
/proc/meminfo: memFree=25234412/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=72864 memory=47580 CPUtime=0.68 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 11618 0 1 0 67 1 0 0 20 0 1 0 287463975 74612736 11895 33554432000 4194304 7499544 140732167921808 140732167912472 4563984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 18216 11895 732 807 0 11207 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 72864 KiB
Current children cumulated memory: 47580 KiB

[startup+1.50026 s]
/proc/loadavg: 0.08 0.03 0.05 3/191 27231
/proc/meminfo: memFree=25222632/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=240888 memory=215484 CPUtime=1.49 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 53630 0 1 0 141 8 0 0 20 0 1 0 287463975 246669312 53871 33554432000 4194304 7499544 140732167921808 140732167912712 4387090 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 60222 53871 761 807 0 53213 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 240888 KiB
Current children cumulated memory: 215484 KiB

[startup+3.10977 s]
/proc/loadavg: 0.08 0.03 0.05 3/191 27231
/proc/meminfo: memFree=24949312/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=353036 memory=328052 CPUtime=3.09 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 109011 0 1 0 296 13 0 0 20 0 1 0 287463975 361508864 82013 33554432000 4194304 7499544 140732167921808 140732167912472 5163954 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 88259 82013 809 807 0 81250 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 353036 KiB
Current children cumulated memory: 328052 KiB

[startup+6.30024 s]
/proc/loadavg: 0.40 0.10 0.07 3/191 27231
/proc/meminfo: memFree=24943464/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=358512 memory=333640 CPUtime=6.28 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 125247 0 1 0 614 14 0 0 20 0 1 0 287463975 367116288 83410 33554432000 4194304 7499544 140732167921808 140732167916344 4246863 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+12.7003 s]
/proc/loadavg: 0.52 0.13 0.08 3/191 27231
/proc/meminfo: memFree=24943588/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=358512 memory=333640 CPUtime=12.69 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 146716 0 1 0 1253 16 0 0 20 0 1 0 287463975 367116288 83410 33554432000 4194304 7499544 140732167921808 140732167916344 4246863 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+25.5003 s]
/proc/loadavg: 0.75 0.19 0.10 3/191 27231
/proc/meminfo: memFree=24943864/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=358512 memory=333640 CPUtime=25.48 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 163185 0 1 0 2532 16 0 0 20 0 1 0 287463975 367116288 83410 33554432000 4194304 7499544 140732167921808 140732167916344 5163917 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+51.1099 s]
/proc/loadavg: 1.31 0.38 0.17 3/191 27231
/proc/meminfo: memFree=24942704/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=358512 memory=333640 CPUtime=51.08 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 183443 0 1 0 5090 18 0 0 20 0 1 0 287463975 367116288 83410 33554432000 4194304 7499544 140732167921808 140732167916344 4246863 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+102.3 s]
/proc/loadavg: 1.70 0.63 0.26 3/191 27232
/proc/meminfo: memFree=24942620/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=358512 memory=333640 CPUtime=102.25 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 201425 0 1 0 10206 19 0 0 20 0 1 0 287463975 367116288 83410 33554432000 4194304 7499544 140732167921808 140732167916344 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 0.89 0.38 3/190 27233
/proc/meminfo: memFree=24942832/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=358512 memory=333640 CPUtime=162.25 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 213246 0 1 0 16205 20 0 0 20 0 1 0 287463975 367116288 83410 33554432000 4194304 7499544 140732167921808 140732167916344 5164040 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.09 0.48 3/190 27241
/proc/meminfo: memFree=24941156/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=358512 memory=333640 CPUtime=222.21 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 218014 0 1 0 22201 20 0 0 20 0 1 0 287463975 367116288 83410 33554432000 4194304 7499544 140732167921808 140732167916344 5163917 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 222.21 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 1.98 1.18 0.53 3/190 27242
/proc/meminfo: memFree=24941828/32770624 swapFree=67108856/67108860
[pid=27224] ppid=27218 vsize=358512 memory=333652 CPUtime=251.91 cores=0,2,4,6
/proc/27224/stat : 27224 (MistralXCSP) R 27218 27224 27169 0 -1 4202496 218676 0 1 0 25171 20 0 0 20 0 1 0 287463975 367116288 83413 33554432000 4194304 7499544 140732167921808 140732167916344 4249719 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14319616 140732167930994 140732167931144 140732167931144 140732167933897 0
/proc/27224/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 251.91 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

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

[startup+252.011 s]
# the end of solver process 27224 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.718 s, system=0.20598 s

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

Child status: 0
Real time (s): 252.012
CPU time (s): 251.924
CPU user time (s): 251.718
CPU system time (s): 0.20598
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 358512
Max. memory (cumulated for all children) (KiB): 333652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.718
system time used= 0.20598
maximum resident set size= 333672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218707
page faults= 1
swaps= 0
block input operations= 872
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90
involuntary context switches= 305


# summary of solver processes directly reported to runsolver:
#   pid: 27224
#   total CPU time (s): 251.924
#   total CPU user time (s): 251.718
#   total CPU system time (s): 0.20598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.997499 second user time and 1.81616 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-19 19:16:48
IDJOB=4312461
IDBENCH=141050
IDSOLVER=2801
FILE ID=node132/4312461-1534699008
RUNJOBID= node132-1534699008-27200
PBS_JOBID= 21038721
Free space on /tmp= 59376 MiB

SOLVER NAME= Mistral-2.0 2018-08-01
BENCH NAME= XCSP18/NurseRostering/NurseRostering-15_c18.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312461-1534699008/watcher-4312461-1534699008 -o /tmp/evaluation-result-4312461-1534699008/solver-4312461-1534699008 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534699008-27200 --watchdog 312  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1719962551 HOME/instance-4312461-1534699008.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=1719962551

node132.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.65
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.65
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.65
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.65
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:        25321848 kB
MemAvailable:   31908796 kB
Buffers:          269468 kB
Cached:          6608612 kB
SwapCached:            4 kB
Active:          3878568 kB
Inactive:        3054008 kB
Active(anon):      30436 kB
Inactive(anon):    92908 kB
Active(file):    3848132 kB
Inactive(file):  2961100 kB
Unevictable:        7004 kB
Mlocked:            7004 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             10500 kB
Writeback:             0 kB
AnonPages:         61424 kB
Mapped:            23180 kB
Shmem:             66204 kB
Slab:             214816 kB
SReclaimable:     187104 kB
SUnreclaim:        27712 kB
KernelStack:        3264 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     367436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59364 MiB
End job on node132 at 2018-08-19 19:21:00