Trace number 4258942

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.83099 252.01601

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-16-18.xml
MD5SUMdd156cd3c4e4f48d7499665f65319a51
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark253.7
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints18361
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":288}]
Minimum variable degree257
Maximum variable degree257
Distribution of variable degrees[{"degree":257,"count":288}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":18360},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints18360
Distribution of constraint types[{"type":"intension","count":18360},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258942-1502661388/watcher-4258942-1502661388 -o /tmp/evaluation-result-4258942-1502661388/solver-4258942-1502661388 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502640747-30539 --watchdog 312 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1717100224 HOME/instance-4258942-1502661388.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
Current StackSize limit: 8192 KiB

solver pid=9119, runsolver pid=9116

[startup+0.100123 s]*
/proc/loadavg: 2.29 2.09 2.05 2/183 9120
/proc/meminfo: memFree=31608572/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=33976 memory=452 CPUtime=0 cores=0,2,4,6
/proc/9119/stat : 9119 (runsolver) D 9116 9119 12560 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 68334158 34791424 113 18446744073709551615 4194304 4346622 140726813535328 140726813531960 140713273639639 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6446216 6449568 9424896 140726813536365 140726813536809 140726813536809 140726813540298 0
/proc/9119/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.209263 s]*
/proc/loadavg: 2.29 2.09 2.05 3/183 9120
/proc/meminfo: memFree=31608564/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=29536 memory=3740 CPUtime=0.1 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 1120 0 0 0 10 0 0 0 20 0 1 0 68334158 30244864 935 18446744073709551615 4194304 7396336 140730150854112 140730150847352 6047161 0 0 1 0 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 7384 935 613 782 0 400 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29536 KiB
Current children cumulated memory: 3740 KiB

[startup+0.309123 s]*
/proc/loadavg: 2.29 2.09 2.05 3/183 9120
/proc/meminfo: memFree=31608564/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=29860 memory=4012 CPUtime=0.2 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 1233 0 0 0 20 0 0 0 20 0 1 0 68334158 30576640 1003 18446744073709551615 4194304 7396336 140730150854112 140730150847352 140542109572096 0 0 1 0 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 7465 1003 613 782 0 481 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 29860 KiB
Current children cumulated memory: 4012 KiB

[startup+0.700348 s]
/proc/loadavg: 2.29 2.09 2.05 3/183 9120
/proc/meminfo: memFree=31607448/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=32088 memory=6432 CPUtime=0.58 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 1952 0 0 0 58 0 0 0 20 0 1 0 68334158 32858112 1608 18446744073709551615 4194304 7396336 140730150854112 140730150847352 6162918 0 0 1 0 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 8022 1608 723 782 0 1038 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 32088 KiB
Current children cumulated memory: 6432 KiB

[startup+1.50034 s]
/proc/loadavg: 2.29 2.09 2.05 3/183 9120
/proc/meminfo: memFree=31603728/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=37896 memory=12240 CPUtime=1.38 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 3424 0 0 0 138 0 0 0 20 0 1 0 68334158 38805504 3060 18446744073709551615 4194304 7396336 140730150854112 140730150844136 6029725 0 0 1 0 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 9474 3060 724 782 0 2490 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 37896 KiB
Current children cumulated memory: 12240 KiB

[startup+3.10933 s]
/proc/loadavg: 2.29 2.09 2.05 3/183 9120
/proc/meminfo: memFree=31580260/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=49936 memory=24472 CPUtime=2.99 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 9388 0 0 0 298 1 0 0 20 0 1 0 68334158 51134464 6118 18446744073709551615 4194304 7396336 140730150854112 140730150844600 140542109126446 0 0 1 0 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 12484 6118 724 782 0 5500 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 49936 KiB
Current children cumulated memory: 24472 KiB

[startup+6.30034 s]
/proc/loadavg: 2.27 2.09 2.05 3/183 9120
/proc/meminfo: memFree=31530420/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=79680 memory=54264 CPUtime=6.18 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 22970 0 0 0 616 2 0 0 20 0 1 0 68334158 81592320 13566 18446744073709551615 4194304 7396336 140730150854112 140730150844600 6009364 0 0 1 0 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 19920 13566 724 782 0 12936 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 79680 KiB
Current children cumulated memory: 54264 KiB

[startup+12.7003 s]
/proc/loadavg: 2.25 2.09 2.05 3/183 9120
/proc/meminfo: memFree=31468200/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=111576 memory=85920 CPUtime=12.58 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 33028 0 0 0 1255 3 0 0 20 0 1 0 68334158 114253824 21480 18446744073709551615 4194304 7396336 140730150854112 140730150844664 140542109126229 0 0 1 0 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 27894 21480 724 782 0 20910 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 111576 KiB
Current children cumulated memory: 85920 KiB

[startup+25.5003 s]
/proc/loadavg: 2.21 2.08 2.05 3/183 9120
/proc/meminfo: memFree=31321596/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=188688 memory=163164 CPUtime=25.38 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 69219 0 0 0 2531 7 0 0 20 0 1 0 68334158 193216512 40791 18446744073709551615 4194304 7396336 140730150854112 140730150844664 6206395 0 0 1 0 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 47172 40791 724 782 0 40188 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 188688 KiB
Current children cumulated memory: 163164 KiB

[startup+51.1096 s]
/proc/loadavg: 2.07 2.06 2.04 3/183 9121
/proc/meminfo: memFree=31116332/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=327764 memory=302772 CPUtime=50.98 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 145899 0 0 0 5085 13 0 0 20 0 1 0 68334158 335630336 75693 18446744073709551615 4194304 7396336 140730150854112 140730150848776 5576291 0 0 1 16386 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 81941 75693 775 782 0 74957 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 327764 KiB
Current children cumulated memory: 302772 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 9122
/proc/meminfo: memFree=31116008/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=327764 memory=302780 CPUtime=102.17 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 195611 0 0 0 10202 15 0 0 20 0 1 0 68334158 335630336 75695 18446744073709551615 4194304 7396336 140730150854112 140730150848776 4252554 0 0 1 16386 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 81941 75695 777 782 0 74957 0
Current children cumulated CPU time: 102.17 s
Current children cumulated vsize: 327764 KiB
Current children cumulated memory: 302780 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/182 9124
/proc/meminfo: memFree=31115044/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=327764 memory=302892 CPUtime=162.16 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 243897 0 0 0 16199 17 0 0 20 0 1 0 68334158 335630336 75723 18446744073709551615 4194304 7396336 140730150854112 140730150848776 5839327 0 0 1 16386 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 81941 75723 777 782 0 74957 0
Current children cumulated CPU time: 162.16 s
Current children cumulated vsize: 327764 KiB
Current children cumulated memory: 302892 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/182 9126
/proc/meminfo: memFree=31111288/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=328160 memory=303176 CPUtime=222.12 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 274952 0 0 0 22193 19 0 0 20 0 1 0 68334158 336035840 75794 18446744073709551615 4194304 7396336 140730150854112 140730150848328 5575964 0 0 1 16386 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 82040 75794 777 782 0 75056 0
Current children cumulated CPU time: 222.12 s
Current children cumulated vsize: 328160 KiB
Current children cumulated memory: 303176 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.01 2.04 2.05 2/178 9130
/proc/meminfo: memFree=31361132/32770624 swapFree=67105588/67108860
[pid=9119] ppid=9116 vsize=328160 memory=303228 CPUtime=251.82 cores=0,2,4,6
/proc/9119/stat : 9119 (MistralXCSP) R 9116 9119 12560 0 -1 4202496 287152 0 0 0 25162 20 0 0 20 0 1 0 68334158 336035840 75807 18446744073709551615 4194304 7396336 140730150854112 140730150848328 5165805 0 0 1 16386 0 0 0 17 2 0 0 10 0 0 9496464 9501696 40316928 140730150859154 140730150859304 140730150859304 140730150862793 0
/proc/9119/statm: 82040 75807 777 782 0 75056 0
Current children cumulated CPU time: 251.82 s
Current children cumulated vsize: 328160 KiB
Current children cumulated memory: 303228 KiB

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

[startup+252.016 s]
# the end of solver process 9119 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.622 s, system=0.208983 s

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

Child status: 0
Real time (s): 252.016
CPU time (s): 251.831
CPU user time (s): 251.622
CPU system time (s): 0.208983
CPU usage (%): 99.9265
Max. virtual memory (cumulated for all children) (KiB): 337824
Max. memory (cumulated for all children) (KiB): 312808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.622
system time used= 0.208983
maximum resident set size= 312808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287180
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= 70
involuntary context switches= 316


# summary of solver processes directly reported to runsolver:
#   pid: 9119
#   total CPU time (s): 251.831
#   total CPU user time (s): 251.622
#   total CPU system time (s): 0.208983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.913664 second user time and 1.9221 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 23:42:26
IDJOB=4258942
IDBENCH=139753
IDSOLVER=2645
FILE ID=node126/4258942-1502661388
RUNJOBID= node126-1502640747-30539
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-16-18.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-4258942-1502661388/watcher-4258942-1502661388 -o /tmp/evaluation-result-4258942-1502661388/solver-4258942-1502661388 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502640747-30539 --watchdog 312  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1717100224 HOME/instance-4258942-1502661388.xml

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

MD5SUM BENCH= dd156cd3c4e4f48d7499665f65319a51
RANDOM SEED=1717100224

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:        31608572 kB
MemAvailable:   31913512 kB
Buffers:          278880 kB
Cached:           296824 kB
SwapCached:          524 kB
Active:           491132 kB
Inactive:         190840 kB
Active(anon):      54484 kB
Inactive(anon):    85424 kB
Active(file):     436648 kB
Inactive(file):   105416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              6520 kB
Writeback:             4 kB
AnonPages:        103948 kB
Mapped:            48904 kB
Shmem:             33440 kB
Slab:             183264 kB
SReclaimable:     157420 kB
SUnreclaim:        25844 kB
KernelStack:        3296 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     383468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:46:38