Trace number 4258900

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 2017-07-28? (TO) 251.847 252.03101

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w4b3r4.xml
MD5SUMf75a86a5a7a46a13e5890f4f16694299
Bench CategoryCOP (optimization 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 variables2727
Number of constraints119
Number of domains2
Minimum domain size59
Maximum domain size186
Distribution of domain sizes[{"size":59,"count":1},{"size":186,"count":2726}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":2668},{"degree":5,"count":58}]
Minimum constraint arity47
Maximum constraint arity2726
Distribution of constraint arities[{"arity":47,"count":116},{"arity":59,"count":1},{"arity":2726,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":58},{"type":"lex","count":1},{"type":"sum","count":58},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.11	c 280717

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15182 MiB free)
  memory of node 1: 16384 MiB (15554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258900-1502659100/watcher-4258900-1502659100 -o /tmp/evaluation-result-4258900-1502659100/solver-4258900-1502659100 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502640747-30540 --watchdog 312 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1600481539 HOME/instance-4258900-1502659100.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=7801, runsolver pid=7798

[startup+0.100136 s]*
/proc/loadavg: 2.00 2.00 2.04 2/181 7802
/proc/meminfo: memFree=31474736/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/7801/stat : 7801 (runsolver) D 7798 7801 12560 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 68105377 34791424 113 18446744073709551615 4194304 4346622 140726671100272 140726671096904 140084964606679 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 38764544 140726671106157 140726671106601 140726671106601 140726671110090 0
/proc/7801/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.208953 s]*
/proc/loadavg: 2.00 2.00 2.04 3/181 7802
/proc/meminfo: memFree=31457736/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=45948 memory=20580 CPUtime=0.09 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 5356 0 0 0 9 0 0 0 20 0 1 0 68105377 47050752 5145 18446744073709551615 4194304 7396336 140731445635328 140731445632328 4565880 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 11487 5145 686 782 0 4503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45948 KiB
Current children cumulated memory: 20580 KiB

[startup+0.309322 s]*
/proc/loadavg: 2.00 2.00 2.04 3/181 7802
/proc/meminfo: memFree=31448436/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=55144 memory=29600 CPUtime=0.19 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 7911 0 0 0 18 1 0 0 20 0 1 0 68105377 56467456 7400 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4566032 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 13786 7400 686 782 0 6802 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 55144 KiB
Current children cumulated memory: 29600 KiB

[startup+0.700374 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7802
/proc/meminfo: memFree=31439508/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=80264 memory=54708 CPUtime=0.57 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 13925 0 0 0 55 2 0 0 20 0 1 0 68105377 82190336 13677 18446744073709551615 4194304 7396336 140731445635328 140731445626072 4566039 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 20066 13677 686 782 0 13082 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 80264 KiB
Current children cumulated memory: 54708 KiB

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7802
/proc/meminfo: memFree=31420532/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=96384 memory=70804 CPUtime=1.38 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 18102 0 0 0 135 3 0 0 20 0 1 0 68105377 98697216 17701 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4566039 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 24096 17701 686 782 0 17112 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 96384 KiB
Current children cumulated memory: 70804 KiB

[startup+3.10922 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7802
/proc/meminfo: memFree=31384528/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=119764 memory=94232 CPUtime=2.99 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 27869 0 0 0 295 4 0 0 20 0 1 0 68105377 122638336 23558 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4566053 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 29941 23558 686 782 0 22957 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 119764 KiB
Current children cumulated memory: 94232 KiB

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 7825
/proc/meminfo: memFree=31517648/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=170192 memory=144676 CPUtime=6.17 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 56935 0 0 0 612 5 0 0 20 0 1 0 68105377 174276608 36169 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4566048 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 42548 36169 686 782 0 35564 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 170192 KiB
Current children cumulated memory: 144676 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7863
/proc/meminfo: memFree=31466308/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=219892 memory=194396 CPUtime=12.57 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 74361 0 0 0 1250 7 0 0 20 0 1 0 68105377 225169408 48599 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4566039 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 54973 48599 686 782 0 47989 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 219892 KiB
Current children cumulated memory: 194396 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7863
/proc/meminfo: memFree=31400216/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=283608 memory=258180 CPUtime=25.36 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 97789 0 0 0 2526 10 0 0 20 0 1 0 68105377 290414592 64545 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4565872 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 70902 64545 686 782 0 63918 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 283608 KiB
Current children cumulated memory: 258180 KiB

[startup+51.1091 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7864
/proc/meminfo: memFree=31253996/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=430564 memory=404972 CPUtime=50.95 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 163211 0 0 0 5078 17 0 0 20 0 1 0 68105377 440897536 101243 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4566032 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 107641 101243 686 782 0 100657 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 430564 KiB
Current children cumulated memory: 404972 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7865
/proc/meminfo: memFree=31106712/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=577596 memory=552176 CPUtime=102.12 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 199245 0 0 0 10191 21 0 0 20 0 1 0 68105377 591458304 138044 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4566048 0 0 1 0 0 0 0 17 1 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 144399 138044 686 782 0 137415 0
Current children cumulated CPU time: 102.12 s
Current children cumulated vsize: 577596 KiB
Current children cumulated memory: 552176 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7867
/proc/meminfo: memFree=30993444/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=687888 memory=662292 CPUtime=162.11 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 228934 0 0 0 16186 25 0 0 20 0 1 0 68105377 704397312 165573 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4566032 0 0 1 0 0 0 0 17 3 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 171972 165573 686 782 0 164988 0
Current children cumulated CPU time: 162.11 s
Current children cumulated vsize: 687888 KiB
Current children cumulated memory: 662292 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7869
/proc/meminfo: memFree=30913204/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=767320 memory=741952 CPUtime=222.1 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 253932 0 0 0 22182 28 0 0 20 0 1 0 68105377 785735680 185488 18446744073709551615 4194304 7396336 140731445635328 140731445626088 4565872 0 0 1 0 0 0 0 17 3 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 191830 185488 686 782 0 184846 0
Current children cumulated CPU time: 222.1 s
Current children cumulated vsize: 767320 KiB
Current children cumulated memory: 741952 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.00 2.00 2.04 3/181 7871
/proc/meminfo: memFree=30869152/32770624 swapFree=67105588/67108860
[pid=7801] ppid=7798 vsize=810552 memory=785164 CPUtime=251.81 cores=1,3,5,7
/proc/7801/stat : 7801 (MistralXCSP) R 7798 7801 12560 0 -1 4202496 263979 0 0 0 25151 30 0 0 20 0 1 0 68105377 830005248 196291 18446744073709551615 4194304 7396336 140731445635328 140731445626488 4566048 0 0 1 0 0 0 0 17 3 0 0 11 0 0 9496464 9501696 37924864 140731445637522 140731445637672 140731445637672 140731445641161 0
/proc/7801/statm: 202638 196291 688 782 0 195654 0
Current children cumulated CPU time: 251.81 s
Current children cumulated vsize: 810552 KiB
Current children cumulated memory: 785164 KiB

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

[startup+252.03 s]
# the end of solver process 7801 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.52 s, system=0.326951 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 252.031
CPU time (s): 251.847
CPU user time (s): 251.52
CPU system time (s): 0.326951
CPU usage (%): 99.927
Max. virtual memory (cumulated for all children) (KiB): 810552
Max. memory (cumulated for all children) (KiB): 785164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.52
system time used= 0.326951
maximum resident set size= 785164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263979
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= 49
involuntary context switches= 716


# summary of solver processes directly reported to runsolver:
#   pid: 7801
#   total CPU time (s): 251.847
#   total CPU user time (s): 251.52
#   total CPU system time (s): 0.326951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.962963 second user time and 1.63693 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 23:04:18
IDJOB=4258900
IDBENCH=137614
IDSOLVER=2645
FILE ID=node126/4258900-1502659100
RUNJOBID= node126-1502640747-30540
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w4b3r4.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-4258900-1502659100/watcher-4258900-1502659100 -o /tmp/evaluation-result-4258900-1502659100/solver-4258900-1502659100 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502640747-30540 --watchdog 312  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1600481539 HOME/instance-4258900-1502659100.xml

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

MD5SUM BENCH= f75a86a5a7a46a13e5890f4f16694299
RANDOM SEED=1600481539

node126.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.81
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.81
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.81
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.81
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:        31475020 kB
MemAvailable:   31775908 kB
Buffers:          277988 kB
Cached:           293584 kB
SwapCached:          524 kB
Active:           627860 kB
Inactive:         188712 kB
Active(anon):     193112 kB
Inactive(anon):    85428 kB
Active(file):     434748 kB
Inactive(file):   103284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              5832 kB
Writeback:             4 kB
AnonPages:        244380 kB
Mapped:            48612 kB
Shmem:             33440 kB
Slab:             183464 kB
SReclaimable:     157384 kB
SUnreclaim:        26080 kB
KernelStack:        3184 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     522412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62020 MiB
End job on node126 at 2017-08-13 23:08:30