Trace number 4258873

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.815 252.011

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-03.xml
MD5SUM61729e5e51cdc1a72244a455e64fc056
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark240.00999
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.11	c 280717
251.80/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 (15356 MiB free)
  memory of node 1: 16384 MiB (15553 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258873-1502659354/watcher-4258873-1502659354 -o /tmp/evaluation-result-4258873-1502659354/solver-4258873-1502659354 -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 1941595229 HOME/instance-4258873-1502659354.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=7931, runsolver pid=7928

[startup+0.100156 s]*
/proc/loadavg: 2.00 2.00 2.04 2/181 7932
/proc/meminfo: memFree=31651656/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/7931/stat : 7931 (runsolver) D 7928 7931 12560 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 68130780 34791424 113 18446744073709551615 4194304 4346622 140732684826864 140732684823496 140627808064215 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 16281600 140732684828781 140732684829225 140732684829225 140732684832714 0
/proc/7931/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.209018 s]*
/proc/loadavg: 2.00 2.00 2.04 3/181 7932
/proc/meminfo: memFree=31649348/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=31288 memory=5136 CPUtime=0.1 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 2035 0 0 0 10 0 0 0 20 0 1 0 68130780 32038912 1284 18446744073709551615 4194304 7396336 140722606258112 140722606255112 5882667 0 0 1 0 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 7822 1284 615 782 0 838 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31288 KiB
Current children cumulated memory: 5136 KiB

[startup+0.309024 s]*
/proc/loadavg: 2.00 2.00 2.04 3/181 7932
/proc/meminfo: memFree=31642888/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=38540 memory=12524 CPUtime=0.2 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 4413 0 0 0 20 0 0 0 20 0 1 0 68130780 39464960 3131 18446744073709551615 4194304 7396336 140722606258112 140722606248568 139812328311781 0 0 1 0 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 9635 3131 646 782 0 2651 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 38540 KiB
Current children cumulated memory: 12524 KiB

[startup+0.700358 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7932
/proc/meminfo: memFree=31626148/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=70164 memory=44204 CPUtime=0.58 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 12329 0 0 0 57 1 0 0 20 0 1 0 68130780 71847936 11051 18446744073709551615 4194304 7396336 140722606258112 140722606248568 139812328311781 0 0 1 0 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 17541 11051 646 782 0 10557 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 70164 KiB
Current children cumulated memory: 44204 KiB

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7932
/proc/meminfo: memFree=31585972/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=130056 memory=104728 CPUtime=1.38 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 25979 0 0 0 135 3 0 0 20 0 1 0 68130780 133177344 26182 18446744073709551615 4194304 7396336 140722606258112 140722606248568 5792027 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 32514 26182 767 782 0 25530 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 130056 KiB
Current children cumulated memory: 104728 KiB

[startup+3.10931 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7932
/proc/meminfo: memFree=31546592/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=133620 memory=108388 CPUtime=2.99 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 43653 0 0 0 295 4 0 0 20 0 1 0 68130780 136826880 27097 18446744073709551615 4194304 7396336 140722606258112 140722606252648 4257607 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 33405 27097 767 782 0 26421 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 133620 KiB
Current children cumulated memory: 108388 KiB

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.04 2/181 7993
/proc/meminfo: memFree=31554124/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=136656 memory=111552 CPUtime=6.18 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 61352 0 0 0 613 5 0 0 20 0 1 0 68130780 139935744 27888 18446744073709551615 4194304 7396336 140722606258112 140722606252648 5792030 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 34164 27888 767 782 0 27180 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 136656 KiB
Current children cumulated memory: 111552 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7993
/proc/meminfo: memFree=31440996/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=139956 memory=114520 CPUtime=12.58 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 80175 0 0 0 1252 6 0 0 20 0 1 0 68130780 143314944 28630 18446744073709551615 4194304 7396336 140722606258112 140722606252648 5792027 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 34989 28630 767 782 0 28005 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 139956 KiB
Current children cumulated memory: 114520 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7993
/proc/meminfo: memFree=31433928/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=142068 memory=116908 CPUtime=25.37 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 118423 0 0 0 2530 7 0 0 20 0 1 0 68130780 145477632 29227 18446744073709551615 4194304 7396336 140722606258112 140722606252648 5792000 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 35517 29227 767 782 0 28533 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 142068 KiB
Current children cumulated memory: 116908 KiB

[startup+51.1093 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 7994
/proc/meminfo: memFree=31430952/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=143124 memory=117868 CPUtime=50.97 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 137559 0 0 0 5089 8 0 0 20 0 1 0 68130780 146558976 29467 18446744073709551615 4194304 7396336 140722606258112 140722606252648 5792198 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 35781 29467 767 782 0 28797 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 143124 KiB
Current children cumulated memory: 117868 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 8010
/proc/meminfo: memFree=31424516/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=143784 memory=118464 CPUtime=102.14 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 155721 0 0 0 10205 9 0 0 20 0 1 0 68130780 147234816 29616 18446744073709551615 4194304 7396336 140722606258112 140722606252648 5792030 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 35946 29616 767 782 0 28962 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 143784 KiB
Current children cumulated memory: 118464 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 8012
/proc/meminfo: memFree=31423944/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=144048 memory=118724 CPUtime=162.11 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 159304 0 0 0 16202 9 0 0 20 0 1 0 68130780 147505152 29681 18446744073709551615 4194304 7396336 140722606258112 140722606252648 5792030 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 36012 29681 767 782 0 29028 0
Current children cumulated CPU time: 162.11 s
Current children cumulated vsize: 144048 KiB
Current children cumulated memory: 118724 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 8014
/proc/meminfo: memFree=31425932/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=144312 memory=119088 CPUtime=222.1 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 159956 0 0 0 22201 9 0 0 20 0 1 0 68130780 147775488 29772 18446744073709551615 4194304 7396336 140722606258112 140722606252648 5791887 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 36078 29772 767 782 0 29094 0
Current children cumulated CPU time: 222.1 s
Current children cumulated vsize: 144312 KiB
Current children cumulated memory: 119088 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.00 2.00 2.04 3/181 8015
/proc/meminfo: memFree=31425944/32770624 swapFree=67105588/67108860
[pid=7931] ppid=7928 vsize=144444 memory=119256 CPUtime=251.8 cores=1,3,5,7
/proc/7931/stat : 7931 (MistralXCSP) R 7928 7931 12560 0 -1 4202496 160580 0 0 0 25171 9 0 0 20 0 1 0 68130780 147910656 29814 18446744073709551615 4194304 7396336 140722606258112 140722606252648 4547381 0 0 1 16386 0 0 0 17 5 0 0 10 0 0 9496464 9501696 10141696 140722606264722 140722606264872 140722606264872 140722606268361 0
/proc/7931/statm: 36111 29814 767 782 0 29127 0
Current children cumulated CPU time: 251.8 s
Current children cumulated vsize: 144444 KiB
Current children cumulated memory: 119256 KiB

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

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

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

Child status: 0
Real time (s): 252.011
CPU time (s): 251.815
CPU user time (s): 251.714
CPU system time (s): 0.100975
CPU usage (%): 99.9221
Max. virtual memory (cumulated for all children) (KiB): 144444
Max. memory (cumulated for all children) (KiB): 119256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.714
system time used= 0.100975
maximum resident set size= 119276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161138
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= 57
involuntary context switches= 222


# summary of solver processes directly reported to runsolver:
#   pid: 7931
#   total CPU time (s): 251.815
#   total CPU user time (s): 251.714
#   total CPU system time (s): 0.100975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06477 second user time and 1.83326 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 23:08:32
IDJOB=4258873
IDBENCH=137707
IDSOLVER=2645
FILE ID=node126/4258873-1502659354
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-mdd-sw100/BinPacking-mdd-sw100-03.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-4258873-1502659354/watcher-4258873-1502659354 -o /tmp/evaluation-result-4258873-1502659354/solver-4258873-1502659354 -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 1941595229 HOME/instance-4258873-1502659354.xml

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

MD5SUM BENCH= 61729e5e51cdc1a72244a455e64fc056
RANDOM SEED=1941595229

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:        31651668 kB
MemAvailable:   31953112 kB
Buffers:          278104 kB
Cached:           294036 kB
SwapCached:          524 kB
Active:           449924 kB
Inactive:         188880 kB
Active(anon):      14800 kB
Inactive(anon):    85428 kB
Active(file):     435124 kB
Inactive(file):   103452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              6220 kB
Writeback:             0 kB
AnonPages:        160380 kB
Mapped:            48648 kB
Shmem:             33440 kB
Slab:             183936 kB
SReclaimable:     157404 kB
SUnreclaim:        26532 kB
KernelStack:        3264 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     343580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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:12:44